summaryrefslogtreecommitdiff
path: root/Zend/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | - Fixed bug #62892 (ReflectionClass::getTraitAliases crashes on importing ↵Felipe Pena2012-08-221-0/+21
| | | | | | | | trait methods as private)
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-121-0/+23
|\ \ | |/
| * Fixed bug #62763 (register_shutdown_function and extending class)Xinchen Hui2012-08-121-0/+23
| |
* | expect pass for 5.4Xinchen Hui2012-07-311-2/+0
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-07-311-0/+13
|\ \ | |/
| * Test for bug #62680Xinchen Hui2012-07-311-0/+13
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-07-291-0/+6
|\ \ | |/ | | | | | | * PHP-5.3: Skip test while zend_mm is disabled
| * Skip test while zend_mm is disabledXinchen Hui2012-07-291-0/+6
| |
* | Fix test, committed in wrong folderXinchen Hui2012-07-261-1/+1
| |
* | Fixed bug #62653: (unset($array[$float]) causes a crash)Xinchen Hui2012-07-261-0/+33
| | | | | | | | | | | | | | | | the reason why jpauli and I can not reproduce is (it's silly): I typo "USE_ZEND_ALLOC *&&* valgrind" at the first time, then I always ctrl+r and jpauli copied my command from the pastbin :) thanks
* | Fixed the common misspelling of the word occurred (occured -> occurred)Marc Easen2012-06-302-11/+11
| |
* | fix testStanislav Malyshev2012-05-291-1/+1
| |
* | Fixed bug #62097Gustavo André dos Santos Lopes2012-05-231-0/+17
| | | | | | | | | | | | This fixes the fix for bug #54547 in 32-bit machines by accepting float comparisons in 32-bit machines as long as the integer is not larger than the mantissa.
* | Fixed bug #61998 (Using traits with method aliases appears to result in ↵Dmitry Stogov2012-05-211-0/+68
| | | | | | | | crash during execution)
* | fix bug #61782 - __clone/__destruct do not match other methods when checking ↵Stanislav Malyshev2012-05-131-0/+29
| | | | | | | | access controls
* | fix bug #54547Stanislav Malyshev2012-05-131-0/+21
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-05-121-0/+15
|\ \ | |/ | | | | | | | | | | | | | | * PHP-5.3: Fixed Bug #62005 (unexpected behavior when incrementally assigning to a member of a null object) fix stack overflow in php_intlog10abs() Conflicts: Zend/zend_execute.c
| * Fixed Bug #62005 (unexpected behavior when incrementally assigning to a ↵Xinchen Hui2012-05-121-0/+15
| | | | | | | | member of a null object)
* | Fixed test bug #61892Xinchen Hui2012-05-032-0/+39
| |
* | Fixed bug #61761 ('Overriding' a private static method with a different ↵Xinchen Hui2012-04-181-0/+18
| | | | | | | | signature causes crash)
* | Merge branch 'PHP-5.3' of ../php-5.3 into PHP-5.4Xinchen Hui2012-03-241-17/+0
|\ \ | |/
| * Revert "Implemented FR #60738 (Allow 'set_error_handler' to handle NULL)"Xinchen Hui2012-03-241-17/+0
| | | | | | | | This reverts commit fcae164ea63979d7814d7aa114fe8351033e7400.
* | Merge branch 'PHP-5.3' of ../php-5.3 into PHP-5.4Xinchen Hui2012-03-241-0/+17
|\ \ | |/
| * Implemented FR #60738 (Allow 'set_error_handler' to handle NULL)Xinchen Hui2012-03-241-0/+17
| |
| * reduce memory usageXinchen Hui2012-03-121-1/+1
| |
| * Fixed bug #60569 (Nullbyte truncates Exception $message).Ilia Alshanetsky2012-03-111-0/+0
| |
| * Fixed bug #61273 (call_user_func_array with more than 16333 arguments leaks ↵Xinchen Hui2012-03-111-0/+15
| | | | | | | | / crashes)
| * Fixed bug #61087 (Memory leak in parse_ini_file when specifying invalid ↵Xinchen Hui2012-02-251-0/+10
| | | | | | | | scanner mode)
| * more verbose skip reason in test files with not so obvious extension ↵Olivier DOUCET2012-02-257-7/+7
| | | | | | | | requirements
| * merge test to 5.3, and remove xfail since the bug was fixedXinchen Hui2012-02-251-0/+28
| |
| * Fix #61095 (Lexing 0x0*+<NUM> incorrectly)Etienne Kneuss2012-02-201-0/+9
| |
| * This test needs gc enabledRasmus Lerdorf2012-02-051-0/+2
| |
| * Re-fixed bug #60825 (Segfault when running symfony 2 tests)Xinchen Hui2012-01-241-0/+19
| |
| * - add test for bug #60771Pierre Joye2012-01-181-0/+9
| |
| * fixed failed tests (backport from PHP_5_4/trunk).Rui Hirokawa2012-01-141-0/+0
| |
| * - Fix testsFelipe Pena2011-11-193-3/+7
| |
| * - Fixed bug #43200 (Interface implementation / inheritence not possible in ↵Felipe Pena2011-11-192-0/+76
| | | | | | | | abstract classes)
| * Fixed bug #60138 (GC crash with referenced array in RecursiveArrayIterator)Dmitry Stogov2011-11-181-0/+16
| |
| * - Fixed bug #60099 (__halt_compiler() works in braced namespaces)Felipe Pena2011-11-161-0/+10
| |
| * adding memory check for FreeBSD also, TODO: refactor the free memory check ↵Ferenc Kovacs2011-11-021-0/+19
| | | | | | | | into a function in an include file
| * Fixed bug #60139 (Anonymous functions create cycles not detected by the GC)Dmitry Stogov2011-11-021-0/+30
| |
| * allocating more than 2GB memory is slow.Ferenc Kovacs2011-11-011-0/+1
| |
| * check the available memory on linux and skip if it is not enoughFerenc Kovacs2011-10-231-0/+15
| |
| * shave off 900M memory from this testFerenc Kovacs2011-10-221-4/+1
| |
| * Fixed test bug #55713 (Christopher Jones)Pierrick Charron2011-09-161-1/+1
| |
| * Fixed bug #55509 (segfault on x86_64 using more than 2G memory). (Laruence)Dmitry Stogov2011-09-131-0/+33
| |
| * - fix skipifPierre Joye2011-09-061-2/+0
| |
| * - use only the test namePierre Joye2011-08-311-3/+3
| |
| * - make it parser version independentPierre Joye2011-08-311-2/+2
| |
| * Fixed bug #55339 (Segfault with allow_call_time_pass_reference = Off)Dmitry Stogov2011-08-021-0/+31
| |