| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Get rid of a useless RINIT and an empty RSHUTDOWN on non-Windows | Rasmus Lerdorf | 2007-05-17 | 1 | -2/+2 |
| | | |||||
| * | MFH: flush output buffer when/if ↵ | Antony Dovgal | 2007-05-10 | 1 | -0/+9 |
| | | | | | highlight_string()/php_strip_whitespace()/highlight_string() fail | ||||
| * | MFH: fix putenv("var") (i.e. unset) on BSD systems | Antony Dovgal | 2007-04-17 | 1 | -1/+8 |
| | | | | | | add test | ||||
| * | MFH: fix #41037 (unregister_tick_function() inside the tick function crash PHP) | Antony Dovgal | 2007-04-10 | 1 | -2/+9 |
| | | |||||
| * | Added additional checks for long input arrays inside | Ilia Alshanetsky | 2007-03-10 | 1 | -0/+13 |
| | | | | | | | | import_request_variables(). # Missing checks identified by Stefan Esser | ||||
| * | Add _SESSION to checklist | Ilia Alshanetsky | 2007-03-09 | 1 | -0/+1 |
| | | |||||
| * | Fixed a possible super-global overwrite inside import_request_variables(). | Ilia Alshanetsky | 2007-03-09 | 1 | -0/+13 |
| | | | | | | # Reported by Stefano Di Paola | ||||
| * | MFH: fix #40752 (parse_ini_file() segfaults when a scalar setting is ↵ | Antony Dovgal | 2007-03-08 | 1 | -0/+6 |
| | | | | | redeclared as an array) | ||||
| * | Fixed possible crash in putenv() on win32 | Dmitry Stogov | 2007-02-22 | 1 | -1/+1 |
| | | |||||
| * | fix putenv - if there was no previous, remove variable from environ | Stanislav Malyshev | 2007-02-21 | 1 | -0/+4 |
| | | |||||
| * | Optimize out RINIT() | Dmitry Stogov | 2007-02-16 | 1 | -1/+0 |
| | | |||||
| * | Fixed return value of assert_options(ASSERT_CALLBACK) and possible crash ↵ | Dmitry Stogov | 2007-02-16 | 1 | -0/+1 |
| | | | | | (Andy Wharmby) | ||||
| * | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | | |||||
| * | Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't ↵ | Dmitry Stogov | 2006-12-20 | 1 | -4/+0 |
| | | | | | make any significant slowdown, but incrise maintainability a lot. Note that the setting of memory_limit wasn't changes (neither in main/main.c nor in php.ini) and it still set to 16M. | ||||
| * | - Fixed incorrect function names on FreeBSD where inet_pton() was named | Hannes Magnusson | 2006-12-20 | 1 | -2/+2 |
| | | | | | | | | __inet_pton() and inet_ntop() was named __inet_ntop() - Fixed bug #39685 (iconv() - undefined function) - Fixed bug #38852 (XML-RPC Breaks iconv) | ||||
| * | Added function stream_socket_shutdown(). It is a wraper for system ↵ | Dmitry Stogov | 2006-12-19 | 1 | -0/+11 |
| | | | | | shutdown() function, that shut downs part of a full-duplex connection | ||||
| * | optimize out strlen() calls | Ilia Alshanetsky | 2006-12-13 | 1 | -2/+2 |
| | | | | | | # Patch by Matt Wilmas | ||||
| * | Fixed by #39751 by KevinJohnHoffman at gmail dot com | Edin Kadribasic | 2006-12-10 | 1 | -0/+8 |
| | | |||||
| * | MFH: sys_get_temp_dir() | Hannes Magnusson | 2006-12-09 | 1 | -0/+4 |
| | | |||||
| * | Improve tolower()-related functions on Windows and VC2005 by caching locale ↵ | Stanislav Malyshev | 2006-12-04 | 1 | -0/+1 |
| | | | | | | | | | | and using tolower_l function. # Gives 10-18% speedup on bench.php # Does not change behaviour for non-windows | ||||
| * | Fixed bug #39623 (thread safety fixes on *nix for putenv() & mime_magic). | Ilia Alshanetsky | 2006-11-26 | 1 | -2/+3 |
| | | |||||
| * | Implemented registry cache that prevent registry lookup on each request. In ↵ | Dmitry Stogov | 2006-11-10 | 1 | -1/+4 |
| | | | | | case of modification of corresponding registry-tree PHP will reload it automatic. | ||||
| * | MFH: Fix double "wron param count" messages | Hannes Magnusson | 2006-11-03 | 1 | -2/+2 |
| | | |||||
| * | Fixed bug #38934 (move_uploaded_file() cannot read uploaded file outside of | Ilia Alshanetsky | 2006-10-13 | 1 | -2/+1 |
| | | | | | | open_basedir). | ||||
| * | protos | Hannes Magnusson | 2006-10-02 | 1 | -0/+3 |
| | | |||||
| * | Fixed bug #38993 (Fixed safe_mode/open_basedir checks for | Ilia Alshanetsky | 2006-10-01 | 1 | -1/+0 |
| | | | | | | session.save_path, allowing them to account for extra parameters). | ||||
| * | array_key_exists() should not work by by-ref | Ilia Alshanetsky | 2006-09-19 | 1 | -3/+3 |
| | | |||||
| * | MFH: fix leak when call to shutdown function fails | Antony Dovgal | 2006-09-15 | 1 | -9/+11 |
| | | |||||
| * | more z/Z fixes | Antony Dovgal | 2006-08-31 | 1 | -10/+10 |
| | | |||||
| * | MFH: make sure ext/standard is down before ext/session (fixes #38534) | Antony Dovgal | 2006-08-28 | 1 | -1/+7 |
| | | |||||
| * | MFH: set BG(locale_string) to NULL on shutdown (partly fixes #38534) | Antony Dovgal | 2006-08-28 | 1 | -0/+1 |
| | | |||||
| * | MFH: | Hannes Magnusson | 2006-08-27 | 1 | -0/+4 |
| | | | | | | | - Fixed bug #33895 (missing math constants). - Remove M_PI from math.c (its defined in php_math.h) | ||||
| * | MFH: fix compile warning on Solaris, getloadavg() is in sys/loadavg.h there | Antony Dovgal | 2006-07-26 | 1 | -0/+4 |
| | | |||||
| * | MFH: Update protos & arginfo for memory_get_usage() & memory_get_peak_usage() | Hannes Magnusson | 2006-07-25 | 1 | -2/+4 |
| | | |||||
| * | MFH: added error_get_last() function | Michael Wallner | 2006-07-19 | 1 | -0/+22 |
| | | |||||
| * | - MFH Added array_fill_keys(). (Marcus, Mathew W) | Marcus Boerger | 2006-07-15 | 1 | -0/+7 |
| | | |||||
| * | MFH: arginfo fixes | Hannes Magnusson | 2006-07-02 | 1 | -2/+2 |
| | | |||||
| * | MFH reference fixes | Hannes Magnusson | 2006-06-30 | 1 | -10/+10 |
| | | |||||
| * | Improved safe_mode check for the error_log() function. | Ilia Alshanetsky | 2006-06-28 | 1 | -1/+1 |
| | | |||||
| * | arginof fixes | Hannes Magnusson | 2006-06-27 | 1 | -2/+7 |
| | | |||||
| * | Fix arg info (php6 features) | Hannes Magnusson | 2006-06-27 | 1 | -3/+0 |
| | | |||||
| * | nuke obsolete arginfo | Hannes Magnusson | 2006-06-26 | 1 | -39/+0 |
| | | |||||
| * | MFH: argument info | Hannes Magnusson | 2006-06-26 | 1 | -537/+3471 |
| | | |||||
| * | MFH: use the ZEND_ACC_DEPRECATED flag rather than custom warnings | Hannes Magnusson | 2006-06-26 | 1 | -9/+3 |
| | | |||||
| * | MFH: fix sapi_getenv() leak | Rasmus Lerdorf | 2006-06-26 | 1 | -6/+3 |
| | | |||||
| * | MFH: image_type_to_mime_type() | Hannes Magnusson | 2006-06-25 | 1 | -0/+1 |
| | | |||||
| * | Added memory_get_peak_usage() function for retrieving peak memory usage of | Ilia Alshanetsky | 2006-05-30 | 1 | -0/+1 |
| | | | | | | a PHP script. | ||||
| * | Fixed bug #37563 (array_key_exists performance is poor for &$array). | Ilia Alshanetsky | 2006-05-24 | 1 | -1/+1 |
| | | |||||
| * | Optimized zend_try/zend_catch macroses (eliminated memcpy()) | Dmitry Stogov | 2006-05-19 | 1 | -3/+3 |
| | | |||||
| * | MFH: Fixed bug #36630 (umask not reset at the end of the request). | Ilia Alshanetsky | 2006-05-14 | 1 | -0/+5 |
| | | |||||
