summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.h
Commit message (Expand)AuthorAgeFilesLines
* Implemented FR #45235 A way to clear or reset the results for error_get_last()Reeze Xia2015-03-031-0/+1
* Remove set_magic_quotes_runtimeNikita Popov2015-01-171-1/+0
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
* Fixed bug #68636 (setlocale no longer returns current value per category).Dmitry Stogov2015-01-091-1/+2
* Improved setlocale(). Eliminated locale comparison in ext/pcre if it's not ne...Dmitry Stogov2014-12-191-1/+1
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-8/+8
* Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-181-0/+8
|\
| * basic clang compatibility on windowsAnatol Belski2014-11-071-0/+4
| * Merge branch 'PHP-5.6'Anatol Belski2014-10-291-0/+4
| |\
| | * dll export APIs needed by phpdbgAnatol Belski2014-10-291-0/+4
* | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-241-2/+2
|\ \ \ | |/ /
| * | rework the previous fix for var names with size_t, no ugly casts anymoreAnatol Belski2014-10-231-1/+1
| * | fix several datatype mismatchesAnatol Belski2014-10-221-1/+1
* | | enable static tsrm ls cache in ext/standardAnatol Belski2014-10-051-1/+1
* | | reworked the patch, less new stuff but workyAnatol Belski2014-09-251-1/+1
* | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-09-231-2/+2
|\ \ \ | |/ /
| * | Fix tests/serialize/bug64146.phptNikita Popov2014-09-221-2/+2
* | | native tls initial patchkrakjoe2014-09-201-1/+1
|/ /
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | master renames phase 1Anatol Belski2014-08-251-4/+4
* | several fixes -Anatol Belski2014-08-161-4/+4
* | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-2/+0
|\ \
| * | Remove call_user_method() and call_user_method_array() from master, long time...Kalle Sommer Nielsen2014-04-051-2/+0
| |/
* | Use better data structures (incomplete)Dmitry Stogov2014-02-101-3/+3
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* Fix hash key length in register/remove_user_shutdown_functionArpad Ray2011-11-111-2/+2
* Fix Bug #55801 Behavior of unserialize has changed:Michael Wallner2011-10-191-0/+1
* fix zts break in r316688Arpad Ray2011-09-131-3/+3
* Implement object-oriented session handlers (https://wiki.php.net/rfc/session-oo)Arpad Ray2011-09-131-0/+9
* - Fixed bug #54580 (get_browser() segmentation fault when the browscap iniGustavo André dos Santos Lopes2011-05-011-0/+1
* Add header_register_callback(), allows a userland functionScott MacVicar2011-02-031-0/+2
* - Year++Felipe Pena2011-01-011-1/+1
* - Moved leak_variable() to zend_builtin_functions.c (Gustavo)Felipe Pena2010-11-151-1/+0
* - Added leak_variable() function.Gustavo André dos Santos Lopes2010-11-151-0/+1
* - Completed rewrite of html.c. Except for determine_charset, almost nothingGustavo André dos Santos Lopes2010-10-241-4/+0
* - Revamp of the decoding portion of html.c.Gustavo André dos Santos Lopes2010-10-101-0/+4
* Added support for object references in recursive serialize() calls. FR #36424Michael Wallner2010-05-261-0/+8
* Removed safe_modeKalle Sommer Nielsen2010-04-261-8/+0
* Removed import_request_variables(), this is not needed anymore without regist...Kalle Sommer Nielsen2010-04-211-2/+0
* * Changed the way removed ini directives are shown so its easier to add new onesKalle Sommer Nielsen2010-04-121-1/+0
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Fixed error_log() to be binary safe when using message_type 3 (message appe...Jani Taskinen2009-11-221-0/+2
* - Removed unused code (replaced long time ago by url_scanner_ex.*Jani Taskinen2009-07-261-3/+0
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Added parse_ini_string() function (grange at lemonde dot fr, Arnaud)Arnaud Le Blanc2008-11-051-0/+1
* MFHJani Taskinen2008-04-151-0/+3
* [DOC] Remove config_get_hash() & and add new boolean parameter to ini_get_all()Hannes Magnusson2008-04-141-1/+0