ID: 24699
Updated by: [EMAIL PROTECTED]
Reported By: fujimura at wakhok dot ac dot jp
-Status: Open
+Status: Verified
Bug Type: Zend Engine 2 problem
Operating System: Linux kernel-2.4.21
-PHP Version: 5CVS-2003-07-17 (dev)
+PHP Version: 5CVS-2003-07-24 (dev)
Previous Comments:
------------------------------------------------------------------------
[2003-07-17 23:17:54] fujimura at wakhok dot ac dot jp
Description:
------------
The per-class constant causes memory leaks used with builtin
constants.
configure line:
./configure \
--with-apxs=/usr/local/apache/bin/apxs \
--disable-short-tags \
--enable-versioning \
--enable-bcmath \
--enable-dio \
--enable-mbstring \
--enable-mbregex \
--enable-wddx \
--enable-dom \
--with-iconv \
--with-xsl \
--with-openssl \
--with-zlib \
--with-bz2 \
--enable-debug
Reproduce code:
---------------
[EMAIL PROTECTED] php-src]$ php -r 'class TEST { const FOO = SEEK_CUR; }'
/home/user/php-src/Zend/zend_language_scanner.l(1111) : Freeing
0x40435334 (9 bytes), script=-
/home/user/php-src/Zend/zend_compile.c(2405) : Freeing 0x404352F0 (16
bytes), script=-
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=24699&edit=1