5862 Commits (1c4dafd84d85f504ce0794de5136674353c7131a)

Author SHA1 Message Date
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
Matt Wilmas d55300298e MFH: Added zend_eval_stringl and made create_function(), etc. binary-safe 17 years ago
Arnaud Le Blanc 85b9327836 MFH: better fix for #48409 , #48428 , #48228 17 years ago
Matt Wilmas 26cde1ee2f MFH: Updated tests after double->long conversion change (basically to match 5.2) 17 years ago
Matt Wilmas b907aa4331 MFH: 17 years ago
Jani Taskinen c7172ee172 fix test 17 years ago
Nuno Lopes 95ef46c034 fix compiler warnings by moving all std includes after include of zend_config.h. 17 years ago
Arnaud Le Blanc a197c0b751 MFH: New tests 17 years ago
Arnaud Le Blanc 2403a58011 MFH: better fix for #48409 , #48428 , #48228 17 years ago
Arnaud Le Blanc b4d9c79162 MFH: Take small blocks cache into account in memory_get_usage() 17 years ago
Arnaud Le Blanc bed00e15d1 MFH: Fix aliasing issue (fixes #48409 , #48428 , #48228) 17 years ago
Pierre Joye 469d4938fc - MF52: #42143, the constant NAN is reported as 0 on Windows 17 years ago
Sara Golemon 00a554b4a3 MFH(r-1.103) Expand zend_symtable_update_current_key to allow specifying HashPosition 17 years ago
Arnaud Le Blanc b33c51693b MFH: Use zend_get_property_info() in get_class_vars() (fixes #46812) 17 years ago
Brian Shire c80f0bf769 MFH: Fix bug #47859 parse_ini_file() does not like asterisk (*) in key in the beginning, and allow [*_-] chars at start of ini labels 17 years ago
Zoe Slattery e5348b9152 Removing redundant UEXPECT 17 years ago
Jani Taskinen 1033af1cb3 MFH: Fixed module loading order and made request shutdown functions also to 17 years ago
Felipe Pena db1eafa8d0 - MFH: Fixed bug #48248 (SIGSEGV when access to private property via &__get) 17 years ago
Felipe Pena 4f068cc23b - MFH: Fix code && new test 17 years ago
Felipe Pena 85bcfa89ad - Added missing param checks 17 years ago
Jani Taskinen 2a31dbbadf MFH:- Removed unnecessary TSRMLS_FETCH() calls 17 years ago
Jani Taskinen daae8fb6fc MFH: cs + ws 17 years ago
Jani Taskinen f3bd837434 MFH: sync 17 years ago
Jani Taskinen 1338aa26be sync with HEAD 17 years ago
Felipe Pena a2516cd273 - Missing title 17 years ago
Felipe Pena dcfe5d7140 - MFH: Parameter parsing changes for get_defined_constants() (Kalle) 17 years ago
Zoe Slattery 56e61fb2a5 Fixed tests - thanks mgdm 17 years ago
Matt Wilmas e7c5f3cfa4 Regenerate 17 years ago
Matt Wilmas 09034cf3f4 MFH: Implemented manual scanning for strings/comments, plus misc. fixes 17 years ago
Jani Taskinen adb22f71c1 MFH:- Fix compile warning in debug mode 17 years ago
Brian Shire 9e8a9e8bf1 MFH: fix DVAL_TO_LVAL conversion for static array indexes, related to bug #46701 17 years ago
Dmitry Stogov 197a950b49 Fixed bug #48004 (Error handler prevents creation of default object) 17 years ago
Dmitry Stogov fb3c73daef Fixed bug #48004 (Error handler prevents creation of default object) 17 years ago
Hannes Magnusson 0829cb89ee MFH: Fixed bug#47981 (error handler not called regardless) 17 years ago
Stanislav Malyshev e27be1e76c add utility macro 17 years ago
Matt Wilmas 12805abff7 MFH: Changed spelling from "build" to "built" 17 years ago