Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added ZEND_API zend_cpu_supports | Xinchen Hui | 2018-01-16 | 1 | -5/+4 |
* | Added missed PHPAPI | Xinchen Hui | 2018-01-15 | 1 | -1/+1 |
* | Merge branch 'PHP-7.2' | Anatol Belski | 2018-01-15 | 1 | -1/+6 |
|\ | |||||
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-01-15 | 1 | -1/+6 |
| |\ | |||||
| | * | Allow pecl like usage in ext/phar, closes #2955 | Anatol Belski | 2018-01-15 | 1 | -1/+6 |
* | | | Optimized php_addslashes with SSE4.2 instructions | Xinchen Hui | 2018-01-15 | 1 | -3/+213 |
* | | | Add test for bug #66960 | Bishop Bettini | 2018-01-15 | 1 | -0/+24 |
* | | | Fix #75765 Exception on extend of undefined class | timurib | 2018-01-12 | 1 | -1/+12 |
* | | | Don't directly access refcount in interbase | Nikita Popov | 2018-01-12 | 1 | -2/+2 |
* | | | Merge branch 'PHP-7.2' | Nikita Popov | 2018-01-12 | 2 | -1/+22 |
|\ \ \ | |/ / | |||||
| * | | Fixed bug #75653 | Nikita Popov | 2018-01-12 | 2 | -1/+21 |
* | | | Merge branch 'PHP-7.2' | Anatol Belski | 2018-01-12 | 2 | -6/+29 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-01-12 | 2 | -6/+29 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #75774 imap_append HeapCorruction | Anatol Belski | 2018-01-12 | 2 | -6/+29 |
* | | | Merge branch 'PHP-7.2' | Anatol Belski | 2018-01-12 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-01-12 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Unify EOL | Anatol Belski | 2018-01-12 | 1 | -53/+53 |
| | * | Extend test, latest cURL ships also with smb and smbs | Anatol Belski | 2018-01-12 | 1 | -1/+1 |
* | | | Cleanup (at persistence stage we may get only "user" functions; regular op_ar... | Dmitry Stogov | 2018-01-12 | 2 | -21/+32 |
* | | | Add missing clean sections | Anatol Belski | 2018-01-12 | 3 | -0/+12 |
* | | | Use ZEND_CLOSURE_OBJECT() macro to resolve closure op_array to closure object... | Dmitry Stogov | 2018-01-11 | 1 | -1/+1 |
* | | | Get rid of zend_op_array.early_binding | Dmitry Stogov | 2018-01-11 | 8 | -27/+24 |
* | | | Revert "Use ZEND_CLOSURE_OBJECT() macro to resolve closure op_array to closur... | Dmitry Stogov | 2018-01-11 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.2' | Anatol Belski | 2018-01-11 | 1 | -4/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-01-11 | 1 | -4/+1 |
| |\ \ | | |/ | |||||
| | * | Fix test for libtidy 5.6.0 | Anatol Belski | 2018-01-11 | 1 | -4/+1 |
| | * | Backport narrowing fix to 7.1 | Nikita Popov | 2018-01-09 | 1 | -0/+18 |
* | | | Use ZEND_CLOSURE_OBJECT() macro to resolve closure op_array to closure object... | Dmitry Stogov | 2018-01-11 | 1 | -1/+1 |
* | | | Revert "Add possibility to lower timer resolution" | Anatol Belski | 2018-01-11 | 3 | -79/+1 |
* | | | Add possibility to lower timer resolution | Anatol Belski | 2018-01-10 | 3 | -1/+79 |
* | | | minor optimize on strstr | Xinchen Hui | 2018-01-10 | 1 | -7/+5 |
* | | | Remove HashTable holes in functions and class tables. | Dmitry Stogov | 2018-01-10 | 2 | -6/+12 |
* | | | Merge branch 'PHP-7.2' | Xinchen Hui | 2018-01-09 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2018-01-09 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #75781 (substr_count incorrect result) | Xinchen Hui | 2018-01-09 | 1 | -1/+1 |
| * | | Fixed possible incorrect "mark" usage | Dmitry Stogov | 2018-01-09 | 1 | -0/+5 |
* | | | Merge branch 'master' of git.php.net:/php-src | Xinchen Hui | 2018-01-08 | 8 | -10/+324 |
|\ \ \ | |||||
| * | | | Implement high resolution monotonic timer function hrtime() | Anatol Belski | 2018-01-07 | 8 | -10/+324 |
* | | | | remove false dup | Xinchen Hui | 2018-01-08 | 1 | -10/+5 |
|/ / / | |||||
* | | | Use stack allocated zvals | Xinchen Hui | 2018-01-07 | 2 | -5/+2 |
* | | | Use GC_ADDREF | Xinchen Hui | 2018-01-07 | 1 | -7/+7 |
* | | | Fixed bug while dealing with ADD_ARRAY_ELEMENT against an existing const array | Xinchen Hui | 2018-01-07 | 2 | -8/+67 |
* | | | Avoid abs() type mismatch warnings | David Carlier | 2018-01-06 | 1 | -5/+5 |
* | | | net/if.h requires sys/socket.h on OpenBSD | David Carlier | 2018-01-06 | 1 | -1/+8 |
* | | | Remove trailing whitespace in C++ files | Gabriel Caruso | 2018-01-06 | 1 | -9/+9 |
* | | | Merge branch 'master' of git.php.net:/php-src | Xinchen Hui | 2018-01-05 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | Fixed typo | Kalle Sommer Nielsen | 2018-01-05 | 1 | -2/+2 |
* | | | | Change assertion | Xinchen Hui | 2018-01-05 | 1 | -1/+1 |
|/ / / | |||||
* | | | Optimized FETCH_CLASS before INSTANCEOF out if possible | Xinchen Hui | 2018-01-05 | 3 | -0/+64 |
* | | | Fixed test | Xinchen Hui | 2018-01-05 | 1 | -1/+1 |