Skip to content

Commit 4128be7

Browse files
author
committed
ChangeLog update
1 parent 805637b commit 4128be7

File tree

2 files changed

+66
-0
lines changed

2 files changed

+66
-0
lines changed

ChangeLog

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,56 @@
1+
2003-03-01 Moriyoshi Koizumi <[email protected]>
2+
3+
* main/network.c:
4+
Reverted my previous commit
5+
6+
2003-03-01 Wez Furlong <[email protected]>
7+
8+
* main/streams/plain_wrapper.c:
9+
Ensure that all fields are initialized to NULL.
10+
11+
2003-03-01 Moriyoshi Koizumi <[email protected]>
12+
13+
* main/network.c:
14+
Fixed build
15+
16+
2003-03-01 Wez Furlong <[email protected]>
17+
18+
* ext/xmlrpc/xmlrpc-epi-php.c:
19+
Fix two crash bugs when optional parameters are not specified.
20+
Fix folding markers.
21+
22+
* main/streams/xp_socket.c:
23+
Don't shutdown() unix sockets.
24+
It causes the server end to close down/break.
25+
26+
* main/streams/memory.c:
27+
Folding fixes
28+
29+
* scripts/Makefile.frag:
30+
Add streams headers to those used for shared extensions.
31+
32+
* NEWS:
33+
New!
34+
35+
2003-03-01 Pierre-Alain Joye <[email protected]>
36+
37+
* ext/gd/CREDITS:
38+
update credits (ilia,myself)
39+
40+
2003-03-01 Wez Furlong <[email protected]>
41+
42+
* ext/standard/basic_functions.c
43+
ext/standard/streamsfuncs.c
44+
ext/standard/streamsfuncs.h:
45+
Expose php_stream_copy_to_stream as stream_copy_to_stream(); a high
46+
performance alternative to looping reads and writes.
47+
48+
2003-03-01 Pierre-Alain Joye <[email protected]>
49+
50+
* (PHP_4_3)
51+
ext/gd/CREDITS:
52+
Update credits
53+
154
2003-02-28 Wez Furlong <[email protected]>
255

356
* ext/ftp/ftp.c

Zend/ChangeLog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2003-03-01 Zeev Suraski <[email protected]>
2+
3+
* zend_compile.c:
4+
Fix mem leak
5+
6+
2003-03-01 Andi Gutmans <[email protected]>
7+
8+
* zend_compile.c:
9+
- Make __construct() have higher priority than class name functions
10+
- for constructors.
11+
- Fix problem with the engine allowing final/abstract for the same method.
12+
- Both patches are by Marcus B�rger.
13+
114
2003-02-27 Rasmus Lerdorf <[email protected]>
215

316
* zend_ini_scanner.l:

0 commit comments

Comments
 (0)