#
4e7b11cc |
| 12-Apr-2010 |
Kalle Sommer Nielsen |
Removed y2k_compliance ini option, making it "always" enabled internally - The only reference to y2k_compliance was in php_std_date(). Browsers thats not compatable have a marketshare of 0.01% i
Removed y2k_compliance ini option, making it "always" enabled internally - The only reference to y2k_compliance was in php_std_date(). Browsers thats not compatable have a marketshare of 0.01% if they even are in use today
show more ...
|
#
8087be61 |
| 12-Apr-2010 |
Kalle Sommer Nielsen |
* Changed the way removed ini directives are shown so its easier to add new ones * Removed define_syslog_variables and its associated functions |
#
af49e58f |
| 12-Mar-2010 |
Jani Taskinen |
- Reverted r296062 and r296065 |
#
b4e12967 |
| 11-Mar-2010 |
Jani Taskinen |
- Fix conflict |
#
06f072cb |
| 11-Mar-2010 |
Jani Taskinen |
MFH: Improved / fixed output buffering (Michael Wallner) |
Revision tags: php-5.3.2 |
|
#
1f19a7dc |
| 26-Feb-2010 |
Adam Harvey |
Fix for bug #23229 (syslog function truncates messages): remove the hard-coded 500 character error message limit imposed when using error_log=syslog. |
Revision tags: php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1 |
|
#
573c33b3 |
| 26-Jan-2010 |
Pierre Joye |
- [DOC] #45986, bad file descriptor warning when rename is used with invalid path, add php_win32_docref2_from_error to display system error for non posix api |
#
6a7d96ee |
| 24-Jan-2010 |
Pierre Joye |
- prevent possible crash when error/warnings are raised during startup (like deprecated features), 5.3+ only |
#
9ba1e816 |
| 03-Jan-2010 |
Sebastian Bergmann |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php |
Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4 |
|
#
76c445dd |
| 08-Dec-2009 |
Dmitry Stogov |
- Forgotten patch for trunk - Fixed stdin filename in error messages |
#
47a9c71d |
| 27-Nov-2009 |
Jani Taskinen |
- Fixed bug #49935 (Deprecated warnings make "make test" to fail) |
Revision tags: php-5.2.12RC3, php-5.2.12RC2, php-5.3.1 |
|
#
3a9f7496 |
| 15-Nov-2009 |
Jani Taskinen |
- Nuke ws |
#
4e6b9899 |
| 15-Nov-2009 |
Rasmus Lerdorf |
Fix bug #49868 As far as I can tell this was a copy-paste induced bug when I added the reset_signals flag to zend_set_timeout. |
Revision tags: php-5.3.1RC4, php-5.2.12RC1 |
|
#
8f0a4517 |
| 12-Nov-2009 |
Felipe Pena |
- Fixed bug #50005 (Throwing through Reflection modified Exception object makes segmentation fault) |
#
cf4dc247 |
| 05-Nov-2009 |
Dmitry Stogov |
Avoid invoking setitimer when timeouts have been disabled (Arvind Srinivasan) |
Revision tags: php-5.3.1RC3 |
|
#
8dae9275 |
| 28-Oct-2009 |
Ilia Alshanetsky |
Lower the max upload default to 20 |
#
e2211cee |
| 27-Oct-2009 |
Ilia Alshanetsky |
Introduced a max_file_uploads INI setting, which is set to limit the number of file uploads per-request to 100 by default, to prevent possible DOS via temporary file exhaustion. |
Revision tags: php-5.3.1RC2 |
|
#
0e38a3d3 |
| 13-Oct-2009 |
Stanislav Malyshev |
oops, that doesn't belong to this patch |
#
207e75b2 |
| 13-Oct-2009 |
Stanislav Malyshev |
fix crash for bug #47627 |
Revision tags: oci8-1.4.0 |
|
#
ffb07732 |
| 05-Oct-2009 |
Dmitry Stogov |
Fixed bug #49627 (error_log to specified file does not log time according to date.timezone) |
#
7bfe0561 |
| 21-Sep-2009 |
Dmitry Stogov |
Fixed tests |
Revision tags: php-5.2.11, php-5.2.11RC3 |
|
#
4361f237 |
| 04-Sep-2009 |
Jani Taskinen |
I have no idea. This might or might not fix a bug in some branch. At least it works. |
Revision tags: php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1 |
|
#
d1a16fc8 |
| 29-Jul-2009 |
Stanislav Malyshev |
fix extension functions disabling (bug #49065) |
#
c7135837 |
| 12-Jul-2009 |
Ilia Alshanetsky |
Fixed a possible crash inside OnUpdateErrorLog() when restoring an empty value Avoid pointless safe_mode/open_basedir checks on OnUpdateMailLog() if value is empty |
#
4bb86720 |
| 09-Jul-2009 |
Stanislav Malyshev |
fix mail.log openbasedir interaction with .htaccess |