Skip to content

Commit 983ea26

Browse files
author
committed
ChangeLog update
1 parent 5aeba52 commit 983ea26

File tree

1 file changed

+83
-0
lines changed

1 file changed

+83
-0
lines changed

ChangeLog

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,86 @@
1+
1999-12-05 Sascha Schumann <sascha@schumann.cx>
2+
3+
* ext/session/session.c: Give it a nicer looking module name
4+
5+
* ext/informix/ifx.ec: php3_* => php_*
6+
7+
* ext/informix/Makefile.am
8+
ext/informix/config.m4: Create helper library during configure time
9+
10+
* acinclude.m4: Allow AC_ADD_LIBRARY to append library
11+
12+
* acinclude.m4
13+
configure.in: Add rpaths to LDFLAGS during configure, drop them later.
14+
15+
1999-12-05 Evan Klinger <evan715@sirius.com>
16+
17+
* ext/informix/config.m4: Revert changes.
18+
19+
* ext/informix/config.m4: Fix --with-informix. Was adding wrong library.
20+
21+
1999-12-05 Egon Schmid <eschmid@s.netic.de>
22+
23+
* ext/xml/xml.c:
24+
Thies, can you provide some docs? I need something to show to my German translators.
25+
Is the &obj correct?
26+
27+
1999-12-05 Thies C. Arntzen <thies@digicol.de>
28+
29+
* ext/xml/php_xml.h
30+
ext/xml/xml.c: (XML_Set_Object) new function.
31+
32+
1999-12-05 Sascha Schumann <sascha@schumann.cx>
33+
34+
* SAPI.h
35+
mergesort.c
36+
php_content_types.c
37+
php_content_types.h
38+
sapi/cgi/cgi_main.c
39+
ext/standard/dir.c
40+
ext/standard/file.c
41+
ext/standard/fsock.c
42+
ext/standard/lcg.c
43+
ext/standard/reg.c
44+
ext/session/session.c
45+
ext/pgsql/pgsql.c
46+
SAPI.c
47+
ext/pcre/php_pcre.c
48+
main.c
49+
rfc1867.c: Fix some warnings
50+
51+
* acinclude.m4
52+
configure.in: Prepend added libraries and separate LDFLAGS handling
53+
54+
1999-12-05 Rasmus Lerdorf <rasmus@php.net>
55+
56+
* sapi/apache/mod_php4.c
57+
php_content_types.h
58+
ext/xml/php_xml.h
59+
ext/standard/basic_functions.c
60+
ext/standard/lcg.c
61+
ext/standard/output.c
62+
ext/standard/parsedate.y
63+
ext/standard/php_filestat.h
64+
ext/standard/string.c
65+
main.c
66+
main.h: More maintainer-mode cleanups
67+
68+
* ext/standard/lcg.c
69+
ext/standard/php_lcg.h: Fix a maintainer-mode warning
70+
71+
1999-12-05 Stig Bakken <ssb@fast.no>
72+
73+
* ext/standard/fsock.h
74+
ext/standard/php_array.h
75+
ext/standard/php_metaphone.h
76+
pear/Makefile.am
77+
ext/pcre/php_pcre.h
78+
ext/session/php_session.h
79+
ext/session/session.c
80+
ext/mysql/php_mysql.c
81+
main.h: Fix warnings compiling in maintainer mode.
82+
Install DB/common.php and DB/mysql.php on "make install".
83+
184
1999-12-04 Zeev Suraski <zeev@php.net>
285

386
* php4dllts.dsp: Win32 .dsp update

0 commit comments

Comments
 (0)