summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-1/+1
|\
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Eliminate another straight forward TSRMLS_FETCH() in zend_startup_module()Kalle Sommer Nielsen2013-12-121-1/+1
|/
* Implement variadic function syntaxNikita Popov2013-09-261-9/+11
* Always pass return_value_ptr to internal functionsNikita Popov2013-08-311-0/+12
* Evaluate ZVAL_ZVAL arguments only onceNikita Popov2013-08-261-10/+8
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-101-2/+2
|\
| * typo fixes (argument)Veres Lajos2013-06-101-2/+2
* | Merge branch 'PHP-5.4' into PHP-5.5Sara Golemon2013-05-191-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Sara Golemon2013-05-191-1/+1
| |\
| | * Don't double-quote name of namespaced function.Sara Golemon2013-05-191-1/+1
* | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-03-211-0/+3
|\ \ \ | |/ /
| * | Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11)Xinchen Hui2013-03-211-0/+3
| * | Fix build problem in C++11Jelle Zijlstra2013-01-301-1/+1
* | | Add support for non-scalar Iterator keys in foreachNikita Popov2013-03-121-0/+2
* | | Fix build problem in C++11Jelle Zijlstra2013-01-301-1/+1
* | | Merge branch 'PHP-5.4' into PHP-5.5Johannes Schlüter2013-01-291-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2013-01-291-2/+2
| |\ \ | | |/
| | * Fix bug #64099 (Wrong TSRM usage in zend_register_class_alias)Johannes Schlüter2013-01-291-2/+2
| | * Happy New YearXinchen Hui2013-01-011-1/+1
| * | Happy New YearXinchen Hui2013-01-011-1/+1
* | | Merge remote-tracking branch 'cataphract/zpp_improv' into PHP-5.5Gustavo Lopes2013-01-161-0/+2
|\ \ \
| * | | Export zend_parse_parameter()Gustavo Lopes2013-01-091-1/+1
| * | | Expose zend_parse_arg() as zend_parse_parameter()Gustavo André dos Santos Lopes2012-07-181-0/+2
| * | | - Year++Felipe Pena2012-01-011-1/+1
| * | | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-30/+30
| * | | - Added new macro to be used in the end of zend_function_entry declaration (G...Felipe Pena2011-07-251-0/+2
| * | | - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-0/+3
| * | | scalar types cleanupStanislav Malyshev2011-06-031-1/+1
* | | | Happy New YearXinchen Hui2013-01-011-1/+1
| |/ / |/| |
* | | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-041-0/+5
|\ \ \ | | |/ | |/|
| * | Fixed bug #62744 (dangling pointers made by zend_disable_class)Xinchen Hui2012-08-041-0/+5
| * | - Year++Felipe Pena2012-01-011-1/+1
| * | - Added new macro to be used in the end of zend_function_entry declaration (G...Felipe Pena2011-07-251-0/+2
| * | - Year++Felipe Pena2011-01-011-1/+1
* | | - Year++Felipe Pena2012-01-011-1/+1
* | | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-30/+30
* | | - Added new macro to be used in the end of zend_function_entry declaration (G...Felipe Pena2011-07-251-0/+2
* | | - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-0/+3
* | | scalar types cleanupStanislav Malyshev2011-06-031-1/+1
| |/ |/|
* | - Year++Felipe Pena2011-01-011-1/+1
* | zend_collect_module_handlers() has to be called after zend_extensions startup...Dmitry Stogov2010-10-151-0/+1
* | marked char pointer arguments as const in lots ofHartmut Holzgraefe2010-10-141-6/+6
* | - Improved memory usageDmitry Stogov2010-09-151-8/+8
* | - Missing traits data initialization for internal classes (causing Reflection...Felipe Pena2010-08-141-0/+4
* | - Fix warning because the comparsion with literal (e.g. INIT_CLASS_ENTRY(...,...Felipe Pena2010-08-081-3/+4
* | - Fixed ZTS build (Kalle)Felipe Pena2010-08-051-1/+1
* | Use interned strings for class namesDmitry Stogov2010-08-051-1/+4
* | eliminated unnecessary iterations during request startup/shutdownDmitry Stogov2010-07-061-0/+1
* | Fixed ZTS buildDmitry Stogov2010-05-241-1/+1