Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 14 | -14/+14 |
|\ | |||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 14 | -14/+14 |
| * | bump year | Xinchen Hui | 2015-01-15 | 14 | -14/+14 |
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-08-12 | 1 | -3/+30 |
| |\ | |||||
| | * | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2014-08-12 | 1 | -3/+30 |
| | |\ | |||||
| | | * | backported the fix for bug #41577 | Anatol Belski | 2014-08-12 | 1 | -3/+30 |
* | | | | Internal function argumensts cleanup (strict_types) | Xinchen Hui | 2015-12-12 | 1 | -1/+1 |
* | | | | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp... | Dmitry Stogov | 2015-09-24 | 2 | -13/+13 |
* | | | | switch to the unified globals accessor where appropriate | Anatol Belski | 2015-07-29 | 1 | -6/+2 |
* | | | | Switch position of ce in exception ce variable names | Aaron Piotrowski | 2015-07-03 | 1 | -1/+1 |
* | | | | Change zend_exception_get_default() to zend_exception_ce | Aaron Piotrowski | 2015-07-03 | 1 | -1/+1 |
* | | | | restricted test to English locale (fails otherwise) | Christoph M. Becker | 2015-06-26 | 1 | -1/+4 |
* | | | | fixed broken test (syntax error in SKIPIF section) | Christoph M. Becker | 2015-06-26 | 1 | -1/+1 |
* | | | | Add test for bug #69939 | Kalle Sommer Nielsen | 2015-06-26 | 1 | -0/+11 |
* | | | | Fixed bug #69939 (Casting object to bool returns false) | Kalle Sommer Nielsen | 2015-06-26 | 1 | -0/+1 |
* | | | | Use fast method to check if first arguments should be passed by reference (no... | Dmitry Stogov | 2015-04-22 | 1 | -0/+1 |
* | | | | Patch improvement: | Dmitry Stogov | 2015-03-30 | 2 | -5/+0 |
* | | | | cleaning up the version macros | Anatol Belski | 2015-03-23 | 2 | -1/+4 |
* | | | | made ZEND_TSRMLS_CACHE_* macros look like function calls | Anatol Belski | 2015-02-16 | 2 | -3/+3 |
* | | | | zend_read_property() has to provide a holder for return value. | Dmitry Stogov | 2015-01-22 | 1 | -1/+1 |
* | | | | bump year | Xinchen Hui | 2015-01-15 | 14 | -14/+14 |
* | | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 11 | -185/+185 |
* | | | | Drop duplicate arg from hash_get_current_key_ex | Nikita Popov | 2014-12-26 | 2 | -5/+5 |
* | | | | almost all the replacements of TSRMLS_* are done | Anatol Belski | 2014-12-14 | 2 | -2/+0 |
* | | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 13 | -407/+407 |
* | | | | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-11-20 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-19 | 1 | -1/+1 |
* | | | | | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-11-18 | 14 | -73/+756 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | fix datatype mismatch | Anatol Belski | 2014-11-13 | 1 | -1/+1 |
| * | | | | fix datatype mismatch and kick unused var | Anatol Belski | 2014-11-13 | 1 | -2/+1 |
| * | | | | fix datatype mismatches, remove dead part of code | Anatol Belski | 2014-11-13 | 2 | -9/+8 |
| * | | | | rework fix to php_com_do_invoke_byref, | Anatol Belski | 2014-10-28 | 1 | -23/+29 |
| * | | | | fix possible zero deref | Anatol Belski | 2014-10-28 | 1 | -1/+1 |
| * | | | | fix error code upcast on x64 | Anatol Belski | 2014-10-28 | 1 | -0/+4 |
| * | | | | several fixes to com_dotnet for x64 | Anatol Belski | 2014-10-28 | 4 | -3/+670 |
| * | | | | exclude the 32 bit only test | Anatol Belski | 2014-10-28 | 1 | -1/+3 |
| * | | | | initialize the input arg lengths | Anatol Belski | 2014-10-28 | 1 | -1/+1 |
| * | | | | fix datatype mismatches | Anatol Belski | 2014-10-28 | 9 | -34/+40 |
* | | | | | opcache, intl, gmp, exif, com, bcmath to use static tsrmls | Anatol Belski | 2014-10-17 | 3 | -2/+12 |
* | | | | | bring back all the TSRMLS_FETCH() stuff | Anatol Belski | 2014-10-15 | 2 | -0/+2 |
* | | | | | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-10-10 | 2 | -16/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Update get_class_name semantics | Nikita Popov | 2014-10-09 | 2 | -2/+2 |
| * | | | | Remove get_class_entry handlers in COM | Nikita Popov | 2014-10-09 | 2 | -14/+0 |
* | | | | | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-10-03 | 3 | -7/+6 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | fix EX usage | Anatol Belski | 2014-10-03 | 3 | -6/+5 |
| * | | | | Replaced EG(This) and EX(object) with EX(This). | Dmitry Stogov | 2014-10-03 | 2 | -2/+2 |
* | | | | | cleanup TSRMLS_FETCH in com | Anatol Belski | 2014-09-26 | 2 | -2/+0 |
|/ / / / | |||||
* | | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 14 | -14/+14 |
* | | | | Avoid double IS_INTERNED() check | Dmitry Stogov | 2014-09-19 | 1 | -2/+2 |
* | | | | fix signature | Anatol Belski | 2014-09-15 | 1 | -1/+1 |