summaryrefslogtreecommitdiff
path: root/Zend/zend_hash.h
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-5/+5
* year++Xinchen Hui2018-01-021-1/+1
* Do not include BC for zend_symbtable_add_new on 7.2/masterSara Golemon2017-09-071-4/+0
* Merge branch 'PHP-7.1' into PHP-7.2Sara Golemon2017-09-071-0/+4
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-09-071-0/+4
| |\
| | * Add BC define for users of the typoed zend_symbtable_add_newSara Golemon2017-09-071-0/+4
* | | Merge branch 'PHP-7.1' into PHP-7.2Sara Golemon2017-09-071-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-09-071-1/+1
| |\ \ | | |/
| | * Fix typo in zend_symtable_add_new() API nameSara Golemon2017-09-071-1/+1
* | | further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* | | Extract zend_get_callable_name() APINikita Popov2017-06-251-0/+27
* | | Reuse "nIndex"Dmitry Stogov2017-06-231-1/+1
* | | shutdown_executor() refactoring (reuse opcache fast request shutdown code)Dmitry Stogov2017-06-221-4/+32
* | | Merge branch 'PHP-7.1'Nikita Popov2017-02-021-0/+10
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-021-0/+10
| |\ \ | | |/
| | * BUG #73998: Numeric properties are not accessible from get_object_varsMitch Hagstrand2017-02-021-0/+10
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Enable HT RC assertions with escape-hatchNikita Popov2017-01-231-0/+7
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | Merge branch 'PHP-7.1'Dmitry Stogov2016-11-281-0/+10
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-11-281-0/+10
| |\ \ | | |/
| | * Fixed bug #73586 (php_user_filter::$stream is not set to the stream the filte...Dmitry Stogov2016-11-281-0/+10
* | | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-1/+1
* | | Convert numeric keys in object/array castsAndrea Faulds2016-11-141-0/+2
|/ /
* | Introduced HT_IS_PACKED() and HT_IS_WITHOUT_HOLES() macros. (Benjamin Coutu)Dmitry Stogov2016-10-191-2/+9
* | Fixed compilation warningsDmitry Stogov2016-06-211-1/+1
* | Fixed typoDmitry Stogov2016-05-181-1/+1
* | Inlined fast pathDmitry Stogov2016-05-041-0/+20
* | Merge branch 'PHP-7.0'Dmitry Stogov2016-03-021-0/+12
|\ \ | |/
| * Introduce zend_symtable_exists_ind() for API consistencyDmitry Stogov2016-03-021-0/+12
* | Merge branch 'PHP-7.0'Xinchen Hui2016-03-021-1/+1
|\ \ | |/
| * Use hash_exists_ind in symbol tableXinchen Hui2016-03-021-1/+1
* | Remove use of register keyword in headersNikita Popov2016-02-041-1/+1
|/
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* Fixed possible crash on Zend/tests/bug71154.phptDmitry Stogov2015-12-211-0/+1
* Improved fix for bug (count on symbol table)Xinchen Hui2015-11-231-0/+1
* Add myself into list of authors of the most refactored files.Dmitry Stogov2015-08-311-0/+1
* Fixed bug #70187 (Notice: unserialize(): Unexpected end of serialized data)Dmitry Stogov2015-08-261-1/+2
* zend_hash_resize seems useless, use zend_hash_extendXinchen Hui2015-08-131-1/+0
* Hmm, we should also take care of uninitialized hashTableXinchen Hui2015-08-101-1/+1
* Fixed bug #70211 (php 7 ZEND_HASH_IF_FULL_DO_RESIZE use after free)Xinchen Hui2015-08-101-0/+1
* Fixed bug #69674 (SIGSEGV array.c:953)Xinchen Hui2015-07-291-1/+1
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-4/+4
* Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-3/+3
* Use better zend_hash_* functionsDmitry Stogov2015-06-051-0/+9
* Improve the fix for bug #69756Xinchen Hui2015-06-051-2/+3
* Improved hash table copyingDmitry Stogov2015-05-191-2/+4
* Use new hash iteration API.Dmitry Stogov2015-04-271-0/+4
* Optimized zend_hash_rehash(), added some exoectations to generate better codeDmitry Stogov2015-04-241-2/+2