Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.5' into PHP-5.6 | Pierre Joye | 2014-03-10 | 4 | -12548/+12548 |
|\ | |||||
* | | Allow T_POW in constant expressions | Tjerk Meesters | 2014-03-07 | 3 | -0/+13 |
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Ferenc Kovacs | 2014-02-27 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | typo spotted by Lajos Veres | Ferenc Kovacs | 2014-02-27 | 1 | -1/+1 |
* | | Don't add num_additional_args in SEND opcodes | Nikita Popov | 2014-02-26 | 3 | -34/+19 |
* | | Disallow use of positional args after unpacking | Nikita Popov | 2014-02-26 | 11 | -105/+94 |
* | | Store arg_num in fcall entry | Nikita Popov | 2014-02-26 | 3 | -43/+45 |
* | | Introduce zend_function_call_entry structure | Nikita Popov | 2014-02-26 | 2 | -20/+27 |
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Johannes Schlüter | 2014-02-23 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Johannes Schlüter | 2014-02-23 | 1 | -1/+1 |
| |\ | |||||
| | * | Make sure value is initialized | Johannes Schlüter | 2014-02-23 | 1 | -1/+1 |
* | | | fixed path separator in the tests | Anatol Belski | 2014-02-21 | 10 | -10/+10 |
* | | | Add more tests for __debugInfo() and fix leak | Sara Golemon | 2014-02-20 | 12 | -2/+206 |
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Bob Weinand | 2014-02-20 | 1 | -3/+58 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Bob Weinand | 2014-02-20 | 1 | -3/+58 |
| |\ \ | | |/ | |||||
| | * | Use nicer output for characters < 32 and > 126 in exception strings | Bob Weinand | 2014-02-20 | 1 | -3/+58 |
| * | | Fixed bug #66009 Failed compilation of PHP extension with C++ std library usi... | Anatol Belski | 2014-01-04 | 1 | -2/+7 |
* | | | some missing pieces for __debugInfo | Anatol Belski | 2014-02-20 | 1 | -0/+4 |
* | | | Add __debugInfo() magic method | Sara Golemon | 2014-02-17 | 7 | -4/+85 |
* | | | Fixed memory leak in pow operator | Bob Weinand | 2014-02-06 | 1 | -2/+4 |
* | | | add T_POW (**) operator | datibbaw | 2014-02-06 | 13 | -6695/+7204 |
* | | | fix *.dsp files related to bug #50333 | Anatol Belski | 2014-01-28 | 1 | -4/+4 |
* | | | Fixed warning "No new line at end of file" | Xinchen Hui | 2014-01-24 | 2 | -2/+2 |
* | | | Fix argument unpacking across stack pages | Nikita Popov | 2014-01-18 | 4 | -4/+63 |
* | | | Fixed build (making zend_is_by_ref_func_arg_fetch function static) | Bob Weinand | 2014-01-12 | 1 | -1/+1 |
* | | | Implement argument unpacking | Nikita Popov | 2014-01-11 | 18 | -104/+1198 |
* | | | Minor cleanup in zend_do_pass_param() | Nikita Popov | 2014-01-11 | 1 | -10/+7 |
* | | | Fixed bug #66009 Failed compilation of PHP extension with C++ std library usi... | Anatol Belski | 2014-01-04 | 1 | -2/+7 |
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Nikita Popov | 2014-01-04 | 2 | -4/+26 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Nikita Popov | 2014-01-04 | 2 | -4/+26 |
| |\ \ | | |/ | |||||
| | * | Fix bug #66286: Incorrect object comparison with inheritance | Nikita Popov | 2014-01-04 | 2 | -4/+26 |
| | * | Bump year | Xinchen Hui | 2014-01-03 | 97 | -99/+99 |
| * | | Bump year | Xinchen Hui | 2014-01-03 | 99 | -101/+101 |
* | | | Bump year | Xinchen Hui | 2014-01-03 | 103 | -105/+105 |
* | | | Improved empty string handling. Now ZE uses an interned string instead of all... | Dmitry Stogov | 2013-12-26 | 6 | -4/+13 |
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Dmitry Stogov | 2013-12-26 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fixed ZEND_MM_MEM_TYPE=mmap_zero | Dmitry Stogov | 2013-12-26 | 1 | -1/+1 |
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2013-12-23 | 1 | -4/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2013-12-23 | 1 | -4/+0 |
| |\ \ | | |/ | |||||
| | * | removed outdated IsDebuggerPresent declaration | Anatol Belski | 2013-12-23 | 1 | -4/+0 |
| * | | opcodes | krakjoe | 2013-12-22 | 1 | -1/+1 |
* | | | opcodes | krakjoe | 2013-12-22 | 1 | -1/+1 |
* | | | Merge branch 'PHP-5.6' of https://github.com/php/php-src into PHP-5.6 | krakjoe | 2013-12-22 | 1 | -1/+2 |
|\ \ \ | |||||
| * \ \ | Merge branch 'PHP-5.5' into PHP-5.6 | Bob Weinand | 2013-12-22 | 5 | -1/+12 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'PHP-5.5' into PHP-5.6 | Bob Weinand | 2013-12-21 | 3 | -171/+202 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'PHP-5.5' into PHP-5.6 | krakjoe | 2013-12-22 | 8 | -178/+229 |
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | | | |||||
| * | | | | Merge branch 'PHP-5.4' into PHP-5.5 | krakjoe | 2013-12-22 | 5 | -10/+20 |
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/| | |||||
| | * | | stop warnings from unused opcode map | krakjoe | 2013-12-22 | 3 | -7/+17 |
| * | | | Merge branch 'PHP-5.4' into PHP-5.5 | Bob Weinand | 2013-12-22 | 5 | -1/+12 |
| |\ \ \ | | |/ / | | | / | | |/ | |/| | |||||
| | * | Included new .c file in build too | Bob Weinand | 2013-12-22 | 5 | -1/+12 |