summaryrefslogtreecommitdiff
path: root/Zend/zend_string.c
Commit message (Expand)AuthorAgeFilesLines
* Restore initial values on graceful server restart.Dmitry Stogov2018-01-261-0/+6
* year++Xinchen Hui2018-01-021-1/+1
* further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* move to hash API for interned strings ht managementAnatol Belski2017-03-071-42/+4
* Interned strings unification for TS/NTSAnatol Belski2017-03-041-145/+157
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* further normalizations, uint vs uint32_tAnatol Belski2016-11-261-5/+5
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-10-131-12/+0
|\
| * Revert "export symbol missing by phpdbg"Anatol Belski2016-10-131-12/+0
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-10-121-0/+12
|\ \ | |/
| * export symbol missing by phpdbgAnatol Belski2016-10-121-0/+12
* | HANDLE_BLOCK/UNBLOCK_INTERRUPTIONS() protection on inter-process data is comp...Dmitry Stogov2016-06-201-6/+0
* | cast const awayXinchen Hui2016-06-111-1/+1
* | fix dangling pointer, phpdbg reveals itAnatol Belski2016-06-021-0/+2
* | fix known interned strings init with TS per requestAnatol Belski2016-06-021-7/+16
* | Intern some known (and offten used) strings.Dmitry Stogov2016-05-121-0/+40
|/
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-3/+3
* Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-1/+1
* Fixed interned string leaks after new STATIC_KEY flag is introducedXinchen Hui2015-04-281-2/+1
* Fixed zend_string related inconsistenciesDmitry Stogov2015-04-211-0/+1
* Changed HashTable layout:Dmitry Stogov2015-03-131-28/+34
* Limit HashTable size to avoid integer overflow checksDmitry Stogov2015-02-131-1/+1
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-5/+5
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-12/+12
* fix the empty_strings SAPI shutdown leak in TS buildAnatol Belski2014-10-061-12/+1
* fix leaking the empty_string in TS buildsAnatol Belski2014-10-061-1/+4
* that's not char * but zend_string *Anatol Belski2014-09-181-1/+1
* Fix compiler warningsNikita Popov2014-08-251-0/+2
* master renames phase 2Anatol Belski2014-08-251-3/+3
* master renames phase 1Anatol Belski2014-08-251-8/+8
* first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-2/+2
* Improved ZTS supportDmitry Stogov2014-06-091-0/+1
* Initialize CG(one_time_string) in ZTS as wellNikita Popov2014-05-051-3/+3
* Combine HashTable.flags and HashTable.nApplyCount into single 32-bit wordDmitry Stogov2014-04-211-5/+5
* Cleanup (1-st round)Dmitry Stogov2014-04-151-19/+0
* Fix some ZTS issues and leaksNikita Popov2014-04-101-0/+2
* Fix ZTS buildNikita Popov2014-04-091-1/+1
* Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ...Dmitry Stogov2014-04-031-1/+1
* Changed data layout to allow more efficient operationsDmitry Stogov2014-04-021-15/+15
* Use interned strings for one character stringsDmitry Stogov2014-04-011-0/+3
* emalloced interned strings have to be deallocated before memory manager shutdownDmitry Stogov2014-02-171-1/+5
* Use better data structures (incomplete)Dmitry Stogov2014-02-171-6/+13
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-137/+111
* Bump yearXinchen Hui2014-01-031-1/+1
* Improved empty string handling. Now ZE uses an interned string instead of all...Dmitry Stogov2013-12-261-0/+2
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-1/+1