changelog Wed Apr 21 20:35:13 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1605&r2=1.1606&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1605 php-src/ChangeLog:1.1606 --- php-src/ChangeLog:1.1605 Tue Apr 20 20:35:33 2004 +++ php-src/ChangeLog Wed Apr 21 20:35:12 2004 @@ -1,3 +1,81 @@ +2004-04-21 Wez Furlong <[EMAIL PROTECTED]> + + * NEWS: + News about the ssl server socket bug + + * ext/openssl/openssl.c + ext/openssl/xp_ssl.c: + Fix bug #28096 - stream_socket_accept() on an SSL server socket doesn't + enable SSL on the accepted socket. + + - Add cipher list context option + - Add helpful hint about why SSL server socket fails with mysterious + error (eg: you need an SSL certificate for most ciphers). + + * NEWS + main/streams/mmap.c: + Fixed bug #19749 (shouldn't mmap() files larger than memory_limit) + +2004-04-21 Andi Gutmans <[EMAIL PROTECTED]> + + * configure.in + ZendEngine2/zend.h + main/php_version.h: + - RC2-dev + + * (php_5_0_0RC2RC2) + configure.in + ZendEngine2/zend.h + main/php_version.h: + - Prepare for RC2RC2 (if everything is OK especially Zeev's interface + - patch I'll roll RC2 tomorrow). + +2004-04-21 Wez Furlong <[EMAIL PROTECTED]> + + * (php_5_0_0RC2RC2) + NEWS: + yaz moved + + * ext/yaz/.cvsignore + ext/yaz/CREDITS + ext/yaz/README + ext/yaz/config.m4 + ext/yaz/config.w32 + ext/yaz/package.xml + ext/yaz/php_yaz.c + ext/yaz/php_yaz.h + ext/yaz/yaz.dsp: + Moved ext/yaz to PECL. + +2004-04-21 Zeev Suraski <[EMAIL PROTECTED]> + + * (php_5_0_0RC2RC2) + ZendEngine2/zend_compile.c: + Restore fatal error in case a method that's supposed to implement an + interface/abstract method, breaks its prototype + +2004-04-21 Derick Rethans <[EMAIL PROTECTED]> + + * NEWS: + - Reorder news + +2004-04-21 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_4_3) + NEWS: + Correct news entry order. + + * (PHP_4_3) + ext/sysvshm/sysvshm.c: + MFH: + Fixed possible memory leaks. + Prevent shm_attach() from destroying non-shm resources. + + * (php_5_0_0RC2RC2) + ext/sysvshm/sysvshm.c: + Fixed possible memory leaks. + Prevent shm_attach() from destroying non-shm resources. + 2004-04-20 Frank M. Kromann <[EMAIL PROTECTED]> * NEWS @@ -2252,7 +2330,7 @@ 2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]> * ext/gd/tests/bug27582_2.phpt: - - Fix the test description and $Id: ChangeLog,v 1.1605 2004/04/21 00:35:33 changelog Exp $ + - Fix the test description and $Id: ChangeLog,v 1.1606 2004/04/22 00:35:12 changelog Exp $ 2004-03-18 Derick Rethans <[EMAIL PROTECTED]>