changelog Thu Apr 26 01:31:04 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2669&r2=1.2670&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2669 php-src/ChangeLog:1.2670
--- php-src/ChangeLog:1.2669 Wed Apr 25 01:31:09 2007
+++ php-src/ChangeLog Thu Apr 26 01:31:03 2007
@@ -1,3 +1,64 @@
+2007-04-25 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ TODO-PHP5:
+
+ Update TODO: filter extension was added
+
+2007-04-25 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * ext/gmp/gmp.c
+ ext/gmp/tests/011.phpt:
+ add GMP_VERSION constant
+ add test
+ do not allow zero operand in gmp_divexact()
+
+2007-04-25 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * main/SAPI.c
+ main/SAPI.c:
+ ZTS fix
+
+2007-04-25 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * main/SAPI.c:
+ MFB: Fix crashes when SAPI handlers are overriden in dl()-ed extensions
+
+ * (PHP_5_2)
+ main/SAPI.c:
+ fix ZTS build
+
+2007-04-25 Hannes Magnusson <[EMAIL PROTECTED]>
+
+ * main/php_ini.c:
+ - Don't pick up php.ini from cwd on BSDs
+ - "Resolve" (with the help of $PATH) to /path/to/php and pick up
+ the php.ini from there
+
+ * sapi/cli/php_cli.c:
+ rename --ri core to --ri main
+
+2007-04-25 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ main/SAPI.c:
+ Fixed crashes because of SAPI handlers overrding from inside of dl()-ed
+ extensions
+
+2007-04-25 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * ext/pdo/.cvsignore
+ ext/pdo/Makefile.frag
+ ext/pdo/config.m4:
+ > date: 2006/12/09 22:18:42; author: wez; state: Exp; lines: +14 -6
+ > merge PHP 5 pdo into HEAD. This source compiles on both PHP 5 and PHP
+ 6.
+ > If you're poking around in here, please make sure that any changes you
+ make
+ > compile on both PHP 5 and 6. Thanks!
+
+ Same goes for Wez. :) (pecl build broken for pdo drivers)
+
2007-04-24 Ilia Alshanetsky <[EMAIL PROTECTED]>
* (PHP_5_2)