changelog Wed Aug 6 01:32:24 2008 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3129&r2=1.3130&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3129 php-src/ChangeLog:1.3130
--- php-src/ChangeLog:1.3129 Tue Aug 5 01:32:53 2008
+++ php-src/ChangeLog Wed Aug 6 01:32:23 2008
@@ -1,3 +1,161 @@
+2008-08-05 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ ext/session/php_session.h:
+ - nuketh period from error message
+
+ * ext/session/session.c:
+ - Nuke ending period
+
+ * (PHP_5_3)
+ ext/session/session.c:
+ - Nuke ending periods from error messages
+
+2008-08-05 George Wang <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ sapi/litespeed/CREDITS
+ sapi/litespeed/Makefile.frag
+ sapi/litespeed/README
+ sapi/litespeed/config.m4
+ sapi/litespeed/lsapi_main.c
+ sapi/litespeed/lsapidef.h
+ sapi/litespeed/lsapilib.c
+ sapi/litespeed/lsapilib.h:
+ added litespeed SAPI
+
+ * sapi/litespeed/CREDITS
+ sapi/litespeed/CREDITS:
+
+ add CREDITS
+
+2008-08-05 Stanislav Malyshev <[EMAIL PROTECTED]>
+
+ * ext/standard/tests/strings/explode_bug.phpt:
+ fix test
+
+2008-08-05 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS:
+ useless entry
+
+2008-08-05 Stanislav Malyshev <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS:
+ ok, clarify :)
+
+ * (PHP_5_2)
+ NEWS:
+ add bugfix
+
+ * ZendEngine2/zend_operators.h
+ ext/standard/tests/strings/explode_bug.phpt:
+ fix memnstr bug by Laurent Gaffie
+
+2008-08-05 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ ext/oci8/oci8.c:
+ - MFH: fix oci8_11g when build shared (invalid extension)
+
+ * ext/oci8/oci8.c:
+ - fix oci8_11g when build shared (invalid extension)
+
+2008-08-05 Elizabeth Marie Smith <[EMAIL PROTECTED]>
+
+ * ext/pdo_sqlite/config.w32
+ ext/pdo_sqlite/config.w32
+ ext/sqlite3/config.w32
+ ext/sqlite3/config.w32:
+ Some fancy detection for sqlite3 and pdo_sqlite3 - so the two extensions
+ don't depend on each other if shared, and don't try to put two versions
of
+ the sqlite3 lib if static
+
+2008-08-05 Stanislav Malyshev <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ZendEngine2/zend_operators.h
+ ZendEngine2/zend_operators.h
+ ext/standard/tests/strings/explode_bug.phpt
+ ext/standard/tests/strings/explode_bug.phpt
+ ext/standard/tests/strings/explode_bug.phpt
+ ext/standard/tests/strings/explode_bug.phpt:
+ fix memnstr bug, by Laurent Gaffie
+
+2008-08-05 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ ext/curl/config.w32:
+ - MFH: fix zlib detection (shared/static) and add zlib_a support
+
+ * ext/curl/config.w32:
+ - fix zlib detection (shared/static) and add zlib_a support
+
+2008-08-05 Derick Rethans <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ NEWS
+ ext/date/lib/tm2unixtime.c
+ ext/date/tests/date_period.phpt:
+ - MFH: Fixed a bug that caused miscalculations with the "last <weekday>
of
+ <n>
+ month" relative time string.
+
+ * ext/date/lib/tm2unixtime.c
+ ext/date/tests/date_period.phpt
+ ext/date/tests/date_period.phpt:
+ - Fixed a bug that caused miscalculations with the "last <weekday> of <n>
+ month" relative time string.
+
+2008-08-05 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * ext/mcrypt/config.w32:
+ - not shared
+
+2008-08-05 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * run-tests.php:
+ - No need to load any php.ini here
+
+ * ext/pcntl/config.m4
+ ext/pcntl/pcntl.c
+ ext/pcntl/php_pcntl.h
+ ext/pcntl/php_signal.c
+ ext/pcntl/tests/001.phpt
+ ext/pcntl/tests/002.phpt
+ ext/pcntl/tests/pcntl_signal_dispatch.phpt
+ ext/pcntl/tests/signal_closure_handler.phpt:
+ - Portability fix. (si_fd seems to be linux only thing)
+
+2008-08-05 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * ext/openssl/openssl.c:
+ fix typo
+
+2008-08-05 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * ext/standard/tests/math/bug45712.phpt
+ ext/standard/tests/math/bug45712.phpt
+ ext/standard/tests/math/bug45712.phpt:
+ 1.1.4;
+ - Add test for bug #45712
+
+2008-08-05 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ win32/build/mkdist.php:
+ - MFH: add dll path to mkdist default path
+
+ * win32/build/mkdist.php:
+ - add dll path to mkdist default path
+
+2008-08-05 Arnaud Le Blanc <[EMAIL PROTECTED]>
+
+ * ext/standard/tests/file/bug43008.phpt:
+ Fixed test
+
2008-08-04 Felipe Pena <[EMAIL PROTECTED]>
* (PHP_5_3)
@@ -206,7 +364,7 @@
* sapi/litespeed/lsapi_main.c
sapi/litespeed/lsapilib.c:
- - Added missing $Id: ChangeLog,v 1.3129 2008/08/05 01:32:53 changelog
Exp $ tags and nuked c++ comments
+ - Added missing $Id: ChangeLog,v 1.3130 2008/08/06 01:32:23 changelog
Exp $ tags and nuked c++ comments
* (PHP_5_3)
ext/intl/locale/locale.c