Skip to content

Commit 65c1999

Browse files
author
committed
ChangeLog update
1 parent 9e23033 commit 65c1999

File tree

1 file changed

+90
-0
lines changed

1 file changed

+90
-0
lines changed

ChangeLog

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,93 @@
1+
2001-08-09 David Eriksson <david@2good.com>
2+
3+
* ext/satellite/namedvalue_to_zval.c: Prevent potential crash
4+
5+
* ext/satellite/zval_to_namedvalue.c: Convert parameter to long if needed.
6+
7+
* ext/satellite/struct.c:
8+
Added zend_ prefix to wrong_param_count in enum.c, object.c and struct.c
9+
10+
* ext/satellite/enum.c: struct.c
11+
12+
* ext/satellite/class.c: Prevent potential crashes.
13+
14+
* ext/satellite/object.c
15+
ext/satellite/php_orbit.c
16+
ext/satellite/php_orbit.h:
17+
(PHP satellite_object_to_string) Added function to get IOR of object.
18+
19+
* ext/satellite/Makefile.in
20+
ext/satellite/config.m4: rewrote configuration script
21+
22+
* ext/satellite/README
23+
ext/satellite/multiple_components.patch:
24+
Added patch for ORBit that handles "Multiple Components Profile" in an IOR.
25+
26+
2001-08-09 Thomas V.V.Cox <cox@idecnet.com>
27+
28+
* pear/DB/odbc.php: added nosuchtable to errors map
29+
30+
* pear/DB/pgsql.php:
31+
modify nosuchfield to work in postgres 7.x and added constraint to regex's
32+
33+
* pear/DB/tests/pgsql/010.phpt: added constraint error to expected output
34+
35+
2001-08-09 Joey Smith <joey@joeysmith.com>
36+
37+
* ext/domxml/php_domxml.c: K&R-ify the switch statments.
38+
39+
* ext/domxml/php_domxml.c:
40+
Commit acutal code only, will do ws on another pass.
41+
42+
* ext/domxml/php_domxml.c:
43+
Revert patch to seperate code from whitespace changes.
44+
45+
* ext/domxml/php_domxml.c:
46+
Restore xpath_eval() and the underlying php_xpathptr_eval().
47+
It still leaks like crazy, but does not appear to crash, and
48+
seems to work correctly.
49+
50+
Anyone who can possibly test this, please do.
51+
52+
53+
2001-08-09 Thomas V.V.Cox <cox@idecnet.com>
54+
55+
* pear/Mail.php: fix multiple factory calls problem with php < 4.0.7
56+
57+
* pear/Mail.php: *** empty log message ***
58+
59+
* pear/Mail.php: spaces
60+
61+
2001-08-09 Jani Taskinen <sniper@iki.fi>
62+
63+
* win32/install.txt: Updated the extension part a little bit.
64+
65+
2001-08-09 Rasmus Lerdorf <rasmus@php.net>
66+
67+
* ext/skeleton/php_skeleton.h
68+
ext/skeleton/skeleton.c: More ext_skel cleanup
69+
70+
2001-08-09 Sascha Schumann <sascha@schumann.cx>
71+
72+
* build/library.mk
73+
build/program.mk
74+
build/rules_common.mk:
75+
Workaround which avoids passing pic-related flags in link mode
76+
77+
2001-08-09 Alexander Merz <alexander.merz@t-online.de>
78+
79+
* pear/Mail.php
80+
pear/Mail/RFC822.php
81+
pear/Mail/mail.php
82+
pear/Mail/mime.php
83+
pear/Mail/sendmail.php
84+
pear/Mail/smtp.php: fix PHPDoc
85+
86+
2001-08-09 Jani Taskinen <sniper@iki.fi>
87+
88+
* php.ini-dist
89+
php.ini-optimized: Added missing entries.
90+
191
2001-08-08 Zeev Suraski <zeev@zend.com>
292

393
* NEWS: Update NEWS

0 commit comments

Comments
 (0)