blob: 1195794a4621eed5c921065a6dad2b0712cbe623 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
|
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+".
|