summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.h
Commit message (Expand)AuthorAgeFilesLines
* Constify char * arguments of APIstwosee2020-06-081-4/+4
* Rename locale_string to ctype_stringNikita Popov2020-05-071-1/+1
* Remove now unnecessary PHP_FUNCTION() declarationsNikita Popov2020-04-031-99/+0
* Drop wchar header check as always defined since C95George Peter Banyard2020-03-311-4/+1
* Avoid used of "named fn" in ext/standardNikita Popov2020-02-251-3/+3
* Remove restore_include_path()Máté Kocsis2020-02-201-1/+0
* Remove magic quotes legacyMáté Kocsis2019-12-051-2/+0
* Merge branch 'PHP-7.4'Nikita Popov2019-09-301-0/+1
|\
| * Add max_depth option to unserialize()Nikita Popov2019-09-301-0/+1
* | Remove unused mmap_file + mmap_len from basic_globalsNikita Popov2019-09-271-6/+0
* | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* | Convert extract() prefix to string zpp argNikita Popov2019-03-011-1/+1
|/
* Implement FR #77377 handle CTRL+C in WindowsAnatol Belski2019-02-081-0/+2
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Future-proof email addresses...Zeev Suraski2018-11-011-2/+2
* Fix clang compilationAnatol Belski2018-08-011-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Use const pointersAnatol Belski2018-03-201-1/+1
* Get rid of castsAnatol Belski2018-03-011-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Add net_get_interfaces()Sara Golemon2017-11-271-1/+3
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Fix URL rewriter issuesYasuo Ohgaki2016-08-111-1/+4
* Alias rand to mt_randLeigh2016-07-051-4/+1
* Fix mt_rand impl. Provide legacy impl. access.Leigh2016-07-051-0/+1
* Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-201-0/+7
* Add back typedefs for php_uint32 and php_int32Nikita Popov2016-02-041-0/+4
* Replace usage of php_int32 and php_uint32 with int32_t and uint32_tRouven Weßling2016-02-041-14/+2
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | 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
|/ /