summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* basic clang compatibility on windowsAnatol Belski2014-11-072-1/+5
* Micro optimizationsDmitry Stogov2014-11-061-14/+18
* Use better functionDmitry Stogov2014-11-061-1/+1
* Merge branch 'pull-request/869'Anatol Belski2014-11-061-0/+2
|\
| * Various fixes to allow support for new VS2014 featuresChris Tankersley2014-11-051-0/+2
* | Improved object property access.Dmitry Stogov2014-11-068-295/+1289
* | improved the ZEND_FASTCALL convention for vc12+Anatol Belski2014-11-041-1/+3
* | Respect flags when fetching class by nameAndrea Faulds2014-11-042-6/+6
* | fix warning not all control paths return a valueAnatol Belski2014-10-311-0/+4
* | fix datatype mismatch warningAnatol Belski2014-10-311-1/+1
* | Merge branch 'PHP-5.6'Xinchen Hui2014-10-311-12/+6
|\ \
| * | Fixed Bug #68104 (Segfault while pre-evaluating a disabled function)Xinchen Hui2014-10-311-9/+6
* | | Fixed outof memory (length == -1)Xinchen Hui2014-10-311-1/+1
* | | Save memory allocatingXinchen Hui2014-10-302-12/+20
* | | Fixed memory leak in ZEND_JMPZ_EX (op1 and result may share same slot)Xinchen Hui2014-10-302-9/+14
* | | fix "inconsistent dll linkage" warning caused by bisonAnatol Belski2014-10-292-0/+10
* | | fix datatype mismatch warningsAnatol Belski2014-10-296-362/+366
* | | Move missing zend_hash_* macros from phpdbg.h to zend_hash.hBob Weinand2014-10-281-0/+18
* | | convert API for size_t where zend_string is used under the hoodAnatol Belski2014-10-282-9/+9
* | | fix signature, zend_string is used for function nameAnatol Belski2014-10-282-2/+2
* | | Addtion fix for bug #68252 , forget static variable hanldingXinchen Hui2014-10-281-3/+3
* | | Fixed bug #68252 (segfault in Zend/zend_hash.c in function _zend_hash_del_el)Xinchen Hui2014-10-281-1/+1
* | | fix datatype mismatchesAnatol Belski2014-10-271-2/+2
* | | fix datatype mismatchesAnatol Belski2014-10-272-2/+2
* | | fix datatype mismatch warningsAnatol Belski2014-10-271-2/+2
* | | fix datatype mismatchesAnatol Belski2014-10-271-1/+1
* | | fix datatype mismatch warningsAnatol Belski2014-10-243-8/+8
* | | fix datatype mismatchesAnatol Belski2014-10-241-2/+2
* | | fix datatype mismatchesAnatol Belski2014-10-243-24/+24
* | | fix datatype mismatchesAnatol Belski2014-10-243-8/+8
* | | fix datatype mismatch warningsAnatol Belski2014-10-241-9/+9
* | | fix datatype mismatch warningsAnatol Belski2014-10-241-9/+9
* | | Fixed "instanceof" with undefined classesDmitry Stogov2014-10-233-7/+8
* | | fix datatype mismatchesAnatol Belski2014-10-232-2/+2
* | | fix datatype mismatchAnatol Belski2014-10-231-3/+4
* | | move the more common case upAnatol Belski2014-10-231-3/+3
* | | move key lengths to use size_t as zend_string is used internally anywayAnatol Belski2014-10-232-108/+108
* | | Embed FETCH_CLASS <string> into the following NEWDmitry Stogov2014-10-233-88/+197
* | | Optimized HashTable size calculationDmitry Stogov2014-10-231-16/+17
* | | Get rid of ZEND_FETCH_MAKE_REFDmitry Stogov2014-10-225-317/+246
* | | eliminate one branch when computing the initial table sizeAnatol Belski2014-10-221-13/+11
* | | fix several datatype mismatchesAnatol Belski2014-10-221-10/+10
* | | micro optimized initial hash size calculationAnatol Belski2014-10-221-4/+16
* | | all the key_len use uint, fix the warning when using strlen on 64 bitAnatol Belski2014-10-221-9/+9
* | | fix datatype mismatchesAnatol Belski2014-10-222-9/+9
* | | fix datatype mismatches for strings from userspaceAnatol Belski2014-10-222-4/+4
* | | Embed FETCH_CLASS <string> into the following INSTANCEOFDmitry Stogov2014-10-223-95/+296
* | | Don't use opline->extended_value for FETCH_CLASS flags where it's unnecessaryDmitry Stogov2014-10-223-10/+8
* | | ZEND_RECV didn't really use opline->extended_value for FETCH_CLASS flagsDmitry Stogov2014-10-224-17/+17
* | | Useless assignmentXinchen Hui2014-10-221-4/+3