Browse Source

ChangeLog update

experimental/new_apache_hooks
24 years ago
parent
commit
b2c91950f6
  1. 66
      ChangeLog
  2. 15
      Zend/ChangeLog

66
ChangeLog

@ -1,3 +1,69 @@
2002-06-11 Markus Fischer <mfischer@guru.josefine.at>
* ext/domxml/TODO: - Those have been implemented already.
* main/streams.c: - Fix builtin gets() emulation (hopefully).
* ext/bz2/bz2.c:
- Fix bzcompress(), remove leaks and add some sanity check on emalloc()s.
* TODO: - Add some recent observations with bz2.
* main/streams.c: - Add missing Id tag.
* main/streams.c:
- Always \0 terminate data returned from _php_stream_copy_to_mem().
2002-06-11 Pierre-Alain Joye <pajoye@phpindex.com>
* pear/Date/Calc.php: Add comment to ::isLeapYear()
Remove useless comment added during the last commit
* pear/Date/Calc.php:
Remove regexp and months checks and use the native php function checkdate()
Keep year check, only 4 digits allowed
2002-06-11 Jason Greene <jason@inetgurus.net>
* TODO: Forgot one
* TODO: Sockets currently works great with all compilers on Solaris
Update TODO
2002-06-11 Hartmut Holzgraefe <hartmut@six.de>
* ext/mime_magic/TODO
ext/mime_magic/mime_magic.c:
now it works on streams (plus some debug code removed)
* main/php_streams.h:
macro definition fixed, guess it was the usual kind of cut&past bug?
2002-06-11 Edin Kadribasic <edink@proventum.net>
* sapi/cli/config.m4
configure.in:
Disable installing pear when --disable-cli is used since pear installer
needs cli to function.
2002-06-11 Markus Fischer <mfischer@guru.josefine.at>
* TODO: - These things have been done already.
2002-06-11 Jason Greene <jason@inetgurus.net>
* ext/standard/fsock.c
main/network.c
main/php_network.h: Also fixed error handling on unix (micropatch)
Closes Bug #14740
2002-06-11 Jani Taskinen <sniper@iki.fi>
* ext/mysql/config.m4
NEWS: - Reverted last bogus commit and fixed the credits in NEWS.
2002-06-10 Markus Fischer <mfischer@guru.josefine.at>
* ext/pcre/php_pcre.c: - Typo.

15
Zend/ChangeLog

@ -1,3 +1,18 @@
2002-06-11 Andi Gutmans <andi@zend.com>
* zend_builtin_functions.c:
- Don't show debug_backtrace() in the trace itself.
- This patch is a bit ugly because the whole code itself is pretty complex
- and hard to re-order.
* zend_execute.c
zend_language_parser.y:
- Fix problem with assigning functions by reference.
2002-06-11 Sebastian Bergmann <sb@sebastian-bergmann.de>
* RFCs/004.txt: Add __delegate().
2002-06-10 Harald Radi <harald.radi@nme.at>
* zend_ts_hash.h

Loading…
Cancel
Save