Skip to content

Commit 2086e31

Browse files
author
committed
ChangeLog update
1 parent 558c327 commit 2086e31

File tree

1 file changed

+92
-0
lines changed

1 file changed

+92
-0
lines changed

ChangeLog

+92
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,95 @@
1+
1999-11-29 Sander Steffann <[email protected]>
2+
3+
* ext/gd/gd.c: Show some extra info for GD with phpinfo()
4+
5+
1999-11-29 Sascha Schumann <[email protected]>
6+
7+
* ext/session/session.c: Clean up code
8+
9+
1999-11-29 Thies C. Arntzen <[email protected]>
10+
11+
* sapi/isapi/config.m4: ISAPI wants to run in ZTS
12+
13+
1999-11-29 Sander Steffann <[email protected]>
14+
15+
* ext/gd/config.m4: Oops, forgot to check for GIF support. Fixed.
16+
17+
1999-11-29 Danny Heijl <[email protected]>
18+
19+
* ext/informix/ifx.ec: Typo
20+
21+
1999-11-29 Andrei Zmievski <[email protected]>
22+
23+
* pear/DB.php: Modified to use preg_* functions.
24+
25+
1999-11-29 Sam Ruby <[email protected]>
26+
27+
* sapi/servlet/.cvsignore: add .cvsignore
28+
29+
* sapi/servlet/Makefile.am
30+
sapi/servlet/README
31+
sapi/servlet/config.h.stub
32+
sapi/servlet/config.m4
33+
sapi/servlet/servlet.c
34+
sapi/servlet/servlet.dsp
35+
sapi/servlet/servlet.java
36+
sapi/servlet/web.xml
37+
ext/standard/info.c
38+
ext/java/java.dsp
39+
ext/java/reflect.java
40+
ext/java/Makefile.am
41+
ext/java/config.m4
42+
ext/java/java.c:
43+
Initial alpha-level of sapi/servlet. See README for details.
44+
45+
1999-11-29 Stig Bakken <[email protected]>
46+
47+
* pear/Makefile.am
48+
pear/README: more PECL -> PEAR renaming
49+
50+
* pear/DB/common.php
51+
pear/DB/mysql.php
52+
pear/DB/odbc.php
53+
pear/.cvsignore
54+
pear/DB.php: - DB classes now inherit DB_common
55+
- Added DB_ERROR_NODBSELECTED
56+
- Added DB::connect($dsn[, $persistent] which creates a DB object and connects
57+
$dsn is a "data source name" in a format specific to DB:
58+
phptype(dbsyntax)://username:password@protocol+hostspec/database
59+
Don't worry, such a dsn can be as short as "mysql"
60+
- Added mysql support
61+
62+
1999-11-29 Andrei Zmievski <[email protected]>
63+
64+
* NEWS: *** empty log message ***
65+
66+
* NEWS: Name update.
67+
68+
1999-11-29 Sam Ruby <[email protected]>
69+
70+
* ext/standard/parsedate.y:
71+
Use thread-safe versions of localtime and gmtime on Win32 too
72+
73+
1999-11-29 Stig Bakken <[email protected]>
74+
75+
* buildcheck.sh
76+
buildconf:
77+
Remove some more redundant checks. buildconf is not but a simple wrapper
78+
for build.mk & co.
79+
80+
1999-11-29 Sascha Schumann <[email protected]>
81+
82+
* sapi/aolserver/aolserver.c:
83+
Revert last patch (leak in libzend is fixed now)
84+
85+
1999-11-29 Stig Bakken <[email protected]>
86+
87+
* ext/odbc/config.h.stub
88+
ext/odbc/config.m4
89+
ext/odbc/php_odbc.c
90+
ext/odbc/php_odbc.h
91+
ext/odbc/setup.stub: Added DBMaker support (patch by Pax Tsai <[email protected]>)
92+
193
1999-11-28 Stig Bakken <[email protected]>
294

395
* Makefile.am

0 commit comments

Comments
 (0)