summaryrefslogtreecommitdiff
path: root/Zend/zend_string.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch back from "request" interned strings storage to "permanent" in MSHUTDOWNDmitry Stogov2017-11-021-2/+2
* Use known strings for reflection propertiesNikita Popov2017-10-311-0/+1
* Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-11/+11
* Extend zend_string API to avoid reallocation in zend_string_init_interned()Dmitry Stogov2017-10-191-8/+3
* further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* Added ZEND_GET_CLASS, ZEMD_GET_CALLED_CLASS, ZEND_GET_TYPE instructions, to i...Dmitry Stogov2017-05-251-0/+7
* Optimized parse_url() by using "known" stringsDmitry Stogov2017-05-221-0/+8
* Interned strings unification for TS/NTSAnatol Belski2017-03-041-30/+26