eb097160 | 28-Dec-1999 |
Sascha Schumann |
Make sapi_module static. This is was the majority of SAPI modules uses. I wonder how this has worked up to now.. |
aec0bb33 | 28-Dec-1999 |
Sascha Schumann |
Fix -Wall warnings |
32ef59b2 | 28-Dec-1999 |
Sascha Schumann |
Fix warnings |
09d2e3d1 | 28-Dec-1999 |
Sascha Schumann |
Move include into source file |
a20c76fc | 28-Dec-1999 |
Sascha Schumann |
Add neccessary includes |
3238c7ec | 28-Dec-1999 |
Thies C. Arntzen |
*** empty log message *** |
155fd22d | 28-Dec-1999 |
Thies C. Arntzen |
not too bad: i can see phpinfo()! |
f3240be0 | 28-Dec-1999 |
Thies C. Arntzen |
SAPI module for phttpd - found at ftp://ftp.netuse.de/pub/phttpd/, ftp://ftp.signum.se/pub/phttpd/ (DOES NOT WORK YET!!) |
eb1927d9 | 28-Dec-1999 |
Thies C. Arntzen |
non-ZTS fix |
546af707 | 28-Dec-1999 |
Thies C. Arntzen |
new constant: SQL_NULL new macros: RETURN_SQLNULL,RETVAL_SQLNULL,IS_SQLNULL |
5d652613 | 28-Dec-1999 |
Sascha Schumann |
Remove unneccessary include to make stand-alone build work |
8395516b | 28-Dec-1999 |
Sascha Schumann |
Move .PHONY special target to the end |
53da0c2f | 28-Dec-1999 |
|
ChangeLog update |
5a0e5b7f | 28-Dec-1999 |
|
NEWS update |
28ef78e4 | 27-Dec-1999 |
Ryan Bloom |
Beginning work to get PHP 4 to work with Apache 2.0. This change detects Apache 2.0 properly. # This is extremely experimental because neither project is release # quality yet. I expect
Beginning work to get PHP 4 to work with Apache 2.0. This change detects Apache 2.0 properly. # This is extremely experimental because neither project is release # quality yet. I expect this to drive bugs out of Apache 2.0's configure # process as well as provide a useful version of PHP for Apache 2.0, so it # may take some time for this to become stable. I will commit changes to # PHP as needed although more modifications will be on the Apache side.
show more ...
|
39d9a93a | 27-Dec-1999 |
Zeev Suraski |
Fix |
b640c27a | 27-Dec-1999 |
Zeev Suraski |
@- Fixed -c support in the standalone CGI binary (Zeev) Fixed -c support in the standalone CGI binary (Zeev) |
c34a062f | 27-Dec-1999 |
Andi Gutmans |
- Get rid of warning |
b7a5b3c3 | 27-Dec-1999 |
Zeev Suraski |
- Generalize the fast cache mechanism - Add the HashTable struct to the fast cache mechanism |
27daca31 | 27-Dec-1999 |
Andi Gutmans |
- Make zend_internal_function allocate a full zend_function structure so that we don't get memory overruns and Thies doesn't get angry :) |
1ad06e42 | 27-Dec-1999 |
Zeev Suraski |
*** empty log message *** |
ebd4445b | 27-Dec-1999 |
Zeev Suraski |
Add cache statistics support |
8eb145a3 | 27-Dec-1999 |
Andrei Zmievski |
Format fix. |
9cf1a98d | 27-Dec-1999 |
Thies C. Arntzen |
fix UMR in ZTS mode |
7e156e73 | 27-Dec-1999 |
Sascha Schumann |
Build correctly on systems which lack localtime_r |