#
0b33ac76 |
| 04-May-2000 |
Zeev Suraski |
- Add -z and -g switches to the CGI
|
#
9aba6a94 |
| 20-Apr-2000 |
Andi Gutmans |
- Another PHP_WIN32 patch
|
#
f9e9cab7 |
| 20-Apr-2000 |
Andi Gutmans |
- Change to PHP_WIN32
|
#
0540bbe5 |
| 20-Apr-2000 |
Thies C. Arntzen |
improve fix
|
#
429cf808 |
| 19-Apr-2000 |
Frank M. Kromann |
SIGPIPE is unknown on WIN32 platforms
|
#
19a95779 |
| 19-Apr-2000 |
Thies C. Arntzen |
ignore SIGPIPE in standalone-mode so that one can actually use fsockopen() *and* have the remote side close the socket whithout PHP dying!
|
Revision tags: PHP-4.0-RC1 |
|
#
bb09ee95 |
| 12-Mar-2000 |
Sascha Schumann |
Use sprintf everywhere and define sprintf to php_sprintf, if sprintf is broken.
|
#
caeaaf4d |
| 12-Mar-2000 |
Sascha Schumann |
Fix build on systems which lack snprintf or vsnprintf. PR: #3786
|
#
12612718 |
| 26-Feb-2000 |
Zeev Suraski |
Allow the INI callbacks to know at what stage PHP is
|
Revision tags: php-4.0b4pl1 |
|
#
b7e53b12 |
| 21-Feb-2000 |
Thies C. Arntzen |
compile-fix
|
Revision tags: php-4.0b4, php-4.0b4_rc1 |
|
#
86fa2aad |
| 19-Feb-2000 |
Zeev Suraski |
the pipe is breaking all the time
|
Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000 |
|
#
80bdd19e |
| 11-Feb-2000 |
Zeev Suraski |
Fine tune Andi's patch
|
#
f9e0d94a |
| 11-Feb-2000 |
Andi Gutmans |
- Baby steps with PHP_WIN32 :)
|
#
6723bdd9 |
| 10-Feb-2000 |
Zeev Suraski |
request_info.c is giving up
|
#
6d0ab616 |
| 10-Feb-2000 |
Zeev Suraski |
SAPIfication, Episode VI: Return of the SAPI Remove mostly all references to APACHE and CGI_BINARY from the code. - Apache include files are no longer included by any PHP code, except f
SAPIfication, Episode VI: Return of the SAPI Remove mostly all references to APACHE and CGI_BINARY from the code. - Apache include files are no longer included by any PHP code, except for the Apache SAPI module. - No server specific code is in any of the base PHP code. Still left to be done: - Eliminate any references to APACHE from the few remaining modules. - Move request_info.c's logic to SAPI - Modify the regex function names, and globals, so that we can always include them, without having to fear any interference with Apache; Always use the bundled regex library
show more ...
|
Revision tags: BEFORE_SAPIFICATION_FEB_10_2000 |
|
#
5bdd18ca |
| 10-Feb-2000 |
Zeev Suraski |
Yes, you guessed it... More cleanup
|
#
0fd89aa2 |
| 10-Feb-2000 |
Zeev Suraski |
More cleanup - move getenv() to SAPI
|
#
7d926a0e |
| 10-Feb-2000 |
Zeev Suraski |
More cleanup...
|
#
681f352a |
| 10-Feb-2000 |
Andrei Zmievski |
Should be 'deactivate' rather than the opposite.
|
#
073b1481 |
| 10-Feb-2000 |
Zeev Suraski |
More abstraction
|
#
59b53ea2 |
| 10-Feb-2000 |
Zeev Suraski |
Always use getopt with CGI, never use it for anything else
|
#
404bbe1f |
| 10-Feb-2000 |
Zeev Suraski |
Move the logging mechanism to SAPI
|
#
b2449f92 |
| 29-Jan-2000 |
Zeev Suraski |
- Change the argument order of php_register_variable() to something more intuitive. - Make the authentication variables be a part of the HTTP_SERVER_VARS[] array
|
#
99f079a3 |
| 28-Jan-2000 |
Zeev Suraski |
- A few fixes - Added register_argv_argc directive to allow disabling of argv/argc
|
#
9ab35ae3 |
| 28-Jan-2000 |
Zeev Suraski |
Tried to centralize global variable registration as much as possible: - Added $HTTP_ENV_VARS[] and $HTTP_SERVER_VARS[] support, which similarly to $HTTP_GET_VARS[], contain environment
Tried to centralize global variable registration as much as possible: - Added $HTTP_ENV_VARS[] and $HTTP_SERVER_VARS[] support, which similarly to $HTTP_GET_VARS[], contain environment and server variables. Setting register_globals to Off will now also prevent registration of the environment and server variables into the global scope (Zeev) - Renamed gpc_globals to register_globals (Zeev) - Introduced variables_order that deprecates gpc_order, and allows control over the server and environment variables, in addition to GET/POST/Cookies (Zeev)
show more ...
|