PHP 5.0 RC 3

php.internals

Andi Gutmans

22 years ago
Hi, In the process of getting ready for the release, I'd like to post RC3 pretty soon. Does Thursday give you guys enough time to fix whatever bugs you have on your TODO? As we are nearing a release, I'd like to ask all extension maintainers to take a look at their extension bug reports and try and fix whatever they think are critical bugs. Thanks, Andi

Ilia A.

22 years ago
Latest CVS appears to crash during pear install and several tests fail due to a rather strange message: (null)(0) : Freeing 0x4036CF5C (0 bytes), script=/path/to/bug20539.php === Total 1 memory leaks detected === The crash backtrace is as follows: #0 shutdown_memory_manager (silent=0, full_shutdown=1) at php5/Zend/zend_alloc.c:532 #1 0x081670e1 in php_module_shutdown () at php5/main/main.c:1531 #2 0x081cbb98 in main (argc=12, argv=0xbffff584) at php5/sapi/cli/php_cli.c:105 The crash itself occurs on 532 if (!t->cached) { Ilia

Andi Gutmans

22 years ago
Can you please do a clean build and if it still happens send me a reproducing case? Thanks, Andi At 08:47 AM 5/26/2004 -0400, Ilia Alshanetsky wrote:

Ilia A.

22 years ago
Andi, This was made from a clean build. The reproducing case is "make install". Ilia On May 26, 2004 10:26 am, you wrote: