summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* ChangeLog update2009-06-291-0/+24
* - Fixed bug #48693 (Double declaration of __lambda_func when lambda wrongly f...Felipe Pena2009-06-282-0/+29
* ChangeLog update2009-06-271-0/+7
* ChangeLog update2009-06-231-0/+7
* ChangeLog update2009-06-201-0/+15
* ChangeLog update2009-06-191-0/+9
* ChangeLog update2009-06-181-0/+7
* Need the gcc version check here tooRasmus Lerdorf2009-06-171-1/+1
* ChangeLog update2009-06-171-0/+21
* Tweak to make this compile with gcc2Rasmus Lerdorf2009-06-161-1/+1
* - Fixed build (removed trailing comma) patch by Seiji Masugata <s.masugata at...Felipe Pena2009-06-161-1/+1
* ChangeLog update2009-06-161-0/+17
* - silent compilation warnings (no MFH yet)Pierre Joye2009-06-1513-21/+37
* ChangeLog update2009-06-151-0/+44
* Basic tests for function_exists() and get_defined_functions(). Tested on Wind...andy wharmby2009-06-145-0/+302
* - MF53: fix build (void alarm)Pierre Joye2009-06-141-5/+5
* ChangeLog update2009-06-131-0/+24
* - Constified method_name arg. in zend_get_user_call_function() and zend_get_u...Felipe Pena2009-06-121-2/+2
* - Fixed bug #48533 (__callStatic is not invoked for private/protected methods)Felipe Pena2009-06-122-36/+76
* ChangeLog update2009-06-101-0/+6
* ChangeLog update2009-06-091-0/+39
* revert yet another wrongly MFBed fixAntony Dovgal2009-06-081-29/+0
* ChangeLog update2009-06-081-0/+48
* MFB: Fixed bug #44827 (define() is missing error checks for class constants)Ilia Alshanetsky2009-06-081-0/+29
* Fixed bug #47836 (array operator [] inconsistency when the array has PHP_INT_...Matt Wilmas2009-06-072-2/+18
* Changed error messages to use "cannot" instead of "can not" (meaning "also can")Matt Wilmas2009-06-0711-36/+36
* ChangeLog update2009-06-061-0/+63
* Make pass_two visible to extensions with ZEND_API (required for optimizer).Brian Shire2009-06-052-2/+2
* No always_inline attribute in gcc2Rasmus Lerdorf2009-06-051-0/+5
* Added zend_eval_stringl and made create_function(), etc. binary-safeMatt Wilmas2009-06-053-26/+65
* better fix for #48409 , #48428 , #48228Arnaud Le Blanc2009-06-055-12/+27
* ChangeLog update2009-06-051-0/+76
* Updated tests after double->long conversion change (basically to match 5.2)Matt Wilmas2009-06-043-8/+8
* Restored double->long conversion behavior to that of PHP 5.2 (on most platfor...Matt Wilmas2009-06-049-236/+161
* ChangeLog update2009-06-031-0/+7
* fix testJani Taskinen2009-06-021-1/+1
* ChangeLog update2009-06-021-0/+60
* MFB: fix compiler warnings by moving all std includes after include of zend_c...Nuno Lopes2009-06-011-3/+3
* New testsArnaud Le Blanc2009-06-014-0/+142
* better fix for #48409 , #48428 , #48228Arnaud Le Blanc2009-06-015-12/+18
* ChangeLog update2009-05-311-0/+21
* Take small blocks cache into account in memory_get_usage()Arnaud Le Blanc2009-05-301-1/+5
* Fix aliasing issue (fixes #48409 , #48428 , #48228)Arnaud Le Blanc2009-05-302-4/+10
* ChangeLog update2009-05-301-0/+15
* - MFB: #42143, the constant NAN is reported as 0 on WindowsPierre Joye2009-05-291-0/+38
* ChangeLog update2009-05-281-0/+8
* Remove duplicated code of zend_hash_func and alias it to zend_get_hash_valueDavid Soria Parra2009-05-273-21/+9
* ChangeLog update2009-05-261-0/+29
* - Dropped *_TEXT* macros in favor of unicode macros direct usageFelipe Pena2009-05-2510-130/+44
* - Fixed macro (thanks Kalle)Felipe Pena2009-05-251-1/+1