summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Classe tables work this wayMarcus Boerger2003-08-281-1/+1
* - Split debug_backtrace() into lowlevel c function and php function wrapperMarcus Boerger2003-08-284-7/+33
* older gccs don't understand attribute((format)) on function pointersSascha Schumann2003-08-281-4/+11
* ZEND_GCC_VERSION should always be defined to a number so we can useSascha Schumann2003-08-281-1/+1
* Add format attribute to a number of functionsSascha Schumann2003-08-285-12/+23
* cleanup & centralize ZEND_GCC_VERSION and ZEND_ATTRIBUTE_MALLOC so thatSascha Schumann2003-08-282-7/+13
* Enable attribute((malloc)) for GCC 2.96Sascha Schumann2003-08-281-1/+1
* GCC 2 does not know about malloc yet.Sascha Schumann2003-08-281-1/+5
* provide attribute((malloc)) where appropiateSascha Schumann2003-08-281-9/+11
* ChangeLog update2003-08-281-0/+8
* Nuke unused variableMarcus Boerger2003-08-271-1/+0
* Fix reflection_class::newInstance()Marcus Boerger2003-08-271-13/+9
* ChangeLog update2003-08-261-0/+5
* - Fixed bug #25240 (spaces before pre-processor directives)foobar2003-08-251-1/+1
* ChangeLog update2003-08-251-0/+104
* Add missing checkMarcus Boerger2003-08-241-9/+11
* Fix memory source of string duplication for non internal propertiesMarcus Boerger2003-08-241-1/+2
* - Provide appropriate way to destroy internal zval's.Marcus Boerger2003-08-248-21/+93
* Don't identify alias'ed functionsMarcus Boerger2003-08-243-14/+1
* Use ""'s if you want empty strings. We want to crash on errors.Zeev Suraski2003-08-241-3/+0
* Use pemalloc()Zeev Suraski2003-08-241-1/+1
* Allow NULL, tooMarcus Boerger2003-08-241-0/+3
* Never, ever, overwrite the refcount element of a connected zval!Zeev Suraski2003-08-241-1/+1
* Add dedicated reflection_exceptionMarcus Boerger2003-08-241-10/+14
* Allow to throw instances of classes derived from exceptionMarcus Boerger2003-08-244-12/+42
* - Provide a unified way to display uncaught exceptions, which showsMarcus Boerger2003-08-247-3/+69
* Make invoke() workMarcus Boerger2003-08-241-20/+9
* zend_parse_parameters 'O' works the way we need hereMarcus Boerger2003-08-241-15/+2
* Not neededMarcus Boerger2003-08-241-10/+0
* Make use method macrosMarcus Boerger2003-08-242-20/+20
* One of PPP is needed, tooMarcus Boerger2003-08-241-1/+1
* - Add Reflection_Function::isAliasMarcus Boerger2003-08-241-160/+185
* - Add fn_flag ZEND_ACC_ALIASMarcus Boerger2003-08-242-6/+10
* Fix fn_flags handlingMarcus Boerger2003-08-241-1/+3
* Add property read code and use that in default exception classMarcus Boerger2003-08-244-18/+33
* ChangeLog update2003-08-241-0/+30
* Allow zend_throw_exception() to also set the exception codeMarcus Boerger2003-08-235-35/+19
* Exception has 4 protected default properties (message,code,file,line).Marcus Boerger2003-08-232-28/+60
* Internal classes can now have default properties.Marcus Boerger2003-08-234-18/+127
* Show ctor/dtor information and those don't return anythingMarcus Boerger2003-08-231-1/+7
* - Flag ctor/dtor methodsMarcus Boerger2003-08-234-2/+24
* Make exception code more robustMarcus Boerger2003-08-232-32/+22
* ChangeLog update2003-08-231-0/+10
* Replace *magic number* with a much nicer define.Ilia Alshanetsky2003-08-222-2/+4
* Set 2147483647 as the module number of user defined constantsIlia Alshanetsky2003-08-221-32/+26
* ChangeLog update2003-08-221-0/+16
* Add function 'zend_throw_exception(char *message, int duplicate TSRMLS_DC);'Marcus Boerger2003-08-215-24/+53
* If ce not given than any object would doMarcus Boerger2003-08-211-1/+1
* Paramspec 'O' / zend_parse_method_params(): only if given check the class typeMarcus Boerger2003-08-211-1/+5
* ChangeLog update2003-08-211-0/+10