summaryrefslogtreecommitdiff
path: root/Zend/zend_API.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-01-021-1/+1
|\ \ \ | |/ /
| * | bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* | | Merge branch 'PHP-7.0'Xinchen Hui2015-12-131-1/+2
|\ \ \ | |/ /
| * | Fixed bug #71109 (ZEND_MOD_CONFLICTS("xdebug") doesn't work)Xinchen Hui2015-12-131-1/+2
| * | Revert "fix typos "paramer" -> "parameters""Xinchen Hui2015-12-081-3/+3
| * | fix typos "paramer" -> "parameters"Márcio Almada2015-12-071-3/+3
| * | Fixed bug #70959 (ArrayObject unserialize does not restore protected fields)Xinchen Hui2015-11-231-2/+14
* | | Make duplicate class constant error for internal classNikita Popov2015-12-101-3/+8
* | | Implemented the RFC `Support Class Constant Visibility`.Dmitry Stogov2015-12-081-4/+38
* | | fix typos "paramer" -> "parameters"Márcio Almada2015-12-071-3/+3
* | | Merge branch 'PHP-7.0'Xinchen Hui2015-11-231-2/+14
|\ \ \
| * | | Fixed bug #70959 (ArrayObject unserialize does not restore protected fields)Xinchen Hui2015-11-231-2/+14
| |/ /