summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Added ZEND_API zend_cpu_supportsXinchen Hui2018-01-161-5/+4
* Added missed PHPAPIXinchen Hui2018-01-151-1/+1
* Merge branch 'PHP-7.2'Anatol Belski2018-01-151-1/+6
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-01-151-1/+6
| |\
| | * Allow pecl like usage in ext/phar, closes #2955Anatol Belski2018-01-151-1/+6
* | | Optimized php_addslashes with SSE4.2 instructionsXinchen Hui2018-01-151-3/+213
* | | Add test for bug #66960Bishop Bettini2018-01-151-0/+24
* | | Fix #75765 Exception on extend of undefined classtimurib2018-01-121-1/+12
* | | Don't directly access refcount in interbaseNikita Popov2018-01-121-2/+2
* | | Merge branch 'PHP-7.2'Nikita Popov2018-01-122-1/+22
|\ \ \ | |/ /
| * | Fixed bug #75653Nikita Popov2018-01-122-1/+21
* | | Merge branch 'PHP-7.2'Anatol Belski2018-01-122-6/+29
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-01-122-6/+29
| |\ \ | | |/
| | * Fixed bug #75774 imap_append HeapCorructionAnatol Belski2018-01-122-6/+29
* | | Merge branch 'PHP-7.2'Anatol Belski2018-01-121-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-01-121-1/+1
| |\ \ | | |/
| | * Unify EOLAnatol Belski2018-01-121-53/+53
| | * Extend test, latest cURL ships also with smb and smbsAnatol Belski2018-01-121-1/+1
* | | Cleanup (at persistence stage we may get only "user" functions; regular op_ar...Dmitry Stogov2018-01-122-21/+32
* | | Add missing clean sectionsAnatol Belski2018-01-123-0/+12
* | | Use ZEND_CLOSURE_OBJECT() macro to resolve closure op_array to closure object...Dmitry Stogov2018-01-111-1/+1
* | | Get rid of zend_op_array.early_bindingDmitry Stogov2018-01-118-27/+24
* | | Revert "Use ZEND_CLOSURE_OBJECT() macro to resolve closure op_array to closur...Dmitry Stogov2018-01-111-1/+1
* | | Merge branch 'PHP-7.2'Anatol Belski2018-01-111-4/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-01-111-4/+1
| |\ \ | | |/
| | * Fix test for libtidy 5.6.0Anatol Belski2018-01-111-4/+1
| | * Backport narrowing fix to 7.1Nikita Popov2018-01-091-0/+18
* | | Use ZEND_CLOSURE_OBJECT() macro to resolve closure op_array to closure object...Dmitry Stogov2018-01-111-1/+1
* | | Revert "Add possibility to lower timer resolution"Anatol Belski2018-01-113-79/+1
* | | Add possibility to lower timer resolutionAnatol Belski2018-01-103-1/+79
* | | minor optimize on strstrXinchen Hui2018-01-101-7/+5
* | | Remove HashTable holes in functions and class tables.Dmitry Stogov2018-01-102-6/+12
* | | Merge branch 'PHP-7.2'Xinchen Hui2018-01-091-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-01-091-1/+1
| |\ \ | | |/
| | * Fixed bug #75781 (substr_count incorrect result)Xinchen Hui2018-01-091-1/+1
| * | Fixed possible incorrect "mark" usageDmitry Stogov2018-01-091-0/+5
* | | Merge branch 'master' of git.php.net:/php-srcXinchen Hui2018-01-088-10/+324
|\ \ \
| * | | Implement high resolution monotonic timer function hrtime()Anatol Belski2018-01-078-10/+324
* | | | remove false dupXinchen Hui2018-01-081-10/+5
|/ / /
* | | Use stack allocated zvalsXinchen Hui2018-01-072-5/+2
* | | Use GC_ADDREFXinchen Hui2018-01-071-7/+7
* | | Fixed bug while dealing with ADD_ARRAY_ELEMENT against an existing const arrayXinchen Hui2018-01-072-8/+67
* | | Avoid abs() type mismatch warningsDavid Carlier2018-01-061-5/+5
* | | net/if.h requires sys/socket.h on OpenBSDDavid Carlier2018-01-061-1/+8
* | | Remove trailing whitespace in C++ filesGabriel Caruso2018-01-061-9/+9
* | | Merge branch 'master' of git.php.net:/php-srcXinchen Hui2018-01-051-2/+2
|\ \ \
| * | | Fixed typoKalle Sommer Nielsen2018-01-051-2/+2
* | | | Change assertionXinchen Hui2018-01-051-1/+1
|/ / /
* | | Optimized FETCH_CLASS before INSTANCEOF out if possibleXinchen Hui2018-01-053-0/+64
* | | Fixed testXinchen Hui2018-01-051-1/+1