summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* 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
* adhere to silenceZeev Suraski2003-08-201-1/+1
* Fix counting number of leaksMarcus Boerger2003-08-201-0/+1
* ChangeLog update2003-08-201-0/+5
* fix buildWez Furlong2003-08-191-1/+0
* ChangeLog update2003-08-191-0/+32
* linkage for C++Wez Furlong2003-08-181-2/+7
* Prevent access to internal engine functionalityZeev Suraski2003-08-183-76/+42
* - Improve trackingZeev Suraski2003-08-184-9/+19
* Improve trackingZeev Suraski2003-08-186-37/+47
* Improve trackingZeev Suraski2003-08-182-6/+13
* wsZeev Suraski2003-08-181-1/+1
* ChangeLog update2003-08-181-0/+40