mirror of
https://github.com/php/php-src.git
synced 2024-12-25 17:59:52 +08:00
ChangeLog update
This commit is contained in:
parent
144b823b36
commit
f8cf911575
75
ChangeLog
75
ChangeLog
@ -1,3 +1,78 @@
|
|||||||
|
2008-07-12 Pierre-Alain Joye <pierre.dev@gmail.com>
|
||||||
|
|
||||||
|
* ext/mbstring/oniguruma/regint.h:
|
||||||
|
- fix build with VC9 PSDK6.x
|
||||||
|
|
||||||
|
* win32/build/config.w32:
|
||||||
|
- support for new naming
|
||||||
|
|
||||||
|
* (PHP_5_3)
|
||||||
|
ext/ftp/ftp.c:
|
||||||
|
- MFH: don't use inet_ntop when not present
|
||||||
|
|
||||||
|
* ext/ftp/ftp.c:
|
||||||
|
- don't use inet_ntop when not present
|
||||||
|
|
||||||
|
2008-07-12 Felipe Pena <felipensp@gmail.com>
|
||||||
|
|
||||||
|
* ext/curl/interface.c
|
||||||
|
ext/curl/interface.c:
|
||||||
|
- MFB: Fixed bug #45220 (curl_read callback returns -1 when needs to return
|
||||||
|
size_t (unsigned))
|
||||||
|
|
||||||
|
* (PHP_5_2)
|
||||||
|
NEWS:
|
||||||
|
BFN: #45220
|
||||||
|
|
||||||
|
* (PHP_5_2)
|
||||||
|
ext/curl/interface.c:
|
||||||
|
- Fixed bug #45220 (curl_read callback returns -1 when needs to return
|
||||||
|
size_t (unsigned))
|
||||||
|
|
||||||
|
2008-07-12 Steph Fox <steph.fox@virgin.net>
|
||||||
|
|
||||||
|
* (PHP_5_3)
|
||||||
|
win32/build/confutils.js:
|
||||||
|
This looks more than it is due to ws/cs and minor fixes in it...
|
||||||
|
- Fixes logic in dependency check
|
||||||
|
- Fixes logic in AC_DEFINE error message
|
||||||
|
- Prevents shared extensions from building if a hard dependency is missing
|
||||||
|
altogether
|
||||||
|
- Cleans up errors/warnings/messages for all scenarios
|
||||||
|
- Changes a function call to the new project support
|
||||||
|
|
||||||
|
2008-07-12 Marcus Boerger <php@marcus-boerger.de>
|
||||||
|
|
||||||
|
* (PHP_5_3)
|
||||||
|
ZendEngine2/zend_exceptions.c:
|
||||||
|
- Missed one line in merge
|
||||||
|
|
||||||
|
* (PHP_5_3)
|
||||||
|
ext/spl/php_spl.c
|
||||||
|
ext/spl/tests/spl_autoload_012.phpt:
|
||||||
|
- MFH Allow multiple exceptions in spl's autoload
|
||||||
|
|
||||||
|
* ext/spl/tests/spl_autoload_012.phpt
|
||||||
|
ext/spl/tests/spl_autoload_012.phpt:
|
||||||
|
|
||||||
|
- Allow multiple exceptions in spl's autoload
|
||||||
|
|
||||||
|
* ext/spl/php_spl.c:
|
||||||
|
- Allow multiple exceptions in spl's autoload
|
||||||
|
|
||||||
|
* (PHP_5_3)
|
||||||
|
ZendEngine2/zend_exceptions.c:
|
||||||
|
- MFH Add support for linking exceptions (implements TODO)
|
||||||
|
|
||||||
|
* ZendEngine2/zend_exceptions.c:
|
||||||
|
- Add support for linking exceptions (implements TODO)
|
||||||
|
|
||||||
|
2008-07-12 Felipe Pena <felipensp@gmail.com>
|
||||||
|
|
||||||
|
* (PHP_5_2)
|
||||||
|
NEWS:
|
||||||
|
BFN: #45485
|
||||||
|
|
||||||
2008-07-11 Felipe Pena <felipensp@gmail.com>
|
2008-07-11 Felipe Pena <felipensp@gmail.com>
|
||||||
|
|
||||||
* ext/standard/ftp_fopen_wrapper.c
|
* ext/standard/ftp_fopen_wrapper.c
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
2008-07-12 Marcus Boerger <php@marcus-boerger.de>
|
||||||
|
|
||||||
|
* (PHP_5_3)
|
||||||
|
zend_exceptions.c:
|
||||||
|
- Missed one line in merge
|
||||||
|
|
||||||
|
* (PHP_5_3)
|
||||||
|
zend_exceptions.c:
|
||||||
|
- MFH Add support for linking exceptions (implements TODO)
|
||||||
|
|
||||||
|
* zend_exceptions.c:
|
||||||
|
- Add support for linking exceptions (implements TODO)
|
||||||
|
|
||||||
2008-07-10 Dmitry Stogov <dmitry@zend.com>
|
2008-07-10 Dmitry Stogov <dmitry@zend.com>
|
||||||
|
|
||||||
* tests/closure_001.phpt
|
* tests/closure_001.phpt
|
||||||
|
Loading…
Reference in New Issue
Block a user