changelog Tue Sep 26 01:30:53 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2464&r2=1.2465&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2464 php-src/ChangeLog:1.2465
--- php-src/ChangeLog:1.2464 Mon Sep 25 01:31:04 2006
+++ php-src/ChangeLog Tue Sep 26 01:30:53 2006
@@ -1,3 +1,86 @@
+2006-09-25 Hannes Magnusson <[EMAIL PROTECTED]>
+
+ * ext/soap/soap.c:
+ Fix arginfo&proto
+
+2006-09-25 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/standard/url.c:
+ MFB: Fixed bug #38891 (get_headers() do not work with curl-wrappers).
+
+ * (PHP_5_2)
+ NEWS
+ ext/standard/url.c:
+ Fixed bug #38891 (get_headers() do not work with curl-wrappers).
+
+ * main/main.c:
+ MFB: Fixed bug #38904 (apache2filter changes cwd to /).
+
+ * (PHP_5_2)
+ NEWS
+ main/main.c:
+ Fixed bug #38904 (apache2filter changes cwd to /).
+
+2006-09-25 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ configure.in:
+ MFH: change CXXFLAGS along with CFLAGS as there might be C++ code
+
+ * configure.in:
+ change CXXFLAGS along with CFLAGS as there might be C++ code
+
+2006-09-25 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * ext/zip/tests/38943.phpt
+ ext/zip/tests/bug38943.phpt:
+ - fix test, php6 displays the class
+ - mv 38943.phpt to bug38943.phpt
+
+ * ext/zip/lib/zip_get_archive_comment.c:
+ - MFB: #38944, freshly created archive has no comment or cdir
+
+ * (PHP_5_2)
+ ext/zip/lib/zip_get_archive_comment.c:
+ - #38944, freshly created archive has no comment or cdir
+
+2006-09-25 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ext/zip/tests/bug38944.phpt:
+ add test
+
+ * ext/zip/tests/bug38944.phpt
+ ext/zip/tests/bug38944.phpt:
+
+ add test
+
+2006-09-25 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * ext/soap/soap.c
+ ext/soap/soap.c:
+ Removed warning about unreferenced local variable
+
+ * ext/standard/dns.c
+ ext/standard/math.c:
+ ZTS fix
+
+2006-09-25 Sara Golemon <[EMAIL PROTECTED]>
+
+ * ext/standard/dns.c:
+ PHP6 Updates and some very minor feature add in dns_get_record()
+
+ * ext/standard/type.c:
+ Make settype($var, 'string'); behave like $var = (string)$var;
+ e.g. switch between (binary) and (unicode) depending on UG(unicode)
+
+ * ext/standard/crc32.c
+ ext/standard/crypt.c:
+ Flag a couple more unicode ready functions
+
+ * ext/standard/base64.c:
+ base64 functions are basicly binary-only ops
+
2006-09-24 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/zip/tests/38943.phpt