changelog Tue Oct 21 01:32:10 2008 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3204&r2=1.3205&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3204 php-src/ChangeLog:1.3205
--- php-src/ChangeLog:1.3204 Mon Oct 20 01:31:57 2008
+++ php-src/ChangeLog Tue Oct 21 01:32:07 2008
@@ -1,3 +1,115 @@
+2008-10-20 Scott MacVicar <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ ext/fileinfo/libmagic/apprentice.c:
+ MFH Fix bug #46331 - The internal magic db is const memory and segfaults
+ when you try to do byte swapping
+ on big endian machines. This fixes it by copying the memory for those
+ processors, but this isn't ideal as
+ it wastes memory. Perhaps using a static cache would be better.
+
+ * ext/fileinfo/libmagic/apprentice.c:
+ Fix bug #46331 - The internal magic db is const memory and segfaults when
+ you try to do byte swapping
+ on big endian machines. This fixes it by copying the memory for those
+ processors, but this isn't ideal as
+ it wastes memory. Perhaps using a static cache would be better.
+
+2008-10-20 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/filter/logical_filters.c:
+
+ MFB: Fixed bug #46343 (IPv6 address filter accepts invalid address)
+
+ * (PHP_5_2)
+ NEWS
+ ext/filter/logical_filters.c:
+
+ MFB:Fixed bug #46343 (IPv6 address filter accepts invalid address)
+
+ * (PHP_5_3)
+ ext/filter/logical_filters.c:
+ Fixed bug #46343 (IPv6 address filter accepts invalid address)
+
+2008-10-20 Rob Richards <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS
+ NEWS:
+ BFN
+
+ * (PHP_5_2)
+ ext/simplexml/simplexml.c
+ ext/simplexml/simplexml.c:
+ MFH: fix bug #46323 (compilation of simplexml for NetWare breaks)
+
+ * ext/simplexml/simplexml.c:
+ fix bug #46323 (compilation of simplexml for NetWare breaks)
+
+2008-10-20 Arnaud Le Blanc <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS
+ main/rfc1867.c
+ tests/basic/bug46313-win.phpt
+ tests/basic/bug46313.phpt:
+ MFB PHP_5_3: Fixed #46313 (Magic quotes broke $_FILES)
+
+ * (PHP_5_3)
+ main/rfc1867.c:
+ WS
+
+ * (PHP_5_3)
+ main/rfc1867.c:
+ Better fix for #46313
+
+ * (PHP_5_3)
+ main/rfc1867.c
+ tests/basic/bug46313-win.phpt
+ tests/basic/bug46313-win.phpt
+ tests/basic/bug46313-win.phpt
+ tests/basic/bug46313.phpt
+ tests/basic/bug46313.phpt
+ tests/basic/bug46313.phpt:
+ Fixed #46313 (Magic quotes broke $_FILES)
+
+2008-10-20 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ win32/build/config.w32:
+ - add strto*i64 (VC6, decent compilers/crt have them)
+
+ * win32/php_strtoi64.h
+ win32/php_strtoi64.h
+ win32/strtoi64.c
+ win32/strtoi64.c:
+
+ file php_strtoi64.h was initially added on branch PHP_5_3.
+
+ * (PHP_5_3)
+ ext/fileinfo/config.w32
+ ext/fileinfo/libmagic/apprentice.c
+ ext/fileinfo/libmagic/softmagic.c:
+ - support for VC6 and some other platforms (before some other cleanup)
+
+2008-10-20 Rob Richards <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ext/dom/text.c
+ ext/dom/text.c
+ ext/dom/tests/bug46335.phpt
+ ext/dom/tests/bug46335.phpt:
+ MFH: fix bug #46335 (DOMText::splitText doesn't handle multibyte
+ characters)
+ add test
+
+ * ext/dom/text.c
+ ext/dom/tests/bug46335.phpt
+ ext/dom/tests/bug46335.phpt
+ ext/dom/tests/bug46335.phpt:
+ fix bug #46335 (DOMText::splitText doesn't handle multibyte characters)
+ add test
+
2008-10-19 Felipe Pena <[EMAIL PROTECTED]>
* ext/pdo_mysql/tests/bug_43371.phpt
@@ -8652,7 +8764,7 @@
* sapi/litespeed/lsapi_main.c
sapi/litespeed/lsapilib.c:
- - Added missing $Id: ChangeLog,v 1.3204 2008/10/20 01:31:57 changelog
Exp $ tags and nuked c++ comments
+ - Added missing $Id: ChangeLog,v 1.3205 2008/10/21 01:32:07 changelog
Exp $ tags and nuked c++ comments
* (PHP_5_3)
ext/intl/locale/locale.c