#
e8e3be00 |
| 02-Nov-2000 |
Zeev Suraski |
Fix a few warnings
|
#
00b8b661 |
| 31-Oct-2000 |
Hartmut Holzgraefe |
generalization of image handling in phpinfo
|
#
fc466beb |
| 31-Oct-2000 |
Zeev Suraski |
Fix memory_limit build problem
|
#
13183ed5 |
| 29-Oct-2000 |
Sascha Schumann |
Add php_handle_aborted_connection() Call this from your SAPI module to signal an aborted connection.
|
#
19dad410 |
| 29-Oct-2000 |
Zeev Suraski |
Fix Windows build
|
#
1fd09132 |
| 29-Oct-2000 |
Zeev Suraski |
Initial steps to move the INI mechanism to the Zend engine
|
#
3b02d88b |
| 27-Oct-2000 |
Sascha Schumann |
Initialize auth_(user|password) to NULL, if data was not suitable.
|
#
85b52234 |
| 27-Oct-2000 |
Sascha Schumann |
Utility function for sapi modules (it is not in SAPI.c, because it relies on php_base64_encode).
|
#
f367b3df |
| 26-Oct-2000 |
Sascha Schumann |
Move some code to php_handle_special_queries().
|
#
5583203e |
| 26-Oct-2000 |
Sascha Schumann |
Move some initialization code from php_execute_script() to php_request_startup() where it should be. AFAICT, it does not cause any problems, but please it test it with your favorite SAPI
Move some initialization code from php_execute_script() to php_request_startup() where it should be. AFAICT, it does not cause any problems, but please it test it with your favorite SAPI module.
show more ...
|
#
7b4983c8 |
| 20-Oct-2000 |
Andrei Zmievski |
Mega-patch to get better resource information for modules. * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destruc
Mega-patch to get better resource information for modules. * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destructors_ex() instead * Updated all relevant modules to provide the resource type name to register_list_destructors() call * Updated var_dump() to output resource type name instead of number @- Made resource type names visible, e.g. var_dump() and @ get_resource_type() display "file" for file resources. (Andrei)
show more ...
|
#
98bbb117 |
| 17-Oct-2000 |
Zeev Suraski |
Fix a crash in CGI mode, in case no file is provided
|
#
6d5f1d97 |
| 13-Oct-2000 |
Hartmut Holzgraefe |
now it works for me as CGI and APXS, with or without --enable-debug ...
|
#
cae27179 |
| 13-Oct-2000 |
Hartmut Holzgraefe |
fopen wrappers cleanup - comfiguration is now done by an ini parameter instead of a compile time option - the implementations of the three standard wrappers now live in se
fopen wrappers cleanup - comfiguration is now done by an ini parameter instead of a compile time option - the implementations of the three standard wrappers now live in seperate files in ext/standard - the compiler is happy again, no more warnings
show more ...
|
Revision tags: php-4.0.3, php-4.0.3RC2 |
|
#
d37b1406 |
| 03-Oct-2000 |
Andi Gutmans |
- Fix VC++ warning
|
Revision tags: php-4.0.3RC1 |
|
#
2622eba3 |
| 30-Sep-2000 |
Andi Gutmans |
- Cleanup some output functions
|
#
ec4a36ec |
| 27-Sep-2000 |
Zeev Suraski |
complementary PHP patch
|
#
1ccac6ed |
| 11-Sep-2000 |
Stanislav Malyshev |
Add additional parameter to parse_str for saving result (thanks to John Bafford <dshadow@zort.net>) @ Added second parameter for parse_str to save result (John Bafford)
|
#
eba1b622 |
| 09-Sep-2000 |
Derick Rethans |
- Fixed missing parameter in php_atoi
|
#
b7ecaacd |
| 09-Sep-2000 |
Zeev Suraski |
More security-related (control) patches: - Avoid displaying errors during startup, unless display_startup_errors is enabled. - Implemented post_size_max limit. Defaults to 8MB. - Impleme
More security-related (control) patches: - Avoid displaying errors during startup, unless display_startup_errors is enabled. - Implemented post_size_max limit. Defaults to 8MB. - Implemented file_uploads on/off directive (defaults to on).
show more ...
|
#
522aec44 |
| 08-Sep-2000 |
Stanislav Malyshev |
Never trust snprintf return value
|
#
6426d1c9 |
| 08-Sep-2000 |
Stanislav Malyshev |
Fix crash on very long error messages Manual for snprintf says: If the output was truncated, the return value is -1, oth- erwise it is the number of characters stored, not
Fix crash on very long error messages Manual for snprintf says: If the output was truncated, the return value is -1, oth- erwise it is the number of characters stored, not includ- ing the terminating null. And that's a blatant lie - in reality, libc 2.1 always returns number of characters that _would be_ stored. I hate those libc bugs. Now we should go and check every place we trusted snprintf return value.
show more ...
|
#
df5e0cb0 |
| 08-Sep-2000 |
Stanislav Malyshev |
Fix syslog call
|
#
4647bbb7 |
| 05-Sep-2000 |
Zeev Suraski |
broken logic fixed. I'm getting old
|
#
eb321449 |
| 05-Sep-2000 |
Zeev Suraski |
- Remove track_vars - it is now always on - Make the various $HTTP_*_VARS[] arrays be defined always, even if they're empty - Fix Win32 build and warnings
|