#
3c9155e0 |
| 07-Mar-2003 |
foobar |
Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change.
|
#
af4aa97d |
| 06-Mar-2003 |
Stefan Esser |
Fixing functionicalls with variable number of parameters...
|
#
61668d86 |
| 04-Mar-2003 |
foobar |
ws & CS
|
#
4705fef5 |
| 03-Mar-2003 |
Ilia Alshanetsky |
More compiler warnings fixed.
|
#
3e52882d |
| 03-Mar-2003 |
Harald Radi |
adding disable_classes ini directive based on the newly introduced zend_disable_class function
|
#
4e55747a |
| 02-Mar-2003 |
Zeev Suraski |
Add JIT initialization for _SERVER and _ENV (it's less important for the others, even though it should be fairly easy now too)
|
#
ca2a2877 |
| 26-Feb-2003 |
Rasmus Lerdorf |
MFB: Get rid of a redundant syscall on non-Windows
|
#
424c41a7 |
| 26-Feb-2003 |
Derick Rethans |
- Added an extra ini setting with which extra commands can be forced to the sendmail deamon on a per-vhost base. The value in this ini setting will override all extra commands passed as t
- Added an extra ini setting with which extra commands can be forced to the sendmail deamon on a per-vhost base. The value in this ini setting will override all extra commands passed as the 5th parameter to mail() and will work in Safe Mode. @- Added an extra ini setting (mail_force_extra_paramaters) which forces @ the addition of the specified parameters to be passed as extra @ parameters to the sendmail binary. These parameters will always replace @ the value of the 5th parameter to mail(), even in safe mode. (Derick)
show more ...
|
#
53d70b2c |
| 19-Feb-2003 |
Harald Radi |
prevent xdebug from crashing
|
#
e52aac94 |
| 18-Feb-2003 |
Wez Furlong |
Implement simple stream support in the ZE scanners.
|
#
4934744b |
| 17-Feb-2003 |
Zeev Suraski |
Win32 build improvements
|
Revision tags: php-4.3.1 |
|
#
3a94aeae |
| 15-Feb-2003 |
foobar |
- Fix unsetting of open_basedir, safe_mode_exec_dir and user_dir with "php_admin_value <ini option> none" - Fixes bug #22220
|
#
f8e014b2 |
| 29-Jan-2003 |
Harald Radi |
MFPHP_4_3
|
Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix |
|
#
a7ac507a |
| 08-Jan-2003 |
Ilia Alshanetsky |
Fixed bug #21499 (more descriptive message in the event of require/include failure).
|
#
968f3f9a |
| 05-Jan-2003 |
Zeev Suraski |
Remove unnnecessary initialization
|
#
2c5d4b8c |
| 31-Dec-2002 |
Sebastian Bergmann |
Bump year.
|
Revision tags: php-4.3.0, php-4.3.0RC4 |
|
#
5bad812d |
| 16-Dec-2002 |
Ilia Alshanetsky |
A better, strtok() free implementaion of php_disable_functions().
|
Revision tags: RELEASE_1_0b3, php-4.3.0RC3 |
|
#
4ce4a1c3 |
| 05-Dec-2002 |
Marcus Boerger |
php_error -> php_error_docref
|
Revision tags: php-4.3.0RC2, RELEASE_1_0b2 |
|
#
b7cd48ef |
| 21-Nov-2002 |
Marcus Boerger |
Make it possible to test language features like newly introduced 'abstract' independantly from debug mode.
|
#
c41b6b29 |
| 19-Nov-2002 |
Marcus Boerger |
Allow error_prepend and error_append being empty as used in run-test.php
|
#
51e4dbab |
| 18-Nov-2002 |
Sebastian Bergmann |
Fix ZTS build.
|
#
99c7ddc3 |
| 18-Nov-2002 |
George Schlossnagle |
added support functions for the apache_hooks SAPI
|
#
f14b7423 |
| 17-Nov-2002 |
Ilia Alshanetsky |
Fixed bug #20466.
|
#
d372861f |
| 17-Nov-2002 |
Zeev Suraski |
Unify handling of error_reporting - fix bug #16137
|
Revision tags: BEFORE_RENAMING, php-4.3.0RC1 |
|
#
8ed36bc3 |
| 12-Nov-2002 |
Ilia Alshanetsky |
Changed max_input_time PHP_INI_SYSTEM|PHP_INI_PERDIR because ini_set() will already be too late, the POST/GET/COOKIE processing occures before the script gets parsed. Changed the default
Changed max_input_time PHP_INI_SYSTEM|PHP_INI_PERDIR because ini_set() will already be too late, the POST/GET/COOKIE processing occures before the script gets parsed. Changed the default value to -1. If users have previously (older PHPs) adressed the problem by setting timeout to a large value, we can avoid breaking their script by detecting the -1 and using timeout_seconds instead of max_input_time when setting the 'input' timeout.
show more ...
|