summaryrefslogtreecommitdiff
path: root/Zend/zend.h
Commit message (Expand)AuthorAgeFilesLines
* make ZEND_SIGNALS configurable, off by defaultStanislav Malyshev2012-02-161-4/+0
* Fixed bug #60627 (httpd.worker segfault on startup with php_value)Xinchen Hui2012-01-041-2/+2
* - Year++Felipe Pena2012-01-011-1/+1
* export zend_on_timeout handler from ZEAntony Dovgal2011-11-221-1/+1
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-7/+7
* Callable typehint following the rules of is_callable($arg, false);Hannes Magnusson2011-08-161-0/+1
* Zend Signal HandlingIlia Alshanetsky2011-06-221-0/+11
* scalar types cleanupStanislav Malyshev2011-06-031-4/+0
* Add options to debug_backtrace functionsStanislav Malyshev2011-01-161-0/+3
* - Year++Felipe Pena2011-01-011-1/+1
* marked char pointer arguments as const in lots ofHartmut Holzgraefe2010-10-141-1/+1
* - Improved memory usageDmitry Stogov2010-09-151-9/+13
* Added support for numeric & scalar type hint as defined within Ilia Alshanetsky2010-05-241-0/+2
* Added caches to eliminate repeatable run-time bindings of functions, classes,...Dmitry Stogov2010-05-241-3/+6
* - Added scalar typehinting.Derick Rethans2010-05-201-0/+2
* Implemented Traits for PHP as proposed in the RFC [TRAITS]Stefan Marr2010-04-221-0/+43
* Optimized access to global constants using values with pre-calculated hash_va...Dmitry Stogov2010-04-221-5/+6
* Updated version numbersDmitry Stogov2010-04-201-1/+1
* Added a number of small performance tweaks and optimizationsDmitry Stogov2010-04-201-23/+34
* Added concept of interned strings. All strings constants known at compile tim...Dmitry Stogov2010-04-201-2/+3
* Add some const declarations, makes C++ extension writers happyJohannes Schlüter2010-03-301-2/+2
* Fix gcc version check - bug #50771Rasmus Lerdorf2010-01-151-2/+2
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* - Added MAKE_COPY_ZVAL(ppzv, pzv) macroFelipe Pena2009-12-081-0/+5
* - revert last commit, breaks the build and needs test case(s)Pierre Joye2009-09-061-2/+2
* - Fix leaks.Moriyoshi Koizumi2009-09-061-2/+2
* Fix bug #48575 - Use dlopen() just like all the other *nixes instead of OSX s...Scott MacVicar2009-08-061-19/+1
* Need the gcc version check here tooRasmus Lerdorf2009-06-171-1/+1
* There is no always_inline attribute in gcc2Rasmus Lerdorf2009-06-051-0/+5
* fix compiler warnings by moving all std includes after include of zend_config.h.Nuno Lopes2009-06-011-2/+2
* MFH: better fix for #48409 , #48428 , #48228Arnaud Le Blanc2009-06-011-0/+6
* MFH: Fixed bug #45877 (Array key '2147483647' left as string)Matt Wilmas2009-03-181-0/+12
* Fixed zend_print_zval_r_ex() to use the write callback functionDmitry Stogov2009-02-181-0/+2
* - Sync with HEAD, no ability to not start builtin functionsMarcus Boerger2008-12-311-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Namespace resolution streamlining patchStanislav Malyshev2008-11-111-1/+1
* - MFH: Removed some TSRMLS_FETCH()sFelipe Pena2008-08-151-5/+5
* - MFH: Constness (Added const qualifier to several function parameters)Felipe Pena2008-08-121-4/+4
* - MFH Fix memleak with new error handling stack'ingMarcus Boerger2008-08-111-1/+2
* - MFH error handling, now with save, replace, restoreMarcus Boerger2008-08-081-0/+9
* Added support for lambda functions and closuresDmitry Stogov2008-07-141-0/+2
* enable on MSVC tooStanislav Malyshev2008-06-271-0/+2
* allow deprecating engine functionsStanislav Malyshev2008-06-271-0/+6
* - Removed direct executor recursion.Dmitry Stogov2008-06-111-0/+8
* Make the sigsetjmp change more robust. On systems that don't haveRasmus Lerdorf2008-03-181-3/+13
* Use sigsetjmp and siglongjmp instead of setjmp/longjmp in order to beRasmus Lerdorf2008-03-181-3/+3
* User error handlers no longer catch supressed errors (patch by Etienne Kneuss)Felipe Pena2008-03-081-0/+6
* Optimized require_once() and include_once() by eliminationg open() syscall on...Dmitry Stogov2008-03-051-0/+2
* Added garbage collectorDmitry Stogov2008-01-221-0/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1