summaryrefslogtreecommitdiff
path: root/ext/opcache
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.5'Dmitry Stogov2013-08-292-8/+44
|\
| * Fixed bug #65510 (5.5.2 crashes in _get_zval_ptr_ptr_var)Dmitry Stogov2013-08-292-8/+44
* | Merge branch 'PHP-5.5'Dmitry Stogov2013-08-291-1/+4
|\ \ | |/
| * Fixed compatibility with php-5.2Dmitry Stogov2013-08-291-1/+4
* | Merge branch 'PHP-5.5'Dmitry Stogov2013-08-291-2/+2
|\ \ | |/
| * Fixed bug #65561 (Zend Opcache on Solaris 11 x86 needs ZEND_MM_ALIGNMENT=4). ...Dmitry Stogov2013-08-291-2/+2
* | Merge branch 'PHP-5.5'Dmitry Stogov2013-08-261-1/+0
|\ \ | |/
| * Fixed compilation warningDmitry Stogov2013-08-261-1/+0
* | Merge branch 'PHP-5.5'Dmitry Stogov2013-08-092-0/+81
|\ \ | |/
| * Replce ZEND_FETCH_* instructions with IS_CV if possibleDmitry Stogov2013-08-092-0/+81
* | Merge branch 'PHP-5.5'Christopher Jones2013-08-061-1/+1
|\ \ | |/
| * Fix long-standing visual pain point: the misalignment of './configure help' t...Christopher Jones2013-08-061-1/+1
* | Merge branch 'PHP-5.5'Dmitry Stogov2013-07-313-0/+37
|\ \ | |/
| * Added opcache.restrict_api configuration directive that may limit usage of OP...Dmitry Stogov2013-07-313-0/+37
* | Merge branch 'PHP-5.5'Dmitry Stogov2013-07-311-0/+8
|\ \ | |/
| * Fixed php-5.2 supportDmitry Stogov2013-07-311-0/+8
* | Merge branch 'PHP-5.5'Dmitry Stogov2013-07-314-36/+126
|\ \ | |/
| * Added support for glob symbols in blacklist entries (?, *, **)Dmitry Stogov2013-07-314-36/+126
* | Merge branch 'PHP-5.5'Dmitry Stogov2013-07-301-39/+47
|\ \ | |/
| * Improved implementation of NOP removal pass from O(n^2) to O(n) (hnw)Dmitry Stogov2013-07-301-39/+47
* | Merge branch 'PHP-5.5'Dmitry Stogov2013-07-301-1/+3
|\ \ | |/
| * A minor fix for configure outpu (Tony)Dmitry Stogov2013-07-301-1/+3
* | Merge branch 'PHP-5.5'Dmitry Stogov2013-07-303-5/+9
|\ \ | |/
| * Fixed bug #65338 (Enabling both php_opcache and php_wincache AVs on shutdown).Dmitry Stogov2013-07-303-5/+9
* | Merge branch 'PHP-5.5'Dmitry Stogov2013-07-282-1/+5
|\ \ | |/
| * Merge from GitHubDmitry Stogov2013-07-282-1/+5
| * typo fixesVeres Lajos2013-07-152-3/+3
* | typo fixesVeres Lajos2013-07-152-3/+3
* | typos (orig)Veres Lajos2013-07-151-2/+2
* | Merge branch 'PHP-5.5'Xinchen Hui2013-06-251-0/+4
|\ \ | |/
| * Fixed bug #64827 Segfault in zval_mark_grey (zend_gc.c)Xinchen Hui2013-06-251-0/+4
* | Merge branch 'PHP-5.5'Dmitry Stogov2013-06-241-1/+2
|\ \ | |/
| * OPcache must be compatible with LiteSpeed SAPIDmitry Stogov2013-06-241-1/+2
* | Merge branch 'PHP-5.5'Stanislav Malyshev2013-06-101-2/+2
|\ \ | |/
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-2/+2
* | Merge branch 'PHP-5.5'Dmitry Stogov2013-06-101-2/+4
|\ \ | |/
| * Fixed commentsDmitry Stogov2013-06-101-2/+4
* | Merge branch 'PHP-5.5'Dmitry Stogov2013-06-101-1/+3
|\ \ | |/
| * Avoid multiple allocations of the same key in different processesDmitry Stogov2013-06-101-1/+3
* | Merge branch 'PHP-5.5'Dmitry Stogov2013-06-103-0/+52
|\ \ | |/
| * Compact HashTables before storing them in shared memoryDmitry Stogov2013-06-103-0/+52
* | Merge branch 'PHP-5.5'Dmitry Stogov2013-06-101-2/+2
|\ \ | |/
| * Use size_t instead of intDmitry Stogov2013-06-101-2/+2
| * Use size_t everywhere insteadRasmus Lerdorf2013-05-293-4/+4
| * This needs to be a longRasmus Lerdorf2013-05-292-3/+3
* | Use size_t everywhere insteadRasmus Lerdorf2013-05-293-4/+4
* | This needs to be a longRasmus Lerdorf2013-05-292-3/+3
* | Merge branch 'PHP-5.5'Dmitry Stogov2013-05-291-1/+5
|\ \ | |/
| * Fixed crash during search in empty persistent HashTableDmitry Stogov2013-05-281-1/+5
* | Merge branch 'PHP-5.5'Dmitry Stogov2013-04-291-2/+3
|\ \ | |/