Skip to content

Commit 1e693a3

Browse files
author
committed
ChangeLog update
1 parent ea1e226 commit 1e693a3

File tree

1 file changed

+131
-0
lines changed

1 file changed

+131
-0
lines changed

ChangeLog

Lines changed: 131 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,134 @@
1+
2001-05-11 Andrei Zmievski <andrei@ispi.net>
2+
3+
* ext/domxml/php_domxml.c: Open season on memory leaks, shoot all you can.
4+
5+
2001-05-11 Sascha Schumann <sascha@schumann.cx>
6+
7+
* scripts/config-stubs
8+
build/build.mk
9+
ext/zlib/config.m4
10+
ext/zlib/config0.m4
11+
ext/zlib/zlib.m4
12+
configure.in:
13+
Fix special treatment of zlib by introducing the Apache concept
14+
of config.m4 hierarchies.
15+
16+
2001-05-11 Jason Greene <jason@inetgurus.net>
17+
18+
* ext/standard/php_filestat.h
19+
ext/standard/file.c
20+
ext/standard/filestat.c:
21+
Rewrote stat() and fstat() to be memory efficient, due to a recent
22+
thread on php-dev.
23+
24+
Note: I added a macro that might have use in other instances, but for now
25+
is included in php_filestat.h
26+
27+
2001-05-11 Andrei Zmievski <andrei@ispi.net>
28+
29+
* NEWS: MFH
30+
31+
* NEWS: Compress several entries into one.
32+
33+
2001-05-11 Sascha Schumann <sascha@schumann.cx>
34+
35+
* NEWS: merge news
36+
37+
* NEWS: update and some late additions
38+
39+
2001-05-11 Thies C. Arntzen <thies@thieso.net>
40+
41+
* sapi/apache/mod_php4.c:
42+
- Added --enable-memory-usage-info. This creates a new Apache 1.x logging
43+
directive "{mod_php_memory_usage}n" which will log the peak amount of
44+
memory used by the script.
45+
46+
* NEWS: .
47+
48+
* configure.in
49+
main/php_version.h: 4.0.6 is tagged, HEAD is now 4.0.7-dev
50+
51+
* ext/xml/expat/xmltok/Makefile.in
52+
ext/xml/expat/xmltok/asciitab.h
53+
ext/xml/expat/xmltok/iasciitab.h
54+
ext/xml/expat/xmltok/latin1tab.h
55+
ext/xml/expat/xmltok/nametab.h
56+
ext/xml/expat/xmltok/utf8tab.h
57+
ext/xml/expat/xmltok/xmldef.h
58+
ext/xml/expat/xmltok/xmlrole.c
59+
ext/xml/expat/xmltok/xmlrole.h
60+
ext/xml/expat/xmltok/xmltok.c
61+
ext/xml/expat/xmltok/xmltok.dsp
62+
ext/xml/expat/xmltok/xmltok.h
63+
ext/xml/expat/xmltok/xmltok_impl.c
64+
ext/xml/expat/xmltok/xmltok_impl.h
65+
ext/xml/expat/xmltok/xmltok_ns.c
66+
ext/xml/expat/xmlparse/Makefile.in
67+
ext/xml/expat/xmlparse/expat_hashtable.h
68+
ext/xml/expat/xmlparse/hashtable.c
69+
ext/xml/expat/xmlparse/xmlparse.c
70+
ext/xml/expat/xmlparse/xmlparse.dsp
71+
ext/xml/expat/xmlparse/xmlparse.h
72+
ext/xml/config.m4
73+
ext/xml/expat/Changes
74+
ext/xml/expat/Makefile.in
75+
ext/xml/expat/README
76+
ext/xml/expat/README.php
77+
ext/xml/expat/ascii.h
78+
ext/xml/expat/asciitab.h
79+
ext/xml/expat/expat.html
80+
ext/xml/expat/iasciitab.h
81+
ext/xml/expat/latin1tab.h
82+
ext/xml/expat/nametab.h
83+
ext/xml/expat/utf8tab.h
84+
ext/xml/expat/xmlparse.c
85+
ext/xml/expat/xmlrole.c
86+
ext/xml/expat/xmlrole.h
87+
ext/xml/expat/xmltok.c
88+
ext/xml/expat/xmltok.h
89+
ext/xml/expat/xmltok_impl.c
90+
ext/xml/expat/xmltok_impl.h
91+
ext/xml/expat/xmltok_ns.c
92+
ext/xml/php_xml.h
93+
ext/xml/xml.c
94+
main/php_compat.h: bump bundled expat to 1.95.1
95+
win32 project _needs_ updating and i don't have windows
96+
97+
2001-05-11 Sascha Schumann <sascha@schumann.cx>
98+
99+
* ext/session/config.m4
100+
ext/session/mod_files.c: Save a couple of syscalls per session
101+
102+
Fix apparent new-session-files-were-not-locked bug
103+
104+
Replace %m with portable "%s", strerror(errno)
105+
106+
2001-05-11 Andrei Zmievski <andrei@ispi.net>
107+
108+
* ext/domxml/php_domxml.c:
109+
Start cleaning up domxml memory leaks. Still much stuff to do.
110+
111+
2001-05-11 Derick Rethans <d.rethans@jdimedia.nl>
112+
113+
* ext/standard/info.c: Tabs please...
114+
115+
2001-05-11 Sebastian Bergmann <sb@sebastian-bergmann.de>
116+
117+
* ext/standard/info.c: Fix for bug #10815.
118+
119+
2001-05-11 Jani Taskinen <sniper@iki.fi>
120+
121+
* ext/imap/config.m4:
122+
Fixed problems which were caused by the previous patches.
123+
124+
2001-05-11 Jason Greene <jason@inetgurus.net>
125+
126+
* ext/standard/tests/file/001.phpt: Fix is_executable test.
127+
128+
* ext/standard/file.c
129+
ext/standard/filestat.c:
130+
(Andrei's suggestion to still allow backwords compatibility.)
131+
1132
2001-05-10 Jani Taskinen <sniper@iki.fi>
2133

3134
* ext/gd/config.m4: default to /usr/local

0 commit comments

Comments
 (0)