summaryrefslogtreecommitdiff
path: root/Zend/zend_string.h
Commit message (Expand)AuthorAgeFilesLines
* Implement enumsIlija Tovilo2021-03-171-0/+4
* Speed up __sleep() and __wakeup() callsDmitry Stogov2021-02-251-0/+2
* Replace zend_bool uses with boolNikita Popov2021-01-151-5/+5
* PDO MySQL: Use mysqlnd column namesNikita Popov2020-12-161-0/+13
* Merge branch 'PHP-7.4'Nikita Popov2020-09-031-8/+12
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-09-031-8/+12
| |\
| | * Handle memory limit error during string reallocation correctlyNikita Popov2020-09-031-8/+12
* | | Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-10/+10
* | | Change GC_COLLECTABLE flag into GC_NOT_COLLECTABLE to simplify GC_MAY_LEAK() ...Dmitry Stogov2020-06-151-3/+3
* | | Add helper APIs for maybe-interned string creationtwosee2020-06-081-0/+11
* | | Add support for the mixed typeMáté Kocsis2020-05-221-0/+1
* | | Add zend_string_concat2 APINikita Popov2020-04-141-0/+3
* | | Export the zend_string_concat3() APINikita Popov2020-04-091-0/+5
* | | Implement union typesNikita Popov2019-11-081-0/+2
* | | Change representation of zend_type from type code to MAY_BE_* maskNikita Popov2019-09-231-0/+6
* | | Merge branch 'PHP-7.4'Nikita Popov2019-06-051-0/+1
|\ \ \ | |/ /
| * | Allow exceptions in __toString()Nikita Popov2019-06-051-0/+1
* | | Merge branch 'PHP-7.4'Dmitry Stogov2019-05-131-1/+1
|\ \ \ | |/ /
| * | ARM64 may be big endianDmitry Stogov2019-05-131-1/+1
* | | Merge branch 'PHP-7.4'Dmitry Stogov2019-05-131-0/+20
|\ \ \ | |/ /
| * | Load 8 bytes at a time in hash_func. (Sebastian Pop)Dmitry Stogov2019-05-131-0/+20
* | | Merge branch 'PHP-7.4'Dmitry Stogov2019-05-081-0/+44
|\ \ \ | |/ /
| * | Improve PHP hash function.Dmitry Stogov2019-05-081-0/+44
* | | Merge branch 'PHP-7.4'Nikita Popov2019-03-181-3/+4
|\ \ \ | |/ /
| * | Fixed bug #72685Nikita Popov2019-03-181-3/+4
* | | Merge branch 'PHP-7.4'Peter Kokot2019-02-181-1/+1
|\ \ \ | |/ /
| * | Fix typos in code comments in Zend/ [skip ci]Tyson Andre2019-02-181-1/+1
* | | Merge branch 'PHP-7.4'Peter Kokot2019-02-031-10/+0
|\ \ \ | |/ /
| * | Remove local variablesPeter Kokot2019-02-031-10/+0
| * | Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* | | Remove support for __autoload()Nikita Popov2019-01-301-1/+0
* | | Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
|/ /
* | Merge branch 'PHP-7.3'Nikita Popov2018-11-131-1/+1
|\ \ | |/
| * Fix compilation on x32Jan Rękorajski2018-11-131-1/+1
* | Merge branch 'PHP-7.3'Remi Collet2018-11-051-0/+2
|\ \ | |/
| * Fix: #77110 undefined symbol zend_string_equal_val in C++ buildRemi Collet2018-11-051-0/+2
| * Future-proof email addressesZeev Suraski2018-11-011-1/+1
* | Update email addresses. We're still @Zend, but future proofing it...Zeev Suraski2018-11-011-1/+1
* | Improved shared interned strings handling. The previous implementation worked...Dmitry Stogov2018-10-251-1/+0
|/
* Remove old SVN keywords substitutionsPeter Kokot2018-06-161-2/+0
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-0/+15
* Avoid useless checks, using zend_string_efree(), in cases where the string is...Dmitry Stogov2018-05-081-0/+8
* micro optimizationDmitry Stogov2018-05-081-4/+2
* Use "fastcall" calling conventionDmitry Stogov2018-04-041-4/+5
* Removed commented unoptimized codeDmitry Stogov2018-01-221-14/+0
* year++Xinchen Hui2018-01-021-1/+1
* Use GC_FLAGS_SHIFT in a few more placesNikita Popov2017-12-301-2/+2
* Implemented x86 and x86_64 assembler functions for zend_string equality check.Dmitry Stogov2017-12-041-1/+10
* Use zend_string_equal*() API for zend_string equality check instead of direct...Dmitry Stogov2017-12-041-1/+5
* Added "argv" and "argc" as known strings.Dmitry Stogov2017-12-011-0/+2