Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - MF52: calloc must actually clear the requested size (Andrei) | Pierre Joye | 2009-06-28 | 1 | -1/+1 |
| | |||||
* | Bump version to 5.3.0 and API Nos. up | Johannes Schlüter | 2009-06-26 | 2 | -2/+2 |
| | |||||
* | Make the check case sensitive, and since we can only have a constructor that ↵ | Scott MacVicar | 2009-06-19 | 2 | -2/+26 |
| | | | | | | | | | | matches the class name or is __construct its probably safe to just check for __. This means we can skip lowering the function_name, which is hard to be binary safe sine we don't store the length. If we just did a zend_hash_exists lookup we'd be fine since its stored lowercased already :) | ||||
* | Fix bug #48215 - Calling a method with the same name as the parent class ↵ | Scott MacVicar | 2009-06-18 | 2 | -1/+41 |
| | | | | calls the constructor instead. | ||||
* | Need the gcc version check here too | Rasmus Lerdorf | 2009-06-17 | 1 | -1/+1 |
| | |||||
* | Tweak to make this compile with gcc2 | Rasmus Lerdorf | 2009-06-16 | 1 | -1/+1 |
| | |||||
* | - MFH: Fixed build (removed trailing comma) patch by Seiji Masugata ↵ | Felipe Pena | 2009-06-16 | 1 | -1/+1 |
| | | | | <s.masugata at digicom.dnp.co.jp> | ||||
* | Basic tests for function_exists() and get_defined_functions(). Tested on ↵ | andy wharmby | 2009-06-14 | 5 | -0/+302 |
| | | | | Windows, Linux and Linux 64 bit. | ||||
* | - Constified method_name arg. in zend_get_user_call_function() and ↵ | Felipe Pena | 2009-06-12 | 1 | -2/+2 |
| | | | | zend_get_user_callstatic_function() | ||||
* | MFH: Fixed bug #48533 (__callStatic is not invoked for private/protected ↵ | Felipe Pena | 2009-06-12 | 2 | -36/+76 |
| | | | | methods) | ||||
* | - fix build (void alarm) | Pierre Joye | 2009-06-09 | 1 | -5/+5 |
| | |||||
* | - typo | Pierre Joye | 2009-06-08 | 1 | -1/+1 |
| | |||||
* | Fixed bug #44827 (define() is missing error checks for class constants) | Ilia Alshanetsky | 2009-06-08 | 1 | -0/+29 |
| | |||||
* | MFH: Fixed bug #47836 (array operator [] inconsistency when the array has ↵ | Matt Wilmas | 2009-06-07 | 2 | -2/+18 |
| | | | | | | | PHP_INT_MAX index value) Also simplified related array_push() test | ||||
* | MFH: Changed error messages to use "cannot" instead of "can not" (meaning ↵ | Matt Wilmas | 2009-06-07 | 11 | -36/+36 |
| | | | | "also can") | ||||
* | MFH: Make pass_two visible to extensions with ZEND_API (required for optimizer). | Brian Shire | 2009-06-05 | 2 | -2/+2 |
| | |||||
* | There is no always_inline attribute in gcc2 | Rasmus Lerdorf | 2009-06-05 | 1 | -0/+5 |
| | |||||
* | MFH: Added zend_eval_stringl and made create_function(), etc. binary-safe | Matt Wilmas | 2009-06-05 | 3 | -12/+44 |
| | |||||
* | MFH: better fix for #48409 , #48428 , #48228 | Arnaud Le Blanc | 2009-06-05 | 5 | -12/+27 |
| | |||||
* | MFH: Updated tests after double->long conversion change (basically to match 5.2) | Matt Wilmas | 2009-06-04 | 3 | -10/+10 |
| | | | | | # Let me know about other failing tests I missed | ||||
* | MFH: | Matt Wilmas | 2009-06-04 | 9 | -235/+149 |
| | | | | | | | | | | | | | | | | | | Restored double->long conversion behavior to that of PHP 5.2 (on most platforms) and prior: * Out-of-range numbers overflow/preserve least significant bits (no LONG_MAX/MIN limit) * See bug #42868 (presumably-rare platform with different results in 5.2) * On 32-bit platforms with 64-bit long type, a zend_long64 cast has been added, otherwise it's the same as 5.2 * Use this conversion method everywhere instead of some plain (long) casts Added 'L' parameter parsing specifier to ensure a LONG_MAX/MIN limit: * Essentially what 5.3's new conversion was doing in most cases * Functions with "limit" or "length" type params could be updated to use this, and prevent confusing overflow behavior with huge numbers (*also* in 5.2) - See bug #47854, for example; or even #42868 again # Test updates coming | ||||
* | fix test | Jani Taskinen | 2009-06-02 | 1 | -1/+1 |
| | |||||
* | fix compiler warnings by moving all std includes after include of zend_config.h. | Nuno Lopes | 2009-06-01 | 1 | -2/+2 |
| | | | | | this also fixes the build with stricter compilers than gcc (like clang) | ||||
* | MFH: New tests | Arnaud Le Blanc | 2009-06-01 | 4 | -0/+142 |
| | | | | | | # These tests were failing on different configurations, so adding them # all to get more chances of seeing one failing in case of problem. | ||||
* | MFH: better fix for #48409 , #48428 , #48228 | Arnaud Le Blanc | 2009-06-01 | 5 | -12/+18 |
| | |||||
* | MFH: Take small blocks cache into account in memory_get_usage() | Arnaud Le Blanc | 2009-05-30 | 1 | -1/+5 |
| | |||||
* | MFH: Fix aliasing issue (fixes #48409 , #48428 , #48228) | Arnaud Le Blanc | 2009-05-30 | 2 | -4/+10 |
| | |||||
* | - MF52: #42143, the constant NAN is reported as 0 on Windows | Pierre Joye | 2009-05-29 | 1 | -0/+38 |
| | |||||
* | MFH(r-1.103) Expand zend_symtable_update_current_key to allow specifying ↵ | Sara Golemon | 2009-05-25 | 1 | -3/+6 |
| | | | | HashPosition | ||||
* | MFH: Use zend_get_property_info() in get_class_vars() (fixes #46812) | Arnaud Le Blanc | 2009-05-22 | 3 | -14/+13 |
| | |||||
* | MFH: Fix bug #47859 parse_ini_file() does not like asterisk (*) in key in ↵ | Brian Shire | 2009-05-19 | 3 | -165/+176 |
| | | | | the beginning, and allow [*_-] chars at start of ini labels | ||||
* | Removing redundant UEXPECT | Zoe Slattery | 2009-05-18 | 1 | -34/+0 |
| | |||||
* | MFH: Fixed module loading order and made request shutdown functions also to | Jani Taskinen | 2009-05-13 | 1 | -1/+1 |
| | | | | | be loaded in reverse like all other shutdowns are. | ||||
* | - MFH: Fixed bug #48248 (SIGSEGV when access to private property via &__get) | Felipe Pena | 2009-05-12 | 2 | -2/+29 |
| | |||||
* | - MFH: Fix code && new test | Felipe Pena | 2009-05-11 | 2 | -2/+37 |
| | |||||
* | - Added missing param checks | Felipe Pena | 2009-05-11 | 1 | -0/+7 |
| | |||||
* | MFH:- Removed unnecessary TSRMLS_FETCH() calls | Jani Taskinen | 2009-05-11 | 1 | -13/+4 |
| | |||||
* | MFH: cs + ws | Jani Taskinen | 2009-05-11 | 1 | -116/+115 |
| | |||||
* | MFH: sync | Jani Taskinen | 2009-05-10 | 1 | -122/+148 |
| | |||||
* | sync with HEAD | Jani Taskinen | 2009-05-10 | 2 | -49/+50 |
| | |||||
* | - Missing title | Felipe Pena | 2009-05-07 | 1 | -0/+1 |
| | |||||
* | - MFH: Parameter parsing changes for get_defined_constants() (Kalle) | Felipe Pena | 2009-05-07 | 2 | -7/+7 |
| | |||||
* | Fixed tests - thanks mgdm | Zoe Slattery | 2009-05-05 | 2 | -0/+2 |
| | |||||
* | Regenerate | Matt Wilmas | 2009-05-05 | 2 | -5336/+3831 |
| | |||||
* | MFH: Implemented manual scanning for strings/comments, plus misc. fixes | Matt Wilmas | 2009-05-05 | 2 | -290/+363 |
| | |||||
* | MFH:- Fix compile warning in debug mode | Jani Taskinen | 2009-05-01 | 1 | -2/+2 |
| | |||||
* | MFH: fix DVAL_TO_LVAL conversion for static array indexes, related to bug #46701 | Brian Shire | 2009-04-22 | 1 | -1/+3 |
| | |||||
* | Fixed bug #48004 (Error handler prevents creation of default object) | Dmitry Stogov | 2009-04-21 | 1 | -4/+2 |
| | |||||
* | Fixed bug #48004 (Error handler prevents creation of default object) | Dmitry Stogov | 2009-04-21 | 2 | -10/+31 |
| | |||||
* | MFH: Fixed bug#47981 (error handler not called regardless) | Hannes Magnusson | 2009-04-16 | 2 | -1/+20 |
| |