summaryrefslogtreecommitdiff
path: root/Zend/zend_API.c
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* Fix copy-and-paste bugsLevi Morrison2017-12-131-2/+2
* Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-09-271-3/+6
|\
| * Fixed #75220 - Segfault when calling is_callable on parentNester2017-09-271-3/+6
* | Merge branch 'PHP-7.0' into PHP-7.1Julien Pauli2017-06-291-1/+3
|\ \ | |/
| * Fix bug #74832, crash in extension loadingJulien Pauli2017-06-291-1/+3
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-05-271-2/+1
|\ \ | |/
| * Correct the locationXinchen Hui2017-05-271-2/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-05-271-2/+3
|\ \ | |/
| * Fixed bug #74657 (Undefined constants in array properties result in broken pr...Xinchen Hui2017-05-271-2/+3
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * Fix bug #73147: Use After Free in PHP7 unserialize()Stanislav Malyshev2016-10-121-0/+18
* | Fix bug #69676Nikita Popov2017-03-151-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | finish 7.1 portAnatol Belski2016-10-141-3/+3
* | Fix bug #73147: Use After Free in PHP7 unserialize()Stanislav Malyshev2016-10-141-0/+18
* | Revert ReflectionType::__toString() behavior + deprecateNikita Popov2016-09-281-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-09-201-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Dmitry Stogov2016-09-201-1/+1
| |\
| | * Fixed inconsistent meaning of zend_startup_module_ex() return value used in z...Dmitry Stogov2016-09-201-1/+7
| | * Fix various int size overflows.Stanislav Malyshev2016-09-121-11/+50
| | * bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Andrea Faulds2016-09-111-2/+0
|\ \ \ | |/ /
| * | Remove zpp fallback code (always use Fast ZPP)Andrea Faulds2016-09-111-2/+0
* | | fix unused assignmentAnatol Belski2016-09-011-2/+3
* | | Implement \ArgumentCountError exceptionDavey Shafik2016-08-301-10/+12
* | | Merge branch 'PHP-7.0'Nikita Popov2016-07-141-1/+1
|\ \ \ | |/ /
| * | Fix is_callable() on abstract method via objectNikita Popov2016-07-141-1/+1
* | | Merge branch 'PHP-7.0'Nikita Popov2016-07-141-1/+1
|\ \ \ | |/ /
| * | Fix leak when dynamically calling abstract methodNikita Popov2016-07-141-1/+1
* | | Merge branch 'master' into iterableAaron Piotrowski2016-07-031-4/+6
|\ \ \
| * | | Fixed compilation warningsDmitry Stogov2016-06-211-1/+1
| * | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-2/+2
| * | | Fixed bug #71266 (Missing separation of properties HT in foreach etc).Dmitry Stogov2016-06-071-1/+3
* | | | Add iterable to zend_get_type_by_const()Aaron Piotrowski2016-06-031-0/+2
* | | | Add iterable pseudo-typeAaron Piotrowski2016-06-031-0/+14
|/ / /
* | | Fixed white-spacesDmitry Stogov2016-05-241-4/+4
* | | Intern some known (and offten used) strings.Dmitry Stogov2016-05-121-3/+14
* | | Revert "Refactor zval cleanup into single function"Dmitry Stogov2016-05-061-3/+3
* | | Refactor zval cleanup into single functionBob Weinand2016-05-051-3/+3
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-05-031-0/+1
|\ \ \ | |/ /
| * | Mark fcc as initialized for object callsBob Weinand2016-05-031-0/+1
* | | - get rid of EG(scope). zend_get_executed_scope() should be used instead.Dmitry Stogov2016-04-281-54/+54
* | | Removed "zend_fcall_info.function_table". It was assigned in many places, but...Dmitry Stogov2016-04-271-1/+0
* | | Warn about invalid strings in arithmeticAndrea Faulds2016-03-301-10/+2
* | | Removed zend_fcall_info.symbol_tableDmitry Stogov2016-03-021-1/+0
* | | Merge branch 'PHP-7.0'Nikita Popov2016-02-211-0/+7
|\ \ \ | |/ /
| * | Fixed bug #71617Nikita Popov2016-02-211-0/+7
* | | Merge branch 'PHP-7.0'Nikita Popov2016-02-141-1/+1
|\ \ \ | |/ /
| * | Format string fixesNikita Popov2016-02-141-1/+1