#
ea0f1985 |
| 10-May-1999 |
Andrey Hristov |
A couple of fixes. |
#
928e3220 |
| 10-May-1999 |
Zeev Suraski |
Weed out all BoundsChecker-found bugs |
#
5ba4b331 |
| 09-May-1999 |
Zeev Suraski |
Several minor fixes |
#
bc415d5a |
| 09-May-1999 |
Zeev Suraski |
* Finalizing the PHP version of SAPI. Support POST and cookies among other things. * Fully implement ISAPI support - POST and cookies among other things. * Almost completely rewrote phpinfo(
* Finalizing the PHP version of SAPI. Support POST and cookies among other things. * Fully implement ISAPI support - POST and cookies among other things. * Almost completely rewrote phpinfo(). Allow modules to easily display their information in phpinfo() without modifying phpinfo() itself (prototype for the module info function was changed, thus the large amount of updated module files). * Initial extended SAPI support for Apache, completely untested. * CGI now uses SAPI fully as well.
show more ...
|
#
ade1117e |
| 06-May-1999 |
Zeev Suraski |
* Get output buffering to work again * Warn about adding header information after headers are sent * Several fixes |
#
6f1c6118 |
| 05-May-1999 |
Zeev Suraski |
Fixes |
#
aee864e9 |
| 05-May-1999 |
Zeev Suraski |
Get CGI to work with the new headers code. Now Apache is the only interface that doesn't use it. |
#
2740382c |
| 05-May-1999 |
Zeev Suraski |
ISAPI WORKS! |
#
537cc54a |
| 05-May-1999 |
Andi Gutmans |
Added initial headers support in SAPI *untested* It definitely broke the thread-safe CGI, it may have broken other stuff as well. |
#
a5ab6b96 |
| 02-May-1999 |
Zeev Suraski |
Move path_info to the SAPI structure |
#
5dbe9246 |
| 02-May-1999 |
Andi Gutmans |
- Make ISAPI hook in as an extension too. - Some work on moving stuff to SAPI. |
#
d8436326 |
| 28-Apr-1999 |
Zeev Suraski |
Remove redundant code |
#
a877f6d3 |
| 28-Apr-1999 |
Zeev Suraski |
Additional generalization of the INI mechanism. Avoid needing specialized message handlers in 99% of the cases. |
#
66476011 |
| 28-Apr-1999 |
Zeev Suraski |
A step towards generalizing the INI mechanism even more |
#
a74b3426 |
| 28-Apr-1999 |
Andi Gutmans |
- Small startup fix. |
#
12453561 |
| 27-Apr-1999 |
Zeev Suraski |
* Get rid of the memory leak messages in case of fatal errors or exit() * .dsp fixes * Minor fixes |
#
9b564535 |
| 26-Apr-1999 |
Zeev Suraski |
* Small startup fix * Fix min() and max() |
#
3cd0af11 |
| 26-Apr-1999 |
Zeev Suraski |
* Get the Apache module to compile again * Get rid of php3_rqst, use SG(server_context) instead (there's still Apache-specific code, but it nuked a global) |
#
7942eaf3 |
| 26-Apr-1999 |
Zeev Suraski |
* Plenty of thread safety and Win32 work. * Changed PHP4 to compile as a DLL, both ISAPI and the the CGI run with the same DLL. * Switched to using the DLL runtime library under Win32. PHP w
* Plenty of thread safety and Win32 work. * Changed PHP4 to compile as a DLL, both ISAPI and the the CGI run with the same DLL. * Switched to using the DLL runtime library under Win32. PHP will NOT work if compiled against the static library! * Removed yesterday's php4libts project (with php4dllts, it's obsolete). This *does* affect thread-unsafe Windows as well - the thread unsafe CGI is also dependant on the thread-unsafe DLL.
show more ...
|
#
9c51acdc |
| 26-Apr-1999 |
Andi Gutmans |
-More |
#
4ebb4060 |
| 25-Apr-1999 |
Andi Gutmans |
* Fix a couple of thread safety issues * Add initial ISAPI support. Very very experimental. * In the thread safe version, generate php4 as a library so that we can link it with both php.
* Fix a couple of thread safety issues * Add initial ISAPI support. Very very experimental. * In the thread safe version, generate php4 as a library so that we can link it with both php.exe and the ISAPI dll. We should probably consider doing that under all circumstances, under UNIX as well. The thread-unsafe version *should* be unharmed.
show more ...
|
#
125275b0 |
| 24-Apr-1999 |
Zeev Suraski |
Small fixes |
#
6ecc81c0 |
| 24-Apr-1999 |
Zeev Suraski |
We'd have to find a different way of allowing timeouts in Win32 |
#
0818d96c |
| 24-Apr-1999 |
Zeev Suraski |
A lot of cleanups... Removed old thread-safe code and other redundant code and files |
#
05d24c60 |
| 23-Apr-1999 |
Zeev Suraski |
Remove redundant code |