| Commit message (Expand) | Author | Age | Files | Lines |
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | Fix hash key length in register/remove_user_shutdown_function | Arpad Ray | 2011-11-11 | 1 | -2/+2 |
* | Fix Bug #55801 Behavior of unserialize has changed: | Michael Wallner | 2011-10-19 | 1 | -0/+1 |
* | fix zts break in r316688 | Arpad Ray | 2011-09-13 | 1 | -3/+3 |
* | Implement object-oriented session handlers (https://wiki.php.net/rfc/session-oo) | Arpad Ray | 2011-09-13 | 1 | -0/+9 |
* | - Fixed bug #54580 (get_browser() segmentation fault when the browscap ini | Gustavo André dos Santos Lopes | 2011-05-01 | 1 | -0/+1 |
* | Add header_register_callback(), allows a userland function | Scott MacVicar | 2011-02-03 | 1 | -0/+2 |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | - Moved leak_variable() to zend_builtin_functions.c (Gustavo) | Felipe Pena | 2010-11-15 | 1 | -1/+0 |
* | - Added leak_variable() function. | Gustavo André dos Santos Lopes | 2010-11-15 | 1 | -0/+1 |
* | - Completed rewrite of html.c. Except for determine_charset, almost nothing | Gustavo André dos Santos Lopes | 2010-10-24 | 1 | -4/+0 |
* | - Revamp of the decoding portion of html.c. | Gustavo André dos Santos Lopes | 2010-10-10 | 1 | -0/+4 |
* | Added support for object references in recursive serialize() calls. FR #36424 | Michael Wallner | 2010-05-26 | 1 | -0/+8 |
* | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -8/+0 |
* | Removed import_request_variables(), this is not needed anymore without regist... | Kalle Sommer Nielsen | 2010-04-21 | 1 | -2/+0 |
* | * Changed the way removed ini directives are shown so its easier to add new ones | Kalle Sommer Nielsen | 2010-04-12 | 1 | -1/+0 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | - Fixed error_log() to be binary safe when using message_type 3 (message appe... | Jani Taskinen | 2009-11-22 | 1 | -0/+2 |
* | - Removed unused code (replaced long time ago by url_scanner_ex.* | Jani Taskinen | 2009-07-26 | 1 | -3/+0 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | MFH: Added parse_ini_string() function (grange at lemonde dot fr, Arnaud) | Arnaud Le Blanc | 2008-11-05 | 1 | -0/+1 |
* | MFH | Jani Taskinen | 2008-04-15 | 1 | -0/+3 |
* | [DOC] Remove config_get_hash() & and add new boolean parameter to ini_get_all() | Hannes Magnusson | 2008-04-14 | 1 | -1/+0 |
* | MFH: Implement forward_static_call(_array) to complete LSB. Patch by Mike Lively | Etienne Kneuss | 2008-04-07 | 1 | -0/+2 |
* | - MFH Rename it again | Marcus Boerger | 2008-02-03 | 1 | -1/+1 |
* | - MFH Rename dump_config_hash() to get_config_hash() as it doesn't dump | Marcus Boerger | 2008-02-03 | 1 | -2/+0 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | - MFH from HEAD: | Jani Taskinen | 2007-11-02 | 1 | -3/+4 |
* | MFH:- Added common getopt implementation to core. | Jani Taskinen | 2007-10-01 | 1 | -0/+1 |
* | MFH: | Jani Taskinen | 2007-09-28 | 1 | -0/+3 |
* | MFH: Fixed compile warnings | Jani Taskinen | 2007-07-21 | 1 | -2/+2 |
* | MFH | Hannes Magnusson | 2007-05-28 | 1 | -1/+0 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
* | - MFH: No idea if we actually support 16 bit systems, but this just looked wrong | Derick Rethans | 2006-11-14 | 1 | -1/+1 |
* | MFH: added error_get_last() function | Michael Wallner | 2006-07-19 | 1 | -0/+1 |
* | MFH: Fixed bug #36630 (umask not reset at the end of the request). | Ilia Alshanetsky | 2006-05-14 | 1 | -0/+2 |
* | Rename getloadavg to sys_getloadavg | Rasmus Lerdorf | 2006-02-18 | 1 | -1/+1 |
* | add getloadavg() function that has been running in production on rs1.php.net | Wez Furlong | 2006-02-16 | 1 | -0/+3 |
* | Export symbols that will allow building WDDX as shared object | Frank M. Kromann | 2006-01-28 | 1 | -2/+2 |
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
* | Fix FCI cache for array_walk and user array compare functions. Bug | Andrei Zmievski | 2005-06-15 | 1 | -1/+0 |
* | Added time_sleep_until() function, which is a high precision mechanism of | Ilia Alshanetsky | 2005-04-10 | 1 | -0/+1 |
* | Removed php_check_syntax() function, it never worked properly. For now | Ilia Alshanetsky | 2005-04-06 | 1 | -1/+0 |
* | Fix inet_pton/ntop() on BSD | Sara Golemon | 2004-08-07 | 1 | -2/+2 |
* | New Functions inet_pton() and inet_ntop() | Sara Golemon | 2004-08-07 | 1 | -0/+6 |
* | Portable solution for bug #27646 that works correct on Windows, too | Marcus Boerger | 2004-03-27 | 1 | -0/+3 |
* | Ooops, these should not be pointers ;) | Wez Furlong | 2004-02-23 | 1 | -1/+1 |
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
* | Route php_stat() via streams/url_stat API (php_stream_stat_path). | Sara Golemon | 2003-11-28 | 1 | -5/+3 |