Date: 10/10/98
- Next message: clindh <email protected>: "[PHP-DEV] Bug #842: die() not documentet"
- Previous message: Bug Database: "[PHP-DEV] Bug #819 Updated: core dump in standalone binary (CGI)"
- In reply to: Thies C. Arntzen: "Re: [PHP-DEV] add_assoc_stringl WAS:beginner question...."
- Next in thread: Thies C. Arntzen: "Re: [PHP-DEV] add_assoc_stringl WAS:beginner question...."
- Reply: Thies C. Arntzen: "Re: [PHP-DEV] add_assoc_stringl WAS:beginner question...."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 18:47 09/10/98 +0200, Thies C. Arntzen wrote:
>hi again (sorry for wasting bandwidth)
>
>if i run configure without the --enable-debug switch i don't get the error
>message...
It's not an error message but a warning message. PHP only tracks memory
usage when it's compile with debug enabled, since it slows it down
significantly. You still have a problem in your code, it's just that with
debug disabled, it won't find that out.
>but anyhow, if i use add_assoc_stringl who take care of freeing up the
>key-buffer???
You do. Often the key buffer is static so it doesn't have to be freed at all.
Zeev
-- Zeev Suraski <zeev <email protected>> For a PGP public key, finger bourbon <email protected>-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: clindh <email protected>: "[PHP-DEV] Bug #842: die() not documentet"
- Previous message: Bug Database: "[PHP-DEV] Bug #819 Updated: core dump in standalone binary (CGI)"
- In reply to: Thies C. Arntzen: "Re: [PHP-DEV] add_assoc_stringl WAS:beginner question...."
- Next in thread: Thies C. Arntzen: "Re: [PHP-DEV] add_assoc_stringl WAS:beginner question...."
- Reply: Thies C. Arntzen: "Re: [PHP-DEV] add_assoc_stringl WAS:beginner question...."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

