#
dd8e59da |
| 26-Apr-2010 |
Kalle Sommer Nielsen |
Removed safe_mode * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_
Removed safe_mode * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
show more ...
|
#
0a6bcd44 |
| 26-Apr-2010 |
Felipe Pena |
- Removed allow_call_time_pass_reference (Pierrick)
|
#
08b9fdc8 |
| 24-Apr-2010 |
David Soria Parra |
Add DTrace probes
|
#
9a38f301 |
| 21-Apr-2010 |
Kalle Sommer Nielsen |
Remove highlight.bg, it was removed in the old trunk and its not referenced in zend_highlight.c, meaning its not even implemented correctly in 5.3.
|
#
febee112 |
| 21-Apr-2010 |
Kalle Sommer Nielsen |
Removed register_globals
|
#
41b64104 |
| 20-Apr-2010 |
Dmitry Stogov |
Added concept of interned strings. All strings constants known at compile time are allocated in a single copy and never changed.
|
#
94dd8372 |
| 20-Apr-2010 |
Dmitry Stogov |
Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table
|
#
a5304b13 |
| 15-Apr-2010 |
Kalle Sommer Nielsen |
Removed register_long_arrays ini option (and $HTTP_SESSION_VARS from ext/session)
|
#
ec5ece6c |
| 13-Apr-2010 |
Kalle Sommer Nielsen |
PHP_OS is now always WINNT on Windows, since we don't support anything prior to XP SP2
|
#
7ef4cdf4 |
| 13-Apr-2010 |
Kalle Sommer Nielsen |
Remove a couple TSRMLS_FETCH() calls around ext/main/sapi
|
#
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)
|