changelog Mon Jun 2 01:31:42 2008 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3064&r2=1.3065&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3064 php-src/ChangeLog:1.3065
--- php-src/ChangeLog:1.3064 Sun Jun 1 01:31:54 2008
+++ php-src/ChangeLog Mon Jun 2 01:31:41 2008
@@ -1,3 +1,120 @@
+2008-06-01 Hannes Magnusson <[EMAIL PROTECTED]>
+
+ * ext/pcre/php_pcre.c:
+ MFB5.3: arginfo & fix protos
+
+ * ext/openssl/openssl.c:
+ MFB: fix arginfo
+
+ * (PHP_5_3)
+ ext/openssl/openssl.c:
+ fix arginfo and proto
+
+ * ext/openssl/openssl.c:
+ MFB: Add arginfo & fix protos
+
+ * (PHP_5_3)
+ ext/openssl/openssl.c
+ ext/pcre/php_pcre.c:
+ Add arginfo & fix protos
+
+2008-06-01 Scott MacVicar <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_arg_defs.c:
+ MFB: Back out the previous change as it broke the Windows builds.
+
+ * (PHP_5_3)
+ ZendEngine2/zend_arg_defs.c:
+ Back out the previous change as it broke the Windows builds.
+
+2008-06-01 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ ext/phar/phar.phar:
+ - Make work with new API
+
+ * (PHP_5_3)
+ ext/phar/phar/pharcommand.inc:
+ - Fix signature handling (and remaining API change fixes)
+
+ * (PHP_5_3)
+ ext/phar/phar_object.c:
+ - Fix docu
+
+2008-06-01 Scott MacVicar <[EMAIL PROTECTED]>
+
+ * sapi/apache/mod_php.c:
+ MFB: Fixed bug #45144 (ap_child_terminate() isn't available on threaded
+ builds)
+
+ * ZendEngine2/zend_arg_defs.c:
+ MFB: Fix unexported symbols. Patch by Greg
+
+ * (PHP_5_3)
+ sapi/apache/mod_php5.c:
+ Fixed bug #45144 (ap_child_terminate() isn't available on threaded
builds)
+
+ * (PHP_5_3)
+ ZendEngine2/zend_arg_defs.c:
+ Fix unexported symbols. Patch by Greg
+
+2008-06-01 Matt Wilmas <[EMAIL PROTECTED]>
+
+ * sapi/apache2handler/config.w32:
+ Fixed build
+
+2008-06-01 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ ext/phar/phar.phar
+ ext/phar/phar/pharcommand.inc:
+ - Add Openssl support
+
+2008-06-01 Greg Beaver <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ ext/phar/config.m4
+ ext/phar/phar.c
+ ext/phar/phar_internal.h
+ ext/phar/phar_object.c
+ ext/phar/tests/phar_get_supported_signatures_001.phpt
+ ext/phar/tests/phar_get_supported_signatures_002.phpt
+ ext/phar/tests/phar_setsignaturealgo2.phpt
+ ext/phar/tests/test_signaturealgos.phpt
+ ext/phar/tests/files/openssl.phar
+ ext/phar/tests/files/openssl.phar
+ ext/phar/tests/files/openssl.phar.pubkey
+ ext/phar/tests/files/openssl.phar.pubkey
+ ext/phar/tests/files/private.pem
+ ext/phar/tests/files/private.pem:
+ add openssl signing support. This adds an extra parameter
+ for the contents of the exported private key to
+ Phar->setSignatureAlgorithm, and expects the public key to be in
+ a file named blah.phar.pubkey in the same directory as the phar
blah.phar.
+ This works with openssl static or
+ shared and fails gracefully if openssl is not present without adding a
+ dependency. config.w32 needs updating to match config.m4 [DOC]
+
+2008-06-01 Felipe Pena <[EMAIL PROTECTED]>
+
+ * ext/reflection/php_reflection.c
+ ext/reflection/php_reflection.c
+ ext/reflection/tests/bug45139.phpt
+ ext/reflection/tests/bug45139.phpt:
+ - MFB: Fixed bug #45139 (ReflectionProperty returns incorrect declaring
+ class)
+
+ * ext/reflection/tests/bug45139.phpt
+ ext/reflection/tests/bug45139.phpt
+ ext/reflection/tests/bug45139.phpt:
+ 1.1.4;
+ file bug45139.phpt was initially added on branch PHP_5_2.
+
+ * (PHP_5_2)
+ NEWS
+ ext/reflection/php_reflection.c:
+ - Fixed bug #45139 (ReflectionProperty returns incorrect declaring class)
+
2008-05-31 Marcus Boerger <[EMAIL PROTECTED]>
* configure.in: