mirror of
https://github.com/php/php-src.git
synced 2026-04-23 07:58:20 +02:00
121 lines
3.1 KiB
Plaintext
121 lines
3.1 KiB
Plaintext
2003-01-02 Stig Bakken <ssb@fast.no>
|
|
|
|
* pear/PEAR/Config.php:
|
|
- allways fall back to PHP_SYSCONFDIR
|
|
|
|
2003-01-02 Ilia Alshanetsky <ilia@prohost.org>
|
|
|
|
* ext/openssl/openssl.c:
|
|
Fixed a small memory leak when a NULL variable is passed to
|
|
openssl_csr_sign() as the first argument.
|
|
|
|
* (PHP_4_3)
|
|
NEWS:
|
|
Bug fixing news.
|
|
|
|
* ext/standard/html.c:
|
|
Fixed bug #21338 (crash inside html_entity_decode() when "" is passed).
|
|
Added test case for the bug.
|
|
|
|
* ext/standard/tests/strings/bug21338.phpt:
|
|
|
|
Fixed bug #21338 (crash inside html_entity_decode() when "" is passed).
|
|
Added test case for the bug.
|
|
|
|
* acinclude.m4
|
|
configure.in:
|
|
Raise required OpenSSL version to 0.9.6.
|
|
|
|
2003-01-02 Derick Rethans <d.rethans@jdimedia.nl>
|
|
|
|
* main/SAPI.h:
|
|
- Fixed bug #21169: Compile Failure, and lots of warnings on UnixWare
|
|
|
|
* (PHP_4_3)
|
|
main/SAPI.h:
|
|
-** empty log message ***
|
|
|
|
2003-01-02 Zeev Suraski <zeev@zend.com>
|
|
|
|
* sapi/apache/php4apache.dsp:
|
|
Fix .dsp
|
|
|
|
2003-01-02 Derick Rethans <d.rethans@jdimedia.nl>
|
|
|
|
* main/php_streams.h:
|
|
- Fix warnings on UnixWare
|
|
|
|
* (PHP_4_3)
|
|
Makefile.global:
|
|
- MFH: Fix "make test" when CC was set to something with a parameter
|
|
|
|
* Makefile.global:
|
|
- Fix "make test" when CC was set to something with a parameter
|
|
|
|
2003-01-01 Frank M. Kromann <frank@kromann.info>
|
|
|
|
* ext/standard/base64.c
|
|
ext/standard/base64.h:
|
|
Allow base64 functions to be called from an extension buils as .so/.dll
|
|
(iconv)
|
|
|
|
2003-01-01 Zeev Suraski <zeev@zend.com>
|
|
|
|
* ext/standard/browscap.c
|
|
ext/standard/incomplete_class.c:
|
|
build fixes
|
|
|
|
2003-01-01 Derick Rethans <d.rethans@jdimedia.nl>
|
|
|
|
* (PHP_4_3)
|
|
tests/run-test/test005.phpt
|
|
tests/run-test/test008.phpt:
|
|
- MFH: Fix tests if Zend Optimizer is loaded
|
|
|
|
* tests/run-test/test005.phpt
|
|
tests/run-test/test008.phpt:
|
|
- Fix tests if Zend Optimizer is loaded
|
|
|
|
2003-01-01 Sebastian Bergmann <sb@sebastian-bergmann.de>
|
|
|
|
* win32/php4dll.dsp
|
|
win32/php4dllts.dsp:
|
|
Add filter.c, user_filters.c. Group stream related sources.
|
|
|
|
* ext/standard/filters.c
|
|
ext/standard/user_filters.c:
|
|
Fix warnings.
|
|
|
|
2003-01-01 Wez Furlong <wez.php@thebrainroom.net>
|
|
|
|
* ext/standard/filters.c:
|
|
Tidy up
|
|
|
|
* ext/standard/basic_functions.c
|
|
ext/standard/config.m4
|
|
ext/standard/filters.c
|
|
ext/standard/php_standard.h
|
|
ext/standard/php_string.h
|
|
ext/standard/string.c
|
|
ext/standard/user_filters.c
|
|
ext/standard/tests/file/userfilters.phpt:
|
|
Move rot13 filter into a new filters.c source file.
|
|
Tidy up some other filter related code.
|
|
|
|
|
|
* acinclude.m4
|
|
configure.in
|
|
main/streams.c:
|
|
Workaround for glibc 2.2.9x and later "a+" bug that does not seek to EOF
|
|
for
|
|
files fopen()ed with that mode.
|
|
|
|
* (PHP_4_3)
|
|
acinclude.m4
|
|
configure.in
|
|
main/streams.c:
|
|
Workaround a bug in glibc 2.2.9x and later that causes it not to seek to
|
|
EOF
|
|
for stdio streams opened with a mode of "a+".
|
|
|