File tree Expand file tree Collapse file tree 2 files changed +85
-0
lines changed Expand file tree Collapse file tree 2 files changed +85
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
75
2003-01-26 Stig Bakken <ssb@fast.no>
2
76
3
77
* pear/PEAR.php:
Original file line number Diff line number Diff line change
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
+
1
12
2003-01-26 Sascha Schumann <sascha@schumann.cx>
2
13
3
14
* zend_API.c:
You can’t perform that action at this time.
0 commit comments