Skip to content

Commit 2b843e3

Browse files
author
committed
ChangeLog update
1 parent 32f91f5 commit 2b843e3

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

ChangeLog

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,54 @@
1+
1999-12-06 Zeev Suraski <zeev@php.net>
2+
3+
* ext/standard/parsedate.y:
4+
First step in making parsedate.y thread safe - use a pure parser
5+
6+
1999-12-06 Thies C. Arntzen <thies@digicol.de>
7+
8+
* ext/standard/string.c: fixed warning
9+
10+
* ext/standard/string.c: we save one buffer-copy as well (hehe)
11+
12+
* ext/standard/string.c:
13+
1999-12-06 Andrei Zmievski <zmievski@ispi.net>
14+
15+
* ext/pcre/php_pcre.c: Add another item.
16+
17+
1999-12-06 Zeev Suraski <zeev@php.net>
18+
19+
* ext/standard/parsedate.y:
20+
This is no longer needed. Note that we'll always need to undefine YYSTYPE, since
21+
the template bison generated .h file defines it if it's not already defined.
22+
23+
1999-12-06 Sascha Schumann <sascha@schumann.cx>
24+
25+
* sapi/apache/libphp4.module.in
26+
configure.in
27+
acinclude.m4:
28+
Separate libpaths into PHP_LDFLAGS, so that we can address them
29+
separately (required for Apache build).
30+
31+
1999-12-06 Zeev Suraski <zeev@php.net>
32+
33+
* fopen-wrappers.c: opened_path could end up uninitialized - fixed
34+
35+
1999-12-06 Thies C. Arntzen <thies@digicol.de>
36+
37+
* ext/standard/parsedate.y: removed unneded CLS_FETCH()
38+
39+
1999-12-06 Sam Ruby <rubys@us.ibm.com>
40+
41+
* ext/standard/parsedate.y: build error: wrong num parms to date_parse
42+
43+
* ext/java/reflect.java: first pass at method overloading
44+
45+
* sapi/servlet/servlet.c:
46+
Hmmm...must have misplaced the getcwd/chdir logic...
47+
48+
1999-12-06 Evan Klinger <evan715@sirius.com>
49+
50+
* NEWS: *** empty log message ***
51+
152
1999-12-05 Sascha Schumann <sascha@schumann.cx>
253

354
* ext/session/session.c: Give it a nicer looking module name

0 commit comments

Comments
 (0)