Skip to content

Commit fd40b6d

Browse files
author
committed
ChangeLog update
1 parent aee0c18 commit fd40b6d

File tree

2 files changed

+177
-0
lines changed

2 files changed

+177
-0
lines changed

ChangeLog

Lines changed: 164 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,167 @@
1+
2003-02-25 Ilia Alshanetsky <ilia@prohost.org>
2+
3+
* ext/standard/exec.c:
4+
Made shell_exec() use streams, this simplifies the code and in some cases
5+
makes it a little faster too.
6+
7+
* ext/standard/url.c:
8+
MFH (forgot to put this fix into the 5.X tree).
9+
10+
2003-02-25 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
11+
12+
* NEWS:
13+
NEWS update
14+
15+
* ext/standard/file.c:
16+
Set fgetss() free from the length parameter
17+
18+
* (PHP_4_3)
19+
NEWS:
20+
BFN: the fix was actually done by Ilia.
21+
22+
* (PHP_4_3)
23+
ext/standard/html.c:
24+
MFH(r1.72): int / long change
25+
Fixed bug #22301 (htmlspecialchars crashes on Tru64)
26+
27+
2003-02-25 Ilia Alshanetsky <ilia@prohost.org>
28+
29+
* ext/standard/tests/file/bug22414.phpt:
30+
Fixed test.
31+
32+
* ext/standard/exec.c
33+
ext/standard/tests/file/bug22414.phpt:
34+
Fixed bug #22414 and added a test case for it.
35+
36+
2003-02-25 Jani Taskinen <sniper@iki.fi>
37+
38+
* ext/odbc/config.m4:
39+
Cleanup
40+
41+
* (PHP_4_3)
42+
NEWS
43+
NEWS
44+
NEWS:
45+
BFN
46+
47+
* (PHP_4_3)
48+
configure.in:
49+
MFH: Fixed bug #21224 (apache configure fails when using
50+
--enable-versioning)
51+
52+
* configure.in:
53+
- Fixed bug #21224 (apache configure fails when using --enable-versioning)
54+
55+
* (PHP_4_3)
56+
main/php.h
57+
main/php_sprintf.c
58+
main/snprintf.c
59+
main/snprintf.h:
60+
MFH: Fixed bug #20256 (snprintf() not defined on some systems)
61+
62+
* main/php.h
63+
main/php_sprintf.c
64+
main/snprintf.c
65+
main/snprintf.h:
66+
Fixed bug #20256 (snprintf() not defined)
67+
68+
2003-02-25 Adam Dickmeiss <adam@indexdata.dk>
69+
70+
* ext/yaz/php_yaz.c:
71+
Tabify
72+
73+
* ext/yaz/php_yaz.c:
74+
yaz_search supports query type cql
75+
76+
2003-02-25 Jani Taskinen <sniper@iki.fi>
77+
78+
* configure.in:
79+
typofix
80+
81+
* ext/curl/interface.c
82+
ext/curl/multi.c:
83+
(hope) fix some win32 build errors
84+
85+
2003-02-25 Corne' Cornelius <cornec@reach.co.za>
86+
87+
* ext/informix/CREDITS
88+
ext/informix/ifx.ec
89+
ext/informix/php_informix.h
90+
ext/informix/php_informix_includes.h:
91+
- Added Corne' Cornelius to CREDITS/Authors
92+
93+
2003-02-25 Jani Taskinen <sniper@iki.fi>
94+
95+
* sapi/pi3web/pi3web_sapi.c:
96+
Another win32 build fix.
97+
98+
* sapi/activescript/php4activescript.c
99+
sapi/activescript/scriptengine.cpp:
100+
(hopefully) fix the build..
101+
102+
* (PHP_4_3)
103+
configure.in:
104+
MFH: Fixed bug #14245 ('make install' fails on AIX when using --with-apxs).
105+
106+
* configure.in:
107+
- Fixed bug #14245 ('make install' fails on AIX when using --with-apxs).
108+
109+
2003-02-25 Corne' Cornelius <cornec@reach.co.za>
110+
111+
* ext/informix/config.m4:
112+
- Changed IFX_VERSION to work with Major versions with more then one digit
113+
114+
2003-02-25 Jani Taskinen <sniper@iki.fi>
115+
116+
* ext/oci8/config.m4:
117+
fix bug #22324, libjdbcoci8.so is not necessarily needed..
118+
119+
2003-02-25 Ilia Alshanetsky <ilia@prohost.org>
120+
121+
* (PHP_4_3)
122+
NEWS:
123+
Bug fixing news.
124+
125+
* ext/standard/ftp_fopen_wrapper.c:
126+
Fixed bug #22402 (opening of ftp for read/write could fail due to invalid
127+
return code handling).
128+
Solution suggested by jan@jancm.org
129+
130+
* (PHP_4_3)
131+
ext/gd/libgd/gd.c:
132+
MFH (fix for crash in gdImageCopyMergeGray()).
133+
134+
* ext/gd/libgd/gd.c:
135+
Fixed a crash in gdImageCopyMergeGray().
136+
137+
2003-02-25 Stig Bakken <ssb@fast.no>
138+
139+
* pear/package-PEAR.xml
140+
pear/PEAR/Common.php
141+
pear/PEAR/Packager.php
142+
pear/PEAR/Command/Package.php:
143+
- fixed <provides> generation, provides elements are now included for
144+
every non-private class, function and method
145+
146+
* ext/tokenizer/tokenizer.c:
147+
- add new ZE2 tokens
148+
149+
2003-02-25 Ilia Alshanetsky <ilia@prohost.org>
150+
151+
* main/streams/plain_wrapper.c:
152+
Fixed various compiler warnings.
153+
154+
* main/streams/plain_wrapper.c:
155+
Use native flock() whenever possible.
156+
157+
* ext/standard/file.c
158+
main/php_streams.h
159+
main/streams/plain_wrapper.c:
160+
Added locking to streams.
161+
Allow PHP to automatically release locks on files when terminating the
162+
stream.
163+
Fixed bugs in the handling of the 3rd optional parameter to flock().
164+
1165
2003-02-24 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
2166

3167
* main/streams/memory.c:

Zend/ChangeLog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2003-02-25 Zeev Suraski <zeev@zend.com>
2+
3+
* zend_compile.c:
4+
Get the bits right - final/private fix
5+
6+
2003-02-25 Jani Taskinen <sniper@iki.fi>
7+
8+
* acconfig.h:
9+
Do not redefine zend_isnan if it is already defined.
10+
11+
* Zend.m4:
12+
- Fixed bug #14245 ('make install' fails on AIX when using --with-apxs).
13+
114
2003-02-24 Stanislav Malyshev <stas@zend.com>
215

316
* zend_compile.c:

0 commit comments

Comments
 (0)