From: Date: Wed, 8 May 2002 00:31:28 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~200 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a33b8ea011389bd769dafc799afa54926b3bc12;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 2926c9ea1f..28d2bcb763 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +2002-05-07 Sascha Schumann + + * main/php.h: + Due to the thread-safety changes and lots of other stuff, the + current tree is not backwards compatible anymore. Bump API no. + +2002-05-07 Jason Greene + + * ext/sockets/sockets.c: MFH BSD fix + + * ext/sockets/sockets.c: Fix 10830, and 17074 + FreeBSD requires the exact length of the socket type + +2002-05-07 Frank M. Kromann + + * main/spprintf.c: Fixing win32 build. + +2002-05-07 Sascha Schumann + + * main/snprintf.c + main/snprintf.h: use thread-safe functions unconditionally + + * main/snprintf.c + main/snprintf.h: + Add thread-safety to some conversion functions and sync a bit with + APR. + 2002-05-06 Jason Greene * ext/pcntl/pcntl.c: MFH diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 221987242c..1a9e2828c2 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,11 @@ +2002-05-07 Andi Gutmans + + * zend.c + zend_builtin_functions.c + zend_compile.h + zend_execute.c: + - More debug backtrace work. It still doesn't work very well... + 2002-05-02 Andi Gutmans * zend.h