changelog Thu Jul 6 01:30:50 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2382&r2=1.2383&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2382 php-src/ChangeLog:1.2383
--- php-src/ChangeLog:1.2382 Wed Jul 5 01:30:51 2006
+++ php-src/ChangeLog Thu Jul 6 01:30:49 2006
@@ -1,3 +1,65 @@
+2006-07-05 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ext/standard/php_fopen_wrapper.c:
+ E_ERROR > E_RECOVERABLE_ERROR
+
+2006-07-05 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * ext/mysqli/tests/bug38003.phpt:
+ add test
+
+ * ext/mysqli/tests/bug38003.phpt
+ ext/mysqli/tests/bug38003.phpt:
+
+ file bug38003.phpt was initially added on branch PHP_5_2.
+
+ * tests/classes/factory_and_singleton_003.phpt
+ tests/classes/factory_and_singleton_004.phpt:
+ fix tests (take #2)
+
+ * tests/classes/factory_and_singleton_003.phpt
+ tests/classes/factory_and_singleton_003.phpt
+ tests/classes/factory_and_singleton_004.phpt
+ tests/classes/factory_and_singleton_004.phpt:
+ fix tests
+
+ * (PHP_5_2)
+ ZendEngine2/zend_object_handlers.c:
+ oops.. fix copy/paste typo
+
+ * (PHP_5_2)
+ NEWS:
+ BFN
+
+ * (PHP_5_2)
+ ext/mysqli/mysqli.c:
+ MFH: fix bug #38003(in classes inherited from mysqli it's possible to
call
+ private constructors from invalid context)
+
+ * ext/mysqli/mysqli.c:
+ fix bug #38003(in classes inherited from mysqli it's possible to call
+ private constructors from invalid context)
+ also, use appropriate macro instead of accessing structure elements
+ directly
+
+ * ZendEngine2/zend_object_handlers.c
+ ZendEngine2/zend_object_handlers.h:
+ export zend_std_get_constructor()
+
+ * ZendEngine2/zend_object_handlers.c:
+ improve error messages
+
+2006-07-05 Edin Kadribasic <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS:
+ apache2filter on windows news
+
+ * sapi/apache2filter/config.w32:
+ Added windows build support for apach2filter, supporting apache 2.0.x and
+ 2.2.x
+
2006-07-04 Ilia Alshanetsky <[EMAIL PROTECTED]>
* ext/curl/interface.c: