summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-04-031-1/+1
|\
| * Fix #64572: Clean up after the testptarjan2013-04-031-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-04-032-4/+4
|\ \ | |/
| * Use new constant replace ugly trickXinchen Hui2013-04-031-4/+1
| * Add CURL_WRAPPERS_ENABLE constantXinchen Hui2013-04-031-0/+3
* | Fixed ZTS buildDmitry Stogov2013-04-011-2/+2
* | Fixed bug parameter is casted to string of array_columnXinchen Hui2013-04-012-18/+79
* | Fixed issue #79 (Optimization Problem/Bug)Dmitry Stogov2013-04-012-0/+46
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-03-311-2/+10
|\ \ | |/
| * Skip test when --with-curlwrappers enabled.Xinchen Hui2013-03-311-2/+10
* | Fix typo (it's in DateTime::__wakeup)Xinchen Hui2013-03-311-1/+1
* | Updated test case and added BFN to NEWS.Derick Rethans2013-03-311-2/+16
* | Bug #60774 (DateInterval::format("%a") is always zero when an interval isEC2 Default User2013-03-313-0/+32
* | Added the new .c files as well as they are not automatically regenerated.Derick Rethans2013-03-312-186/+116
* | Rebased to PHP-5.4Lonny Kapelushnik2013-03-315-71/+46
* | Made separate tests for each TZ typeLonny Kapelushnik2013-03-316-44/+124
* | Fixed the test to use %d instead of an actual numberLonny Kapelushnik2013-03-311-3/+3
* | Bug 54567 DateTimeZone serialize/unserializeLonny Kapelushnik2013-03-3110-31/+241
* | Merge branch 'splitting-out-date-time-immutable' into PHP-5.5Derick Rethans2013-03-319-131/+154
|\ \
| * | Make DateTime and DateTimeImmutable siblings.Derick Rethans2013-03-319-131/+154
* | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-03-303-3/+101
|\ \ \ | | |/ | |/|
| * | Fix bug #64433: does not follow redirects for non-3xx response codesSergey Akbarov2013-03-303-3/+101
* | | Fix "passing NULL to non-pointer argument" warnings in intlNikita Popov2013-03-291-5/+5
| |/ |/|
* | Fix whitespace issue in the SOAP testNikita Popov2013-03-281-1/+1
* | Fix SOAP testNikita Popov2013-03-281-5/+0
* | Fix tests after addition of ^ (xor) operator to iniNikita Popov2013-03-282-38/+34
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-03-281-1/+1
|\ \ | |/
| * Typo fix (greater then => greater than)Veres Lajos2013-03-281-1/+1
* | don't optimize script if it's not going to be cachedDmitry Stogov2013-03-281-1/+5
* | Reimplemented OPcache restart trigger. Now, if memory or hash are full the re...Dmitry Stogov2013-03-284-26/+47
* | Fixed issue #78 (incorrect file path validation)Dmitry Stogov2013-03-281-20/+35
* | Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5Dmitry Stogov2013-03-271-1/+0
|\ \
| * | Remove unused variableDavid Soria Parra2013-03-271-1/+0
* | | Fixed issue #74 (Allowed per request OPcache disabling)Dmitry Stogov2013-03-271-1/+30
|/ /
* | Fixed issue #76 (actually we don't need zend_shared_memory_block_header at all)Dmitry Stogov2013-03-273-16/+4
* | Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5Dmitry Stogov2013-03-271-0/+3
|\ \
| * | add WebP support in phpinfoPierre Joye2013-03-271-0/+3
* | | Added description for opcache.enable_cliDmitry Stogov2013-03-271-1/+5
|/ /
* | add windows 8 and windows server 2012Pierre Joye2013-03-271-1/+7
* | FALSE on errorPierre Joye2013-03-271-1/+1
* | fix regression, take #2 (merge issue due to git 1.8 default setting changes)Pierre Joye2013-03-263-1/+6
* | back to dev (7.0.2-dev)Dmitry Stogov2013-03-251-1/+1
* | Fixed copy/paste mistakeDmitry Stogov2013-03-251-1/+1
* | Fixed bug #64482 (Opcodes for dynamic includes should not be cached)Dmitry Stogov2013-03-253-1/+28
* | Separate "start_time" from "last_restart_time"Dmitry Stogov2013-03-253-1/+4
* | Fixed PHP-5.2 ZTS compatibilityDmitry Stogov2013-03-254-1/+29
* | 7.0.1 releaseDmitry Stogov2013-03-251-1/+1
* | make it int mainStanislav Malyshev2013-03-241-1/+1
* | fix return valueStanislav Malyshev2013-03-241-1/+1
* | add code to check if we know flock definition on this systemStanislav Malyshev2013-03-241-0/+33