summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Implemented builtin instruction for strlen()Dmitry Stogov2014-07-143-0/+17
* Fixed ZTS buildDmitry Stogov2014-07-145-7/+7
* Merge branch 'master' into phpngDmitry Stogov2014-07-147-11/+52
|\
| * Merge branch 'PHP-5.6'Daniel Lowrey2014-07-121-2/+9
| |\
| | * Bug #67609: TLS connections fail behind HTTP proxyDaniel Lowrey2014-07-121-2/+9
| * | Merge branch 'PHP-5.6'Tjerk Meesters2014-07-124-8/+37
| |\ \ | | |/
| | * Merge branch 'PHP-5.5' into PHP-5.6Tjerk Meesters2014-07-124-8/+37
| | |\
| | | * Merge branch 'PHP-5.4' into PHP-5.5Tjerk Meesters2014-07-124-8/+37
| | | |\
| | | | * Fix for bug #34407 - ucwords and title caseTjerk Meesters2014-07-124-8/+37
| * | | | Test output relies on expose_php being onRasmus Lerdorf2014-07-111-0/+2
| * | | | 1.2 is a problematic float to print outRasmus Lerdorf2014-07-111-0/+2
* | | | | Implemented builtin instruction for strlen()Dmitry Stogov2014-07-112-1/+15
* | | | | Fast parameter parsing APIDmitry Stogov2014-07-1112-22/+571
* | | | | Optimized array_map() and array_combine()Dmitry Stogov2014-07-111-107/+136
* | | | | Implement call_user_func() and call_user_func_array() using special opcodes.Dmitry Stogov2014-07-111-0/+1
* | | | | Changed zend_make_printable_zval() to return "use_copy" instead of additional...Dmitry Stogov2014-07-094-9/+7
* | | | | Merge branch 'phpng' of https://git.php.net/repository/php-src into phpngXinchen Hui2014-07-0918-118/+170
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into phpngDmitry Stogov2014-07-093-5/+32
| |\ \ \ \ \ | | |/ / / /
| * | | | | Partial fix that allows internal constructors to set $this to null.Dmitry Stogov2014-07-0910-8/+53
| * | | | | TypoDmitry Stogov2014-07-092-5/+5
| * | | | | Fixed IntlCalendar::toDateTime()Dmitry Stogov2014-07-081-2/+4
| * | | | | Separate argument passed by referenceDmitry Stogov2014-07-085-5/+6
| * | | | | Separate argumentDmitry Stogov2014-07-081-1/+1
| * | | | | Fixed attempt to modify immutable arrayDmitry Stogov2014-07-081-97/+101
* | | | | | Merge branch 'master' into phpngXinchen Hui2014-07-097-9/+40
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'PHP-5.6'Xinchen Hui2014-07-094-4/+8
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2014-07-094-4/+8
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | Fixed tests affect by local iniXinchen Hui2014-07-094-4/+8
| | | | |/ / | | | |/| |
| | | * | | fix unstable testStanislav Malyshev2014-07-081-1/+1
| * | | | | Merge branch 'PHP-5.6'Stanislav Malyshev2014-07-081-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-07-081-1/+1
| | |\ \ \ \
| | | * \ \ \ Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-07-081-1/+1
| | | |\ \ \ \ | | | | |/ / / | | | |/| | / | | | | | |/ | | | | |/|
| | | | * | fix unstable testStanislav Malyshev2014-07-081-1/+1
| | | * | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-07-081-0/+1
| | | |\ \ \ | | | | |/ /
| | | | * | Fix bug #67587: Redirection loop on nginx with FPMChristian Weiske2014-07-081-0/+1
| | | | * | Backported the patch from bug #67407 into 5.4Anatol Belski2014-07-081-1/+33
| * | | | | Merge branch 'PHP-5.6'Stanislav Malyshev2014-07-081-0/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fix bug #67587: Redirection loop on nginx with FPMChristian Weiske2014-07-081-0/+1
| | * | | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-07-081-4/+30
| | |\ \ \ \ | | | |/ / /
| | | * | | Backported the patch from bug #67407 into 5.5+Anatol Belski2014-07-081-4/+30
| * | | | | Merge branch 'pull-request/691'Anatol Belski2014-07-081-4/+30
| |\ \ \ \ \
| | * | | | | Update info.cChristian Wenz2014-06-101-4/+30
* | | | | | | Use ZEND_HASH_FOREACH_* macrosXinchen Hui2014-07-091-18/+5
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'master' into phpngDmitry Stogov2014-07-0816-24/+42
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix still broken session test. Only return true/false.Sara Golemon2014-07-071-1/+1
| * | | | | Followup fix to custom session save handlersSara Golemon2014-07-0714-16/+34
| * | | | | Merge branch 'PHP-5.6'Stanislav Malyshev2014-07-071-0/+25
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-07-071-0/+25
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | create locales and re-add testStanislav Malyshev2014-07-071-0/+25
| * | | | | Merge branch 'PHP-5.6'Stanislav Malyshev2014-07-071-25/+0
| |\ \ \ \ \ | | |/ / / /