Skip to content

Commit 90f9f62

Browse files
author
committed
ChangeLog update
1 parent d92a1f4 commit 90f9f62

File tree

2 files changed

+85
-0
lines changed

2 files changed

+85
-0
lines changed

ChangeLog

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,77 @@
1+
2003-01-27 Ilia Alshanetsky <ilia@prohost.org>
2+
3+
* configure.in
4+
main/php_ini.c
5+
main/php_scandir.c
6+
main/php_scandir.h
7+
win32/readdir.c
8+
win32/readdir.h:
9+
Moved the scandir code into it's own files so that it can be used by other
10+
OSes where libc does not have a native scandir() implementation.
11+
12+
2003-01-27 Maxim Maletsky <maxim@maxim.cx>
13+
14+
* ext/oci8/oci8.c:
15+
This fixes "warning C4101: 'charsetid' : unreferenced local variable" on
16+
VC6
17+
18+
* ext/oci8/oci8.c:
19+
(Maxim)
20+
21+
2003-01-27 Sara Golemon <php@alphaweb.net>
22+
23+
* ext/ftp/ftp.c
24+
ext/ftp/ftp.h
25+
ext/ftp/php_ftp.c:
26+
Fix potential buffer overflow.
27+
28+
2003-01-27 Ilia Alshanetsky <ilia@prohost.org>
29+
30+
* main/output.c:
31+
Removed pointless checks.
32+
33+
2003-01-27 Edin Kadribasic <edink@proventum.net>
34+
35+
* (PHP_4_3)
36+
NEWS
37+
ext/standard/dir.c
38+
win32/glob.c:
39+
MFH: Fixed bug #21597 (made glob() understand Windows paths).
40+
41+
* ext/standard/dir.c
42+
win32/glob.c:
43+
Fixed bug #21597 (made glob() understand windows paths)
44+
45+
2003-01-27 Jani Taskinen <sniper@iki.fi>
46+
47+
* (PHP_4_3)
48+
configure.in:
49+
revert previous commit
50+
51+
* (PHP_4_3)
52+
configure.in:
53+
MFH: use grep -E instead of egrep. the latter is not defined by POSIX
54+
anymore
55+
56+
2003-01-27 Uwe Steinmann <uwe@steinmann.cx>
57+
58+
* ext/hyperwave/hw.c:
59+
- fixed several bugs in hw_document_xx() functions. The macro to access
60+
the document was the same as for a link to the sever.
61+
62+
2003-01-27 Sara Golemon <php@alphaweb.net>
63+
64+
* ext/ftp/ftp.c
65+
ext/ftp/ftp.h
66+
ext/ftp/php_ftp.c
67+
ext/ftp/php_ftp.h:
68+
Feature Request #21748. Added function ftp_chmod().
69+
70+
2003-01-27 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
71+
72+
* tests/lang/bug21600.phpt:
73+
Updated test so it describes the problem more clearly.
74+
175
2003-01-26 Stig Bakken <ssb@fast.no>
276

377
* pear/PEAR.php:

Zend/ChangeLog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2003-01-27 Stanislav Malyshev <stas@zend.com>
2+
3+
* zend_compile.c
4+
zend_compile.h
5+
zend_execute.c:
6+
Replace MAKE_VAR opcode with special 'data' opcode
7+
This opcode is not executeable but only holds data for opcodes
8+
that need more than two arguments (presently only ASSIGN_OBJ and the ilk
9+
but
10+
in the future also ASSIGN_DIM)
11+
112
2003-01-26 Sascha Schumann <sascha@schumann.cx>
213

314
* zend_API.c:

0 commit comments

Comments
 (0)