Browse Source

ChangeLog update

experimental/first_unicode_implementation
17 years ago
parent
commit
25e12937e5
  1. 126
      ChangeLog
  2. 6
      Zend/ChangeLog

126
ChangeLog

@ -1,3 +1,129 @@
2009-06-09 andy wharmby <wharmby@uk.ibm.com>
* ext/mbstring/tests/mb_substitute_character_variation1.phpt
ext/mbstring/tests/mb_substitute_character_variation1.phpt
ext/mbstring/tests/mb_substitute_character_variation1.phpt:
Fix test - remove bogus variation
2009-06-09 Pierre-Alain Joye <pierre.dev@gmail.com>
* (PHP_5_3)
NEWS:
- missing ACL entry
* (PHP_5_3)
NEWS:
- #41874
* ext/standard/proc_open.c
ext/standard/tests/file/bug41874.phpt
ext/standard/tests/file/bug41874_1.phpt
ext/standard/tests/file/bug41874_2.phpt
ext/standard/tests/file/bug41874_3.phpt:
- MFB: #41874, separate STDOUT and STDERR in exec functions
* TSRM/tsrm_win32.c:
- #41874, separate STDOUT and STDERR in exec functions
* (PHP_5_2)
NEWS:
- fix NEWS
2009-06-09 David Soria Parra <dsoria@gmx.net>
* (PHP_5_3)
sapi/cgi/cgi_main.c:
MFH: Fix bug #47042 (cgi sapi is incorrectly removing the SCRIPT_FILENAME
for non apache).
The fix was provided by Sriram Natarajan.
* (PHP_5_2)
NEWS
sapi/cgi/cgi_main.c
sapi/cgi/cgi_main.c:
Fix bug #47042 (cgi sapi is incorrectly removing the SCRIPT_FILENAME for
non apache).
The fix was provided by Sriram Natarajan.
2009-06-09 Ilia Alshanetsky <ilia@prohost.org>
* (PHP_5_2)
NEWS:
TZ update news
2009-06-09 Pierre-Alain Joye <pierre.dev@gmail.com>
* sapi/apache/mod_php.c:
- fix build (test before commit maybe?)
* ext/mysqlnd/php_mysqlnd.c:
- fix TS build
* ext/mysqlnd/php_mysqlnd.c:
- ws
* (PHP_5_3)
ZendEngine2/zend_execute.h:
- fix build (void alarm)
* (PHP_5_3)
TSRM/tsrm_win32.c:
- missing include
2009-06-09 Scott MacVicar <scott@macvicar.net>
* (PHP_5_3)
ext/spl/php_spl.c
ext/spl/tests/bug48493.phpt:
MFH Fix bug #48493 - spl_autoload_register can leave the HT in an
inconsistent way.
Need to point the second elements previous item to head so we can traverse
upwards.
* ext/spl/php_spl.c
ext/spl/tests/bug48493.phpt
ext/spl/tests/bug48493.phpt:
Fix bug #48493 - spl_autoload_register can leave the HT in an inconsistent
way.
Need to point the second elements previous item to head so we can traverse
upwards.
* (PHP_5_2)
NEWS
NEWS
NEWS:
BFN
* (PHP_5_2)
ext/mysqli/tests/bug46109.phpt:
Add test
* (PHP_5_2)
ext/mysqli/mysqli_api.c:
MFH #46019 - Memory leak when Mysqli::init() is called multiple times.
* (PHP_5_3)
NEWS:
Move entry to 5.2
2009-06-09 Pierre-Alain Joye <pierre.dev@gmail.com>
* ext/standard/tests/file/bug41874.phpt
ext/standard/tests/file/bug41874.phpt
ext/standard/tests/file/bug41874_1.phpt
ext/standard/tests/file/bug41874_1.phpt
ext/standard/tests/file/bug41874_2.phpt
ext/standard/tests/file/bug41874_2.phpt
ext/standard/tests/file/bug41874_3.phpt
ext/standard/tests/file/bug41874_3.phpt:
file bug41874.phpt was initially added on branch PHP_5_3.
* (PHP_5_3)
TSRM/tsrm_win32.c
ext/standard/proc_open.c:
2009-06-08 Scott MacVicar <scott@macvicar.net>
* (PHP_5_2)

6
Zend/ChangeLog

@ -1,3 +1,9 @@
2009-06-09 Pierre-Alain Joye <pierre.dev@gmail.com>
* (PHP_5_3)
zend_execute.h:
- fix build (void alarm)
2009-06-08 Pierre-Alain Joye <pierre.dev@gmail.com>
* (PHP_5_2)

Loading…
Cancel
Save