5897 Commits (495a5ab0057504b6719ee5be7462db8fa64a46f2)

Author SHA1 Message Date
Etienne Kneuss 4881a9cff4 Fix endless recursion of var_dump() over self-referencing closures 17 years ago
Andi Gutmans 4f34f5b0e3 - MFH 17 years ago
Jani Taskinen d5fd4ecc48 - Generated files 17 years ago
Jani Taskinen 6e18b9718d - Fixed bug #48719 parse_ini_*(): scanner mode is not checked for sanity) 17 years ago
Jani Taskinen 7af570b685 - Generated files.. 17 years ago
Jani Taskinen 46505193b2 - Fixed bug #48660 (parse_ini_*(): dollar sign as last character of value fails) 17 years ago
Jani Taskinen dc74c5136e - Restore PHP-5.2 behaviour when passing null inside object scope to get_class() 17 years ago
Scott MacVicar c54f6df978 Fix bug #48575 - Use dlopen() just like all the other *nixes instead of OSX specific code. 17 years ago
Jani Taskinen ca8a41215f - Retouch without my path in the #line directives 17 years ago
Jani Taskinen 35f0411352 - Generated files 17 years ago
Jani Taskinen d03720480f - Fixed bug #48768 (parse_ini_*() crash with INI_SCANNER_RAW) 17 years ago
Jani Taskinen 206cc46aab - Generated files 17 years ago
Jani Taskinen ea98d7a72e - Fixed bug #49056 (parse_ini_file() regression in 5.3.0 when using non-ASCII strings as option keys) 17 years ago
Stanislav Malyshev 9fd8469e94 fix for bug #49000 17 years ago
Jani Taskinen f48cab06ff - Fixed bug #48971 (Missing ZEND_NS_NAMED_FE macro) 17 years ago
Dmitry Stogov ff766c1de2 Fixed bug #48912 (Namespace causes unexpected strict behaviour with extract()) 17 years ago
Felipe Pena 28add3cbf3 - MFH: Cosmetic changes 17 years ago
Zoe Slattery 9ff94c82df Remove empty sections. Fix bad use of --SKIP-- 17 years ago
Felipe Pena 0c9a16ffb7 - New tests 17 years ago
Felipe Pena 91841e0987 - New test 17 years ago
Felipe Pena d49b4fa597 - Tests related to bug #48770 17 years ago
Zoe Slattery d09ab2ab42 Removing unnecessary SKIPIF sections 17 years ago
Jani Taskinen 8503b66cb6 CS 17 years ago
Zoe Slattery 29b557ae61 fix tests 17 years ago
Stanislav Malyshev 326cb1bb0f fix memleak 17 years ago
Jani Taskinen ecdd8ebbb9 MFH 17 years ago
Stanislav Malyshev 67f846c4c3 fix ini_restore problem 17 years ago
Felipe Pena bffd08072c - MFH: Fixed bug #48899 (is_callable returns true even if method does not exist in parent class) 17 years ago
David Soria Parra 0391dea5be MFH: Fix date warning by setting the default timezone to UTC 17 years ago
David Soria Parra 8af2635eab MFH: Adjust tests. The order in which notices appear is platform dependend as the function call ordering in parameter lists is not defined in C. 17 years ago
andy wharmby 6e96ae79a3 Fix test 17 years ago
Felipe Pena aafaa9c019 - New test 17 years ago
Felipe Pena 5a8169902a - MFH: Fixed bug #48709 (metaphone and 'wh') 17 years ago
Pierre Joye 25c47a2522 - MF52: calloc must actually clear the requested size (Andrei) 17 years ago
Johannes Schlüter 4b4283bdc0 Bump version to 5.3.0 and API Nos. up 17 years ago
Scott MacVicar d976be4bda Make the check case sensitive, and since we can only have a constructor that matches the class name or is __construct 17 years ago
Scott MacVicar 8e3aebd550 Fix bug #48215 - Calling a method with the same name as the parent class calls the constructor instead. 17 years ago
Rasmus Lerdorf a7cc9e7274 Need the gcc version check here too 17 years ago
Rasmus Lerdorf f90425316a Tweak to make this compile with gcc2 17 years ago
Felipe Pena f9bb99055e - MFH: Fixed build (removed trailing comma) patch by Seiji Masugata <s.masugata at digicom.dnp.co.jp> 17 years ago
andy wharmby ceca4f3615 Basic tests for function_exists() and get_defined_functions(). Tested on Windows, Linux and Linux 64 bit. 17 years ago
Felipe Pena 2cb9fe1f89 - Constified method_name arg. in zend_get_user_call_function() and zend_get_user_callstatic_function() 17 years ago
Felipe Pena 5f8ca6da95 MFH: Fixed bug #48533 (__callStatic is not invoked for private/protected methods) 17 years ago
Pierre Joye ba79cd5a23 - fix build (void alarm) 17 years ago
Pierre Joye c59a4a0173 - typo 17 years ago
Ilia Alshanetsky 5289261baa Fixed bug #44827 (define() is missing error checks for class constants) 17 years ago
Matt Wilmas dca18b68d1 MFH: Fixed bug #47836 (array operator [] inconsistency when the array has PHP_INT_MAX index value) 17 years ago
Matt Wilmas 2462fce244 MFH: Changed error messages to use "cannot" instead of "can not" (meaning "also can") 17 years ago
Brian Shire cb7a21a42b MFH: Make pass_two visible to extensions with ZEND_API (required for optimizer). 17 years ago
Rasmus Lerdorf 04f5d7c909 There is no always_inline attribute in gcc2 17 years ago