From: Date: Sat, 5 Jan 2002 01:10:33 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_ISSET_PATCH~291 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b7a1d5440b8d331d15280bd003c22eb089d4347;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index a67d14cb16..132e2c8b3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,70 @@ +2002-01-04 Jon Parise + + * main/rfc1867.c: Nuke unused variable warning (end_arr). + +2002-01-04 Stig Venaas + + * ext/ldap/ldap.c + ext/ldap/php_ldap.h: + Made ldap_modify() an alias for ldap_mod_replace(). The two were identical. + +2002-01-04 jim winstead + + * ext/standard/tests/strings/wordwrap.phpt + ext/standard/string.c: + Fixed segfault in wordwrap() when wrapping to zero width and using + multi-character break or trying to force cut (bug #12768, now fails + and issues a warning because forcing a zero-width cut doesn't make + sense). Also converted to new paramater-passing API and avoid making + an extra copy of the return values. + +2002-01-04 Sterling Hughes + + * ext/dio/dio.c: Added the O_NOCTTY option, for terminal i/o. + +2002-01-04 Hartmut Holzgraefe + + * configure.in: first PHP_EXTENSION_LIBS casualty :( + +2002-01-04 Ben Mansell + + * sapi/fastcgi/fastcgi.c: + Added log_message function to the FastCGI sapi, so you can see error + output from scripts + +2002-01-04 Hartmut Holzgraefe + + * ext/ncurses/config.m4: ncurses is useless in webserver modules + + * ext/xmlrpc/config.m4 + ext/xslt/config.m4: more unquoted messages with kommas fixed + + * ext/mcrypt/config.m4: + always quote messages with [...], *especialy* when using kommas in the text + + * ext/domxml/php_domxml.c: proto fixes + + * ext/pcntl/config.m4: use predefined function instead of hardcoded test + + * ext/pcntl/pcntl.c + ext/odbc/velocis.c: proto fix + + * CODING_STANDARDS: small clarification + +2002-01-04 Sascha Schumann + + * genfiles: Remove #line's from var_unserializer.c + +2002-01-04 Hartmut Holzgraefe + + * ext/readline/config.m4: check for library existance before adding them + + * acinclude.m4: two new check functions for use in config.m4 file + +2002-01-04 Sebastian Bergmann + + * ext/mssql/.cvsignore: Update .cvsignore. + 2002-01-03 Frank M. Kromann * ext/mssql/php_mssql.c: