Skip to content

Commit 30dc081

Browse files
author
committed
ChangeLog update
1 parent 3b4f80a commit 30dc081

File tree

1 file changed

+123
-0
lines changed

1 file changed

+123
-0
lines changed

ChangeLog

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,126 @@
1+
2001-08-21 Joey Smith <joey@joeysmith.com>
2+
3+
* ext/standard/filestat.c: MFH: Make stat() act like stat, not filesize().
4+
5+
* ext/standard/filestat.c:
6+
Hmmm...not sure what this was trying to do. stat() was acting like filesize().
7+
8+
2001-08-21 Yavor Shahpasov <yavo@itenasolutions.com>
9+
10+
* pear/Benchmark/Iterate.php:
11+
- run(100, "obj->method", "test") syntax should work now
12+
13+
2001-08-21 Joey Smith <joey@joeysmith.com>
14+
15+
* ext/domxml/php_domxml.c: MFH
16+
Some changes to help out previous users of domxml...
17+
node::tagname == node::name.
18+
Add property "type" to textnode types.
19+
20+
* ext/domxml/php_domxml.c:
21+
Some changes to help out previous users of domxml...
22+
node::tagname == node::name.
23+
Add property "type" to textnode types.
24+
25+
2001-08-21 Zeev Suraski <zeev@zend.com>
26+
27+
* sapi/apache2filter/apache_config.c
28+
ext/standard/var.c
29+
ext/wddx/wddx.c
30+
ext/standard/string.c
31+
ext/standard/array.c
32+
ext/standard/php_var.h
33+
ext/ircg/ircg.c
34+
ext/openssl/openssl.c
35+
ext/session/php_session.h
36+
ext/session/session.c: MFH
37+
38+
2001-08-21 Sterling Hughes <sterling@designmultimedia.com>
39+
40+
* ext/cyrus/cyrus.c: Fix typo
41+
42+
2001-08-21 Ulf Wendel <ulf.wendel@phpdoc.de>
43+
44+
* ext/pdf/pdf.c
45+
ext/pdf/php_pdf.h: Added two new functions:
46+
47+
int pdf_get_minorversion()
48+
int pdf_get_majorversion()
49+
50+
Both functions are taken from the C-Library. You should be able to determine
51+
the API version of the extension/library using pdf_get_value() or
52+
pdf_get_parameter() but these functions need a pdf object to work on. This
53+
means that you have to create an pdf object before you can find out the
54+
API version. Using pdf_get_minorversion() and pdf_get_majorversion() there's
55+
no need for this.
56+
57+
2001-08-21 Zeev Suraski <zeev@zend.com>
58+
59+
* ext/wddx/wddx.c
60+
sapi/apache2filter/apache_config.c
61+
ext/standard/php_var.h
62+
ext/standard/string.c
63+
ext/standard/var.c
64+
ext/ircg/ircg.c
65+
ext/openssl/openssl.c
66+
ext/session/php_session.h
67+
ext/session/session.c
68+
ext/standard/array.c: API update
69+
70+
2001-08-21 Sascha Schumann <sascha@schumann.cx>
71+
72+
* ext/cpdf/config.m4
73+
ext/pdf/config.m4
74+
configure.in: Further work on autoconf-2.5x support
75+
76+
* acinclude.m4
77+
configure.in: Move PHP_SUBSTs to configure.in.
78+
79+
* acinclude.m4
80+
configure.in
81+
ext/imap/config.m4: nuke some apparently harmful spaces
82+
83+
2001-08-21 Daniel Beulshausen <daniel@php4win.de>
84+
85+
* win32/install.txt: add MDAC note
86+
87+
2001-08-21 Sterling Hughes <sterling@designmultimedia.com>
88+
89+
* ext/cyrus/cyrus.c: Update api and fix some compile warnings
90+
91+
2001-08-21 Zeev Suraski <zeev@zend.com>
92+
93+
* win32/php4dllts.dsp: Fix Release_TSDbg configuration
94+
95+
2001-08-21 Sterling Hughes <sterling@designmultimedia.com>
96+
97+
* pear/File/Find.php: More ws
98+
99+
* pear/File/Find.php: more ws fix
100+
101+
102+
2001-08-21 Thomas V.V.Cox <cox@idecnet.com>
103+
104+
* pear/File/Find.php: killed warning when no matches in glob
105+
106+
* pear/File/Find.php: the withespaces night
107+
108+
2001-08-21 Chuck Hagenbuch <chuck@horde.org>
109+
110+
* pear/DB/odbc.php:
111+
add emulated sequences for ODBC. These are _not_ atomic;
112+
if someone knows how to make them so with generic sql, please
113+
make it so.
114+
115+
* pear/DB/common.php:
116+
make sure errorcodes are actually there before using them
117+
118+
* pear/DB/odbc.php: remove ^Ms
119+
120+
2001-08-21 Thomas V.V.Cox <cox@idecnet.com>
121+
122+
* pear/Date/Calc.php: removed trailing whitespaces
123+
1124
2001-08-20 Yavor Shahpasov <yavo@itenasolutions.com>
2125

3126
* pear/Date/Calc.php: - Fixed getMonthFromFullName() method

0 commit comments

Comments
 (0)