changelog               Wed Jul 11 01:31:26 2007 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2743&r2=1.2744&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2743 php-src/ChangeLog:1.2744
--- php-src/ChangeLog:1.2743    Tue Jul 10 01:31:19 2007
+++ php-src/ChangeLog   Wed Jul 11 01:31:26 2007
@@ -1,3 +1,198 @@
+2007-07-10  Stanislav Malyshev  <[EMAIL PROTECTED]>
+
+    * (PHP_4_4)
+      NEWS
+      NEWS:
+      add CVE ref
+
+    * ext/standard/mail.c
+      ext/standard/mail.c:
+      Escape mail.force_extra_parameters value
+
+    * (PHP_4_4)
+      NEWS:
+      report fix
+
+2007-07-10  Sascha Schumann  <[EMAIL PROTECTED]>
+
+    * main/streams/plain_wrapper.c:
+      - fix concurrent reader/writer use case
+        (we read, while the other process writes -> if we don't try
+         read we won't notice that the file has been growing.)
+
+2007-07-10  Stanislav Malyshev  <[EMAIL PROTECTED]>
+
+    * main/main.c
+      main/main.c
+      main/main.c:
+      check if write is allowed before writing to error log
+
+    * (PHP_5_2)
+      main/main.c:
+      suppress warnings to avoid potential loop
+
+    * ext/session/mod_files.c
+      ext/session/mod_files.c
+      ext/session/mod_files.c:
+      always check save_path (issue reported by Maksymilian Arciemowicz)
+
+    * (PHP_5_2)
+      NEWS:
+      fixes
+
+2007-07-10  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * ext/standard/file.c:
+      Fixed fgets() and fgetss() with limits
+
+2007-07-10  Zoe Slattery  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      ext/reflection/tests/reflectionClass_FileInfo_basic.phpt
+      ext/reflection/tests/reflectionClass_FileInfo_error.phpt
+      ext/reflection/tests/reflectionClass_getConstant_basic.phpt
+      ext/reflection/tests/reflectionClass_getConstant_error.phpt
+      ext/reflection/tests/reflectionClass_getConstants_basic.phpt
+      ext/reflection/tests/reflectionClass_getConstants_error.phpt
+      ext/reflection/tests/reflectionClass_getConstructor_basic.phpt
+      ext/reflection/tests/reflectionClass_getConstructor_error.phpt:
+      tests for reflectionClass
+
+    * ext/reflection/tests/reflectionClass_FileInfo_basic.phpt
+      ext/reflection/tests/reflectionClass_FileInfo_basic.phpt
+      ext/reflection/tests/reflectionClass_FileInfo_error.phpt
+      ext/reflection/tests/reflectionClass_FileInfo_error.phpt
+      ext/reflection/tests/reflectionClass_getConstant_basic.phpt
+      ext/reflection/tests/reflectionClass_getConstant_basic.phpt
+      ext/reflection/tests/reflectionClass_getConstant_error.phpt
+      ext/reflection/tests/reflectionClass_getConstant_error.phpt
+      ext/reflection/tests/reflectionClass_getConstants_basic.phpt
+      ext/reflection/tests/reflectionClass_getConstants_basic.phpt
+      ext/reflection/tests/reflectionClass_getConstants_error.phpt
+      ext/reflection/tests/reflectionClass_getConstants_error.phpt
+      ext/reflection/tests/reflectionClass_getConstructor_basic.phpt
+      ext/reflection/tests/reflectionClass_getConstructor_basic.phpt
+      ext/reflection/tests/reflectionClass_getConstructor_error.phpt
+      ext/reflection/tests/reflectionClass_getConstructor_error.phpt:
+      
+      Tests for reflectionClass
+
+2007-07-10  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * ext/standard/html.c:
+      MFB htmlentities() / htmlspecialchars() "don't double encode" flag 
support
+
+2007-07-10  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend.c
+      ZendEngine2/zend_API.c
+      ZendEngine2/zend_alloc.c
+      ZendEngine2/zend_builtin_functions.c
+      ZendEngine2/zend_compile.c:
+      fix folding and ws
+
+2007-07-10  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * ext/standard/string.c
+      ext/standard/tests/strings/strripos_offset.phpt:
+      Fixed limit warnings in non-unicode mode
+
+    * TSRM/tsrm_virtual_cwd.c
+      TSRM/tsrm_virtual_cwd.c
+      ext/standard/link.c
+      ext/standard/link.c
+      ext/standard/tests/file/symlink_link_linkinfo_is_link_error1.phpt
+      ext/standard/tests/file/symlink_link_linkinfo_is_link_error1.phpt
+      main/fopen_wrappers.c
+      main/fopen_wrappers.c:
+      Fixed symlink("", "somthing") and link("", "somthing") in ZTS mode
+
+2007-07-10  Rob Richards  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      NEWS:
+      BFN
+
+    * ext/simplexml/simplexml.c
+      ext/simplexml/tests/bug41947.phpt:
+      MFB: fix bug #41947 (SimpleXML incorrectly registers empty strings as
+      namespaces
+      add test
+
+    * (PHP_5_2)
+      ext/simplexml/simplexml.c
+      ext/simplexml/tests/bug41947.phpt
+      ext/simplexml/tests/bug41947.phpt:
+      fix bug #41947 (SimpleXML incorrectly registers empty strings as 
namespaces
+      add test
+
+2007-07-10  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      main/streams/streams.c:
+      Fixed warning
+
+2007-07-10  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * ext/bcmath/libbcmath/src/div.c
+      ext/bcmath/libbcmath/src/init.c
+      ext/bcmath/libbcmath/src/num2str.c:
+      use safe_emalloc()
+
+2007-07-10  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * tests/unicode/autodetect-SCSU.phpt
+      tests/unicode/autodetect-UTF16BE.phpt
+      tests/unicode/autodetect-UTF16LE.phpt
+      tests/unicode/autodetect-UTF32BE.phpt
+      tests/unicode/autodetect-UTF32LE.phpt
+      tests/unicode/autodetect-UTF7.phpt
+      tests/unicode/autodetect-UTF8.phpt
+      tests/unicode/enc-HZ.phpt
+      tests/unicode/enc-ISO-2022-KR.phpt
+      tests/unicode/enc-JIS.phpt
+      tests/unicode/enc-SJIS.phpt
+      tests/unicode/encrt-HZ.phpt
+      tests/unicode/encrt-ISO-2022-KR.phpt
+      tests/unicode/encrt-JIS.phpt
+      tests/unicode/encrt-SJIS.phpt
+      tests/unicode/normalize_001.phpt
+      tests/unicode/normalize_002.phpt
+      tests/unicode/normalize_003.phpt
+      tests/unicode/normalize_004.phpt:
+      Skip unicode tests in non-unicode mode
+
+2007-07-10  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * acinclude.m4
+      configure.in:
+      - Removed --enable-versioning
+
+2007-07-10  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * ext/pcre/php_pcre.c:
+      Fixed compilation warnings
+
+    * ext/pcre/php_pcre.c
+      ext/pcre/tests/bug21732.phpt:
+      Fixed preg_replace_callback() with callback defined by array
+
+    * ext/openssl/openssl.c:
+      Fixed bug #41353
+
+    * ext/date/tests/date_create-3.phpt
+      ext/dom/tests/dom005.phpt
+      ext/json/tests/pass001.1.phpt
+      ext/spl/tests/bug33136.phpt
+      ext/standard/tests/array/locale_sort.phpt:
+      Fixed test
+
+2007-07-10  Raghubansh Kumar  <[EMAIL PROTECTED]>
+
+    * ext/standard/tests/file/popen_pclose_error-sunos.phpt
+      ext/standard/tests/file/popen_pclose_error.phpt:
+      fix and new test for sunos
+
 2007-07-09  Antony Dovgal  <[EMAIL PROTECTED]>
 
     * ext/standard/filestat.c:

Reply via email to