summaryrefslogtreecommitdiff
path: root/Zend/zend_builtin_functions.c
Commit message (Expand)AuthorAgeFilesLines
* Fix debug_backtrace to show arguments againZeev Suraski2004-04-131-2/+2
* - Hopefully fix the debug_backtrace() code.Andi Gutmans2004-04-071-4/+4
* - Fix crash bug in zend_debug_backtrace(). No idea how come this survivedAndi Gutmans2004-04-071-2/+2
* Patch by Timm Friebe:Andi Gutmans2004-04-031-2/+10
* MFB: Revert patch for bug #27782.Ilia Alshanetsky2004-04-011-3/+0
* Fixed bug #27782 (Wrong behaviour of next(), prev() and each()).Ilia Alshanetsky2004-03-301-0/+3
* Allow mixed case search for extensionsMarcus Boerger2004-03-291-3/+6
* Make object parameter optionalMarcus Boerger2004-03-141-1/+8
* - Fixing bug #27123Andi Gutmans2004-03-141-0/+2
* - Fixed bug #27443 (defined() returns wrong type).Derick Rethans2004-03-011-2/+2
* ws + csfoobar2004-02-251-3/+4
* 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