summaryrefslogtreecommitdiff
path: root/Zend/zend_builtin_functions.c
Commit message (Expand)AuthorAgeFilesLines
* Added error mask to set_error_handler()Zeev Suraski2004-01-101-7/+12
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* - Make it compile againDerick Rethans2003-12-081-1/+1
* Apply Andrey Hristov's patch adding get_declared_interfaces()Stanislav Malyshev2003-12-071-4/+30
* - Nuke property_exists(). We need to fix isset() and this is alreadyAndi Gutmans2003-12-011-24/+1
* Add a support function to check for property existance which is differentMarcus Boerger2003-11-271-0/+24
* - Fix __autoload() to preserve class case.Andi Gutmans2003-11-241-23/+5
* - Add E_STRICT, to be used to warn purists (like Jani :)Andi Gutmans2003-11-181-0/+1
* Bugfix #26010 (Bug on get_object_vars() function)Marcus Boerger2003-11-101-3/+16
* Removedouble efree callMarcus Boerger2003-11-041-1/+0
* Nuke vars no longer neededMarcus Boerger2003-09-181-3/+0
* Go with studlyCapsMarcus Boerger2003-09-181-8/+9
* Attempt at fixing the linkage problem in Win32Zeev Suraski2003-08-311-31/+2
* Need to tell zend_fetch_debug_backtrace() whether to skip top function or not.Marcus Boerger2003-08-291-6/+8
* - Split debug_backtrace() into lowlevel c function and php function wrapperMarcus Boerger2003-08-281-7/+14
* Add format attribute to a number of functionsSascha Schumann2003-08-281-1/+3
* Replace *magic number* with a much nicer define.Ilia Alshanetsky2003-08-221-2/+2
* Set 2147483647 as the module number of user defined constantsIlia Alshanetsky2003-08-221-32/+26
* Fix warningsMarcus Boerger2003-08-171-2/+1
* Add missing arg infoMarcus Boerger2003-08-031-0/+4
* ntroduce infrastructure for supplying information about arguments,Zeev Suraski2003-08-031-3/+28
* Fix each() binary safety for keysZeev Suraski2003-07-241-2/+3
* fix the get_parent_class fixStanislav Malyshev2003-07-031-2/+7
* Bug #24399: is_subclass_of(): fix memleak, tooMarcus Boerger2003-07-021-0/+1
* Fix bug #24445Sterling Hughes2003-07-021-9/+1
* move the check down a little so it catches all casesSterling Hughes2003-06-301-3/+4
* Fix bug #24399 from an excellent test case by edinSterling Hughes2003-06-301-0/+3
* fix lambda function static vars (related to #17115)Stanislav Malyshev2003-06-161-3/+4
* updating license information in the headers.James Cox2003-06-101-1/+1
* wsfoobar2003-06-091-8/+8
* Fix set_error_handler()Zeev Suraski2003-06-081-11/+5
* rm namespace leftoversStanislav Malyshev2003-06-041-10/+3
* MEGA-patch: namespaces are R.I.P.Stanislav Malyshev2003-06-021-87/+14
* Make use optimized string loweringMarcus Boerger2003-05-211-12/+6
* Fixed bug #23619 (set_error_handler() registered handler not called for objec...foobar2003-05-211-5/+11
* Change get_class() so that it returns qualified names for namespacedStanislav Malyshev2003-04-211-14/+51
* refine the set_error_handler fixStanislav Malyshev2003-04-201-2/+2
* Fix for bug #21094 (set_error_handler can not accept methods),Stanislav Malyshev2003-04-201-2/+10
* Switch some functions to use new zend_lookup_ns_class() methods. ThisAndrei Zmievski2003-04-081-29/+11
* allow class_exists() to work with namespaces too.Stanislav Malyshev2003-04-021-21/+52
* fix typoStanislav Malyshev2003-04-021-1/+1
* fix parameterless get_declared_classes callStanislav Malyshev2003-04-021-4/+3
* Split ZEND_NAMESPACE into user and internal namespaces. Hope this isAndrei Zmievski2003-04-011-1/+1
* improve namespace name hanflingStanislav Malyshev2003-04-011-1/+1
* fix get_declared_classes()Stanislav Malyshev2003-04-011-0/+3
* make get_declared_classes() work with namespaces (based on Tal Peer's patch)Stanislav Malyshev2003-04-011-4/+34
* Eliminate TSRMLS_FETCH() calls in destroy_op_array() and zend_get_class_entry().Sebastian Bergmann2003-03-261-2/+2
* Add support for interfacesZeev Suraski2003-03-051-10/+20
* Fix get_parent_class()Zeev Suraski2003-02-101-10/+5
* zend_config.h (and its Win32 version) is already included by zend.hSebastian Bergmann2003-02-081-1/+0