changelog Fri Nov 14 01:32:09 2008 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3227&r2=1.3228&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3227 php-src/ChangeLog:1.3228
--- php-src/ChangeLog:1.3227 Thu Nov 13 01:32:09 2008
+++ php-src/ChangeLog Fri Nov 14 01:32:08 2008
@@ -1,3 +1,121 @@
+2008-11-13 Stanislav Malyshev <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS:
+ add error_log change
+
+ * (PHP_5_2)
+ ext/standard/basic_functions.c:
+ Add option to send error_log directly to SAPI
+
+2008-11-13 Hannes Magnusson <[EMAIL PROTECTED]>
+
+ * php.ini-dist
+ php.ini-recommended:
+ Document the xmlrpc_errors option, it is totally unrelated to the
extension
+
+2008-11-13 Stanislav Malyshev <[EMAIL PROTECTED]>
+
+ * ext/standard/basic_functions.c:
+ MFB - Add error_log option to log directly to SAPI
+
+ * (PHP_5_3)
+ ext/standard/basic_functions.c:
+ [DOC] Add option for error_log to send directly to SAPI logger
+
+2008-11-13 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS
+ ext/dba/libinifile/inifile.c:
+ MFB: Fixed a bug inside dba_replace() that could cause file truncation
with
+ invalid keys
+
+ * ext/dba/libinifile/inifile.c:
+
+ MFB: Fixed a bug inside dba_replace() that could cause file truncation
+ with
+ invalid keys
+
+ * (PHP_5_3)
+ ext/dba/libinifile/inifile.c:
+ Fixed a bug inside dba_replace() that could cause file truncation with
+ invalid keys
+
+2008-11-13 Felipe Pena <[EMAIL PROTECTED]>
+
+ * ext/pdo/pdo_sql_parser.c
+ ext/pdo/pdo_sql_parser.re:
+ - Better fix
+
+ * (PHP_5_2)
+ ext/pdo/pdo_sql_parser.c
+ ext/pdo/pdo_sql_parser.re:
+ - Reverted last change, only in this branch
+
+2008-11-13 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * ext/pdo/pdo_dbh.c
+ ext/pdo/pdo_stmt.c:
+ - declarations go first....
+
+2008-11-13 Arnaud Le Blanc <[EMAIL PROTECTED]>
+
+ * sapi/apache2filter/sapi_apache2.c
+ sapi/apache_hooks/mod_php5.c:
+ MFB: Updated header_handler in apache2filter and apache_hooks
+
+ * (PHP_5_3)
+ sapi/apache2filter/sapi_apache2.c
+ sapi/apache_hooks/mod_php5.c:
+ Updated header_handler in apache2filter and apache_hooks
+
+2008-11-13 Felipe Pena <[EMAIL PROTECTED]>
+
+ * ext/pdo/pdo_sql_parser.c
+ ext/pdo/pdo_sql_parser.re:
+ - Fixed invalid reads
+
+ * ext/gd/gd.c:
+ - Fix build
+
+2008-11-13 Arnaud Le Blanc <[EMAIL PROTECTED]>
+
+ * ext/standard/basic_functions.c
+ ext/standard/head.c
+ ext/standard/head.h
+ main/SAPI.c
+ main/SAPI.h
+ sapi/apache/mod_php.c
+ sapi/apache2handler/sapi_apache2.c
+ sapi/cgi/tests/011.phpt
+ sapi/cli/php_cli.c:
+ MFB: Added header_remove() (chsc at peytz dotdk, Arnaud)
+
+ * sapi/cgi/tests/011.phpt:
+
+ file 011.phpt was initially added on branch PHP_5_3.
+
+ * ext/standard/basic_functions.c
+ ext/standard/streamsfuncs.c
+ ext/standard/streamsfuncs.h
+ ext/standard/tests/streams/stream_context_get_params_001.phpt
+ ext/standard/tests/streams/stream_context_get_params_001.phpt:
+ Added stream_context_get_params()
+ [DOC] proto bool stream_context_get_params(resource context|stream)
+ Get parameters of a file context (parameters set by
+ stream_context_set_params())
+
+2008-11-13 Felipe Pena <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ ext/reflection/tests/ReflectionFunction_getNamespaceName.phpt
+ ext/reflection/tests/reflectionClass_getNamespaceName.phpt:
+ - Fixed tests
+
+ * TSRM/tsrm_virtual_cwd.c:
+ - Fixed macro redefinition warning
+
2008-11-12 Felipe Pena <[EMAIL PROTECTED]>
* (PHP_5_2)
@@ -12298,7 +12416,7 @@
* sapi/litespeed/lsapi_main.c
sapi/litespeed/lsapilib.c:
- - Added missing $Id: ChangeLog,v 1.3227 2008/11/13 01:32:09 changelog
Exp $ tags and nuked c++ comments
+ - Added missing $Id: ChangeLog,v 1.3228 2008/11/14 01:32:08 changelog
Exp $ tags and nuked c++ comments
* (PHP_5_3)
ext/intl/locale/locale.c