From: Date: Fri, 20 Oct 2000 01:09:10 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.4RC3~611 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=287fc71ee23c6354ae6a7a6650ae423aa88961c9;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 33f78d7afb..e853091ec6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,56 @@ +2000-10-19 Derick Rethans + + * ext/shmop/shmop.c: - Removed the shm_* aliases + - Removed the shm_* aliases, only the smhop_* function wiil be + supported + + * ext/shmop/php_shmop.h + ext/shmop/shmop.c: + - Renamed the shm_ to shmop_ and created aliases for the old shm_ + functions + - Renamed the shm_* functions to shmop_* and added aliases for the + old functions + +2000-10-19 Thomas Weinert + + * pear/DB/tests/mysql/003.phpt: + I need some time to understand haw I can make a "select" + +2000-10-19 Sascha Schumann + + * ext/standard/url_scanner_ex.c + ext/standard/url_scanner_ex.re: Hack for #7262, not fixed yet + +2000-10-19 Joey Smith + + * ext/sybase_ct/php_sybase_ct.c: Use sybct for INI values. + + * ext/sybase/php_sybase_db.c: Fix compiler warnings. + + * ext/sybase/php_sybase_db.c: Fix #7338. + + * apidoc-zend.txt + main/fopen-wrappers.c: Close bug #7325. Patches by djm@web.us.uu.net. + +2000-10-19 Sascha Schumann + + * ext/domxml/config.m4: Remove left over ext_skel comment + +2000-10-19 Stig Venaas + + * configure.in + main/network.c: Check that AF_INET6 is defined before using IPv6 + +2000-10-19 Rui Hirokawa + + * ext/domxml/config.m4: fixed a mistake. should be . + +2000-10-19 Chuck Hagenbuch + + * ext/imap/php_imap.c: + add an optional parameter to imap_sort to specify a search program that + messages must match to be included in the sorted list. + 2000-10-18 Rui Hirokawa * ext/domxml/Makefile.in