summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Nikita Popov2019-02-181-2/+2
|\
| * Fix typos in code comments [skip ci]Tyson Andre2019-02-181-2/+2
* | Merge branch 'PHP-7.4'Anatol Belski2019-02-081-0/+12
|\ \ | |/
| * Implement FR #77377 handle CTRL+C in WindowsAnatol Belski2019-02-081-0/+12
* | Merge branch 'PHP-7.4'Peter Kokot2019-02-031-9/+0
|\ \ | |/
| * Remove local variablesPeter Kokot2019-02-031-9/+0
| * Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | Remove year range from copyright noticeZeev Suraski2019-01-301-1/+1
* | Remove fgetss and friendsNikita Popov2019-01-291-7/+0
* | Require second argument on (mb_)parse_str()Nikita Popov2019-01-281-1/+1
|/
* Disallow PHP startup, in case some ext ext/standard sub-module is not initial...Dmitry Stogov2019-01-241-25/+6
* Implement typed propertiesNikita Popov2019-01-111-4/+3
* Replace zend_hash_apply... with ZEND_HASH_FOREACH...Dmitry Stogov2018-12-191-66/+74
* Fixed memory leaksDmitry Stogov2018-12-131-0/+1
* Clean up unnecessary ternary expressions and simplify some returnsGabriel Caruso2018-12-031-1/+1
* Implement password mechanism registrySara Golemon2018-11-201-0/+3
* Future-proof email addresses...Zeev Suraski2018-11-011-2/+2
* Remove HAVE_STRING_HPeter Kokot2018-09-181-5/+1
* Revert "Implement #67331: Have parse_ini_file add empty entries"Christoph M. Becker2018-09-151-1/+10
* Implement #67331: Have parse_ini_file add empty entriesChristoph M. Becker2018-09-151-10/+1
* Support for samesite cookies with array syntaxPedro Magalhães2018-07-311-4/+2
* implement same site cookie see https://bugs.php.net/bug.php?id=72230 see http...Frederik Bosch2018-07-311-0/+2
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Deprecate fgetss() and gzgetss()Nikita Popov2018-07-211-1/+1
* Add implementation and tests for new methods - array_key_first(array $a) Retu...Enno Woortmann2018-07-171-0/+11
* Use zval_ptr_dtor() instead of legacy zval_dtor(), to destroy unused values r...Dmitry Stogov2018-07-051-2/+2
* Replace zval_dtor() with specialized destructorsDmitry Stogov2018-07-051-1/+1
* Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-5/+5
* Removed "dead" code (zend_hash_update() never fails)Dmitry Stogov2018-06-011-1/+2
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-8/+8
* Avoid useless checks, using zend_string_efree(), in cases where the string is...Dmitry Stogov2018-05-081-1/+1
* Merge branch 'PHP-7.2'Christoph M. Becker2018-04-131-4/+4
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-04-131-5/+5
| |\
| | * Fix arginfo for array_replace(_recursive) and array_merge(_recursive)Gabriel Caruso2018-04-131-5/+5
* | | Remove warnings from inet_pton()/inet_ntop()Chris Wright2018-04-031-4/+0
* | | Remove redundant warning in array_push() and array_unshift()timurib2018-03-251-2/+2
* | | Add is_countable functionGabriel Caruso2018-03-111-0/+5
* | | Get rid of castsAnatol Belski2018-03-011-7/+7
* | | Merge branch 'PHP-7.2'Christoph M. Becker2018-02-231-5/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-02-231-5/+5
| |\ \ | | |/
| | * Fix some arginfosGabriel Caruso2018-02-231-5/+5
| | * year++Xinchen Hui2018-01-021-1/+1
| * | year++Xinchen Hui2018-01-021-1/+1
* | | Use int instead of long in protosGabriel Caruso2018-02-231-1/+1
* | | Revert "Added return type for some basic functions"Joe2018-02-141-23/+23
* | | Added return type for some basic functionsDmitry Patsura2018-02-141-23/+23
* | | Optimized base64_encode/decode with SIMD instructionsXinchen Hui2018-02-121-0/+4
* | | Implement intrinsic function resolving per MINITAnatol Belski2018-01-241-0/+4
* | | Eliminate useless separationsDmitry Stogov2018-01-171-2/+2
* | | Implement high resolution monotonic timer function hrtime()Anatol Belski2018-01-071-0/+9