Skip to content

Commit 55f4d00

Browse files
author
committed
ChangeLog update
1 parent dd3a768 commit 55f4d00

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed

ChangeLog

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,72 @@
1+
2001-07-10 Frank M. Kromann <frank@frontbase.com>
2+
3+
* ext/fbsql/php_fbsql.c:
4+
changed return value from fbsql_query to be booloan
5+
6+
* ext/fbsql/php_fbsql.c
7+
ext/fbsql/php_fbsql.h:
8+
Fixing return value from fbsql_query after a DELETE FROM with success.
9+
10+
2001-07-10 Thomas V.V.Cox <cox@idecnet.com>
11+
12+
* pear/DB/common.php:
13+
fix bug when call excute multiple times (thanks to Oleg Rekutin and Paul
14+
DuBois)
15+
16+
* pear/DB.php: added NEED_MORE_DATA error message to $errorMessages
17+
18+
2001-07-10 Andi Gutmans <andi@zend.com>
19+
20+
* main/fopen_wrappers.c: - Nuke fprintf()
21+
22+
* main/fopen_wrappers.c:
23+
- Commit patch which checks for an include file in the calling scripts'
24+
current working directory if everything else fails (include_path).
25+
- Right now this also effects things like opening php.ini. It'll now always
26+
check in the current working directory for php.ini. I think this doesn't
27+
screw up todays behavior.
28+
29+
2001-07-10 Sterling Hughes <sterling@designmultimedia.com>
30+
31+
* ext/curl/curl.c:
32+
* ext/curl/curl.c:
33+
If the transfer fails, still free the buffer if it exists.
34+
35+
2001-07-10 Zeev Suraski <zeev@zend.com>
36+
37+
* main/fopen_wrappers.c: Whitespace
38+
39+
2001-07-10 Sascha Schumann <sascha@schumann.cx>
40+
41+
* main/main.c
42+
main/php_globals.h
43+
NEWS: Allow errors to be returned as XMLRPC fault packets.
44+
45+
Submitted by: Matt Allen <matt@investigationmarketplace.com>
46+
47+
2001-07-10 Chuck Hagenbuch <chuck@horde.org>
48+
49+
* pear/DB/mssql.php: Suppress error messages from the connect function
50+
51+
2001-07-10 Christian Stocker <chregu@nomad.ch>
52+
53+
* pear/Cache/Container/file.php: patch suggested by yavor
54+
makes more sanity checks on cache_dir
55+
56+
2001-07-10 Rasmus Lerdorf <rasmus@php.net>
57+
58+
* NEWS: manual update
59+
60+
2001-07-10 Zeev Suraski <zeev@zend.com>
61+
62+
* ext/mcrypt/mcrypt.c: Fix a couple of buffer overflows in mcrypt.c
63+
64+
* pear/HTML/IT_Error.php: Fix bug #11823 (appears to be legit)
65+
66+
2001-07-10 Thomas V.V.Cox <cox@idecnet.com>
67+
68+
* pear/DB.php: minor in-line doc fix
69+
170
2001-07-09 Adam Daniel <adaniel2@cinci.rr.com>
271

372
* pear/HTML/Page.php:

0 commit comments

Comments
 (0)