Skip to content

Commit bb5e06b

Browse files
author
committed
ChangeLog update
1 parent 14de816 commit bb5e06b

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

ChangeLog

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,55 @@
1+
2002-02-02 Shane Caraveo <[email protected]>
2+
3+
* sapi/isapi/stresstest/getopt.c
4+
sapi/isapi/stresstest/getopt.h: now needs getopt
5+
6+
* sapi/isapi/stresstest/stresstest.cpp
7+
sapi/isapi/stresstest/stresstest.dsp: an update to stresstest
8+
9+
2002-02-02 Sebastian Bergmann <[email protected]>
10+
11+
* sapi/cgi/cgi_main.c
12+
sapi/fastcgi/fastcgi.c
13+
sapi/pi3web/pi3web_sapi.c
14+
sapi/servlet/servlet.c:
15+
Remove obsolete CG(extended_info) = 0 calls, we already do this in zend_set_default_compile_time_values().
16+
17+
* ext/calendar/french.c
18+
ext/calendar/julian.c: Consistency.
19+
20+
* ext/calendar/gregor.c
21+
ext/calendar/jewish.c: Fix a warning.
22+
23+
2002-02-02 Jon Parise <[email protected]>
24+
25+
* configure.in: Revert revision 1.294.
26+
27+
This commit broke things in interesting ways under FreeBSD. By adding these
28+
default header files to every header check, a number of subsequent checks
29+
failed (due to unsatisfied header file dependencies). This occured because
30+
<netinet/in.h>, for example, requires <sys/types.h>. In other words, these
31+
default includes are not autonomous and don't make workable defaults.
32+
33+
2002-02-02 Sebastian Bergmann <[email protected]>
34+
35+
* main/fopen_wrappers.c: Fix thread-safe build.
36+
37+
2002-02-02 Stig Bakken <[email protected]>
38+
39+
* pear/DB/odbc.php: * use seqname_format option
40+
41+
* pear/DB/common.php
42+
pear/DB/fbsql.php
43+
pear/DB/mssql.php
44+
pear/DB/mysql.php
45+
pear/DB/oci8.php
46+
pear/DB/odbc.php
47+
pear/DB/pgsql.php:
48+
* the actual name of the sequences or sequence emulation tables may
49+
now be configured with the "seqname_format" option
50+
51+
* pear/package.dtd: * add some missing attributes
52+
153
2002-02-01 Andrei Zmievski <[email protected]>
254

355
* ext/standard/array.c:

0 commit comments

Comments
 (0)