summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Unused varXinchen Hui2018-08-011-1/+0
* Fix clang compilationAnatol Belski2018-08-012-2/+2
* Fix length to copyAnatol Belski2018-07-311-1/+1
* Fix ZEND_EXTENSION_API_NOChristoph M. Becker2018-07-311-1/+1
* Update API version numbersChristoph M. Becker2018-07-312-2/+2
* Improved method visibility checksDmitry Stogov2018-07-311-48/+42
* Simplified property name to string conversionDmitry Stogov2018-07-311-103/+73
* Removed useless IS_UNDEF checksDmitry Stogov2018-07-312-32/+18
* Remove TSRM_CHECK_GCC_ARG and LIBZEND_CPLUSPLUS_CHECKSPeter Kokot2018-07-311-5/+0
* Use better macrosDmitry Stogov2018-07-301-2/+2
* Loop optimizationDmitry Stogov2018-07-301-5/+7
* Make more tests run on 64bit plataformsGabriel Caruso2018-07-302-6/+0
* Give a reason why the test was skippedGabriel Caruso2018-07-307-18/+6
* Remove superfluous SKIPIF sections of always available functionsGabriel Caruso2018-07-303-10/+0
* Added missing defineDmitry Stogov2018-07-301-0/+1
* Removed duplicate code. zend_fetch_dimension_address_LIST_w() was a copy of z...Dmitry Stogov2018-07-305-674/+542
* Replace obsolete AC_TRY_FOO with AC_FOO_IFELSEPeter Kokot2018-07-302-49/+46
* Remove obsolete AC_TYPE_SIGNALPeter Kokot2018-07-291-1/+0
* Upgrade deprecated AC_OUTPUT macro callsPeter Kokot2018-07-291-1/+2
* Trim trailing whitespaces in build filesPeter Kokot2018-07-292-24/+24
* Improved assignment to "next" element of array ($a[] = ...)Dmitry Stogov2018-07-272-115/+775
* Fixed bug #76667 (Segfault with divide-assign op and __get + __set)Xinchen Hui2018-07-272-6/+44
* Fixed ZTS buildKalle Sommer Nielsen2018-07-261-1/+1
* Use better checkDmitry Stogov2018-07-262-12/+12
* Remove extra semicolonsGabriel Caruso2018-07-262-2/+2
* Pack zend_constant.flags and zend_constant.module_number into reserved space ...Dmitry Stogov2018-07-269-42/+50
* Documented ZEND_ACC_* flags (values are kept unchanged, except for ZEND_ACC_I...Dmitry Stogov2018-07-261-104/+130
* Encode parent class name as IS_CONST operand in DECLARE_INHERITED_CLASS and D...Dmitry Stogov2018-07-255-181/+187
* Fix typos in code commentsPeter Kokot2018-07-252-2/+2
* Regenerate scanners using re2c version >= 1.0.0 (newer version, at least, pro...Dmitry Stogov2018-07-252-1933/+1884
* Split add/sub_function(s) into fast and slow partsDmitry Stogov2018-07-251-99/+132
* Remove unused Git attributes identPeter Kokot2018-07-25104-209/+1
* Better name: ZEND_PROPERTY_HAS => ZEND_PROPERTY_NOT_EMPTYDmitry Stogov2018-07-242-5/+5
* Give a meaningful nameXinchen Hui2018-07-243-7/+12
* Merge branch 'master' of https://github.com/oerdnj/php-srcXinchen Hui2018-07-241-5/+2
|\
| * Use __cpuid_count() from cpuid.h instead of custom assemblyOndřej Surý2018-07-171-5/+2
* | API cleanup.Dmitry Stogov2018-07-2310-219/+143
* | Micro-optimizationDmitry Stogov2018-07-233-6/+6
* | Merge branch 'PHP-7.2'Xinchen Hui2018-07-231-1/+8
|\ \
| * \ Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-07-231-1/+8
| |\ \
| | * | Fixed pefree_size (efree_size will be expaned to do {} while () form)Xinchen Hui2018-07-231-1/+8
* | | | Deprecate defining a free-standing assert() functionNikita Popov2018-07-212-0/+18
* | | | Fixed typoDmitry Stogov2018-07-192-3/+3
* | | | Perform checks for propertis started with '\\0' only for dynamic propertiesDmitry Stogov2018-07-181-14/+12
* | | | [ci skip] Fix typo in commentChristoph M. Becker2018-07-181-1/+1
* | | | Improved "Fast Shutdown".Dmitry Stogov2018-07-174-19/+29
| |_|/ |/| |
* | | Inline FETCH_CONST and DEFINED handlers into "hybrid" executor.Dmitry Stogov2018-07-172-4/+4
* | | Reduce overhead of case-insensitive constants deprecation for "fast path"Dmitry Stogov2018-07-175-126/+123
* | | Deprecate case-insensitive constantsNikita Popov2018-07-167-21/+254
* | | Fixed error messages.Dmitry Stogov2018-07-161-3/+3