#
9d0c2484 |
| 10-Mar-2000 |
Thies C. Arntzen |
@- connection_aborted() and friends work again. (Thies) |
#
64df92e0 |
| 05-Mar-2000 |
Sam Ruby |
Fix traps due to sapi_global not being initialized when ZTS is set Don't trap if php.ini can't be read |
#
7a955aa1 |
| 26-Feb-2000 |
Zeev Suraski |
@- Fixed a (fairly common) situation where error_reporting values would not be @ properly restored after a call to error_reporting(), in between requests (Zeev) |
#
5222c887 |
| 26-Feb-2000 |
Zeev Suraski |
Verified $HTTP_*[] protection |
#
137e1a13 |
| 26-Feb-2000 |
Andrei Zmievski |
(php_hash_environment) Fixed a bunch of memory leaks from the recent HTTP_*_VARS[] protection patch. |
#
e5c8aeb3 |
| 26-Feb-2000 |
Zeev Suraski |
- Protect $HTTP_POST_FILES[] as well |
#
0e90b9dc |
| 26-Feb-2000 |
Zeev Suraski |
@- The various $HTTP_*_VARS[] are now protected, and cannot be manipulated by @ user input (Zeev) This patch is untested! I'll only have time to test it thoroughly in a couple of hours... |
#
12612718 |
| 26-Feb-2000 |
Zeev Suraski |
Allow the INI callbacks to know at what stage PHP is |
#
88b31ecb |
| 26-Feb-2000 |
Zeev Suraski |
@- The string None is now recognized as a keyword by the php.ini processor, and @ can be used to denote an empty string (Zeev) - Added None keyword support to the INI parser - Removed sp
@- The string None is now recognized as a keyword by the php.ini processor, and @ can be used to denote an empty string (Zeev) - Added None keyword support to the INI parser - Removed specialized "none" code
show more ...
|
#
28a6ba5f |
| 25-Feb-2000 |
Sam Ruby |
Win32 build error: warning C4020: 'sapi_activate' : too many actual parameters |
#
d23e5d83 |
| 25-Feb-2000 |
Stig Bakken |
@- Implemented default_charset and default_mimetype config directives (Stig) Implemented default_charset and default_mimetype configuration directives. Started implementing ticks in PHP. |
#
ba03c9f2 |
| 24-Feb-2000 |
Stig Bakken |
started implementing directives for default mimetype/charset |
#
7a22bb09 |
| 24-Feb-2000 |
Andrei Zmievski |
Revert the y2k ini patches. # Adam's right, it shouldn't be here |
#
f5cc1929 |
| 24-Feb-2000 |
Andrei Zmievski |
Turn on y2k_compliance by default. |
Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1 |
|
#
9b621d1c |
| 19-Feb-2000 |
Zeev Suraski |
Get the license right... (this won't make it to RC1 of B4) |
#
1c4532dc |
| 19-Feb-2000 |
Zeev Suraski |
*** empty log message *** |
#
2f633d91 |
| 17-Feb-2000 |
Stig Bakken |
typo |
#
a6393de6 |
| 17-Feb-2000 |
Zeev Suraski |
Make POST handling the way it should be. RFC1867, and any future POST handlers we might have in the future now obey to the variables_order directive, and there's a real way modular way to ha
Make POST handling the way it should be. RFC1867, and any future POST handlers we might have in the future now obey to the variables_order directive, and there's a real way modular way to handle POST content. This is all untested, BEFORE_SAPI_POST_PATCH_17_FEB_2000 tagged before submission @- Made multipart/form-data content obey to the variables_order directive (Zeev)
show more ...
|
Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000 |
|
#
a5c143f4 |
| 16-Feb-2000 |
Zeev Suraski |
- Update .dsp's - Fix auth_user issue |
#
e24bb8c4 |
| 14-Feb-2000 |
Stig Bakken |
@Re-introduced "none" for disabling auto_prepend/append_file (Stig) Made auto_prepend_file and auto_append_file accept "none" as parameter to disable, like in PHP 3.0. |
#
3811b58a |
| 13-Feb-2000 |
Andi Gutmans |
- Improve startup speed a bit by using the hash_*_ptr() functions |
#
003ef1aa |
| 13-Feb-2000 |
Zeev Suraski |
Trap bailout of shutdown functions |
#
a60e91b3 |
| 11-Feb-2000 |
Andrei Zmievski |
(request_shutdown) Prevent infinite loop on shutdown if there is an error in shutdown function. (php_array_walk) Print a warning if the walk function doesn't exist.
(request_shutdown) Prevent infinite loop on shutdown if there is an error in shutdown function. (php_array_walk) Print a warning if the walk function doesn't exist. Split shutdown function call into a separate function that's called with zend_hash_apply() instead of as destructor to keep hash consistent. This fixes bug #3419.
show more ...
|
#
80bdd19e |
| 11-Feb-2000 |
Zeev Suraski |
Fine tune Andi's patch |
#
f9e0d94a |
| 11-Feb-2000 |
Andi Gutmans |
- Baby steps with PHP_WIN32 :) |