changelog               Wed Apr 16 01:31:39 2008 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3018&r2=1.3019&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3018 php-src/ChangeLog:1.3019
--- php-src/ChangeLog:1.3018    Tue Apr 15 01:31:35 2008
+++ php-src/ChangeLog   Wed Apr 16 01:31:39 2008
@@ -1,3 +1,98 @@
+2008-04-15  Zoe Slattery  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      scripts/dev/generate_phpt.php:
+      Changes to the code that generates variations (Robin & Josie)
+
+2008-04-15  Felipe Pena  <[EMAIL PROTECTED]>
+
+    * ext/filter/tests/008.phpt
+      ext/standard/tests/strings/006.phpt:
+      - Fixed test
+
+    * ext/standard/tests/strings/addcslashes_003.phpt
+      ext/standard/tests/strings/crc32_variation1.phpt:
+      - Fixed tests (NULL is allowed where binary string is expected)
+
+2008-04-15  Elizabeth Marie Smith  <[EMAIL PROTECTED]>
+
+    * sapi/apache/config.w32
+      sapi/apache_hooks/config.w32:
+      MFB
+
+    * (PHP_5_3)
+      sapi/apache/config.w32
+      sapi/apache_hooks/config.w32:
+      These are really old config.w32 files - now they use PHP_PHP_BUILD
+      correctly instead of hard coding the path to the libraries
+
+2008-04-15  Gwynne Raskind  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      configure.in:
+      MFH: force use of BSD sed for OS X hack (patch by Alexey Zakhlestin)
+
+    * configure.in:
+      force use of BSD sed for OS X hack (patch by Alexey Zakhlestin)
+
+2008-04-15  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_execute.h
+      ZendEngine2/zend_execute.h:
+      Selected better initial VM stack size
+
+2008-04-15  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      NEWS
+      ext/standard/file.c:
+      MFB: Fixed bug #44034 (FILE_IGNORE_NEW_LINES in file() does not work as
+      expected when lines end in \r\n)
+
+2008-04-15  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * ext/ext_skel:
+      remove -ldl - it doesn't seem to be required on Linux and it's not 
present
+      on FreeBSD
+
+2008-04-15  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * main/php_ini.c
+      main/php_ini.h
+      sapi/cgi/cgi_main.c:
+      Optimized request startup sequence for php.ini without per dir and per 
host
+      conf
+      igurations
+
+    * (PHP_5_3)
+      main/php_ini.c
+      main/php_ini.h
+      sapi/cgi/cgi_main.c:
+      Optimized request startup sequence for php.ini without per dir and per 
host
+      configurations
+
+2008-04-15  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/standard/basic_functions.c:
+      - missed one line
+
+    * ext/standard/basic_functions.c
+      ext/standard/basic_functions.h:
+      - Readd config_get_has(). No need to document, it is only available for
+      debug builds.
+
+2008-04-15  Scott MacVicar  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      ext/session/session.c:
+      Fixed bug #44720 (Prevent infinite recursion within session_register)
+
+    * ext/session/session.c:
+      Fixed bug #44719 (More uninitialised values causing wierd errors)
+
+    * ext/session/session.c:
+      Fixed bug #44722 (Segfault setting a null session path)
+
 2008-04-14  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 
     * (PHP_5_3)


Reply via email to