Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid in-place modification | Dmitry Stogov | 2014-05-30 | 1 | -1/+6 |
* | Introduced immutable arrays. They don't need to be copyed and may be used dir... | Dmitry Stogov | 2014-05-29 | 9 | -47/+127 |
* | Fix length reset in JSON parser | Nikita Popov | 2014-05-29 | 1 | -1/+1 |
* | Fix $http_response_header creation | Nikita Popov | 2014-05-29 | 1 | -1/+1 |
* | Fixed conversion to phpng mistakes | Dmitry Stogov | 2014-05-28 | 1 | -2/+2 |
* | Use zend_long_to_str in wddx | Nikita Popov | 2014-05-28 | 1 | -6/+3 |
* | Use zval_get_string in implode | Nikita Popov | 2014-05-28 | 1 | -17/+6 |
* | Use smart_str_append_long in implode | Nikita Popov | 2014-05-28 | 1 | -5/+2 |
* | Use zend_long_to_str in curl | Nikita Popov | 2014-05-28 | 1 | -13/+5 |
* | Use zend_long_to_str in pcntl | Nikita Popov | 2014-05-28 | 1 | -3/+1 |
* | Use new zend_hash API | Dmitry Stogov | 2014-05-28 | 1 | -11/+7 |
* | Use new zend_hash API | Dmitry Stogov | 2014-05-28 | 1 | -4/+2 |
* | Use new zend_hash API | Dmitry Stogov | 2014-05-28 | 1 | -25/+6 |
* | Use new zend_hash API | Dmitry Stogov | 2014-05-28 | 1 | -31/+23 |
* | Use new zend_hash API | Dmitry Stogov | 2014-05-28 | 1 | -37/+12 |
* | Use new zend_hash API | Dmitry Stogov | 2014-05-28 | 1 | -29/+7 |
* | Use extended iteration API to avoid in-place modification | Dmitry Stogov | 2014-05-28 | 1 | -7/+9 |
* | Use extended iteration API to avoid in-place modification | Dmitry Stogov | 2014-05-28 | 1 | -3/+4 |
* | Use new zend_hash API | Dmitry Stogov | 2014-05-28 | 1 | -17/+18 |
* | Avoid in-place modification | Dmitry Stogov | 2014-05-28 | 1 | -3/+9 |
* | Use new zend_hash API | Dmitry Stogov | 2014-05-28 | 1 | -87/+72 |
* | Avoid in-place modification | Dmitry Stogov | 2014-05-28 | 1 | -14/+11 |
* | Reference counter in phpng may have a bit different meaning and must not be t... | Dmitry Stogov | 2014-05-28 | 2 | -5/+5 |
* | Use new zend_hash API | Dmitry Stogov | 2014-05-28 | 1 | -130/+103 |
* | Avoid in-place conversion | Dmitry Stogov | 2014-05-28 | 1 | -4/+4 |
* | Fixed refcounting | Dmitry Stogov | 2014-05-28 | 1 | -1/+1 |
* | Fixed bug #47407 | Xinchen Hui | 2014-05-27 | 2 | -3/+3 |
* | Use specialized functions instead of macros | Dmitry Stogov | 2014-05-26 | 1 | -60/+76 |
* | Merge branch 'master' into phpng | Xinchen Hui | 2014-05-26 | 1 | -0/+25 |
|\ | |||||
| * | Merge branch 'PHP-5.6' | Xinchen Hui | 2014-05-26 | 1 | -0/+25 |
| |\ | |||||
| | * | Merge branch 'PHP-5.5' into PHP-5.6 | Xinchen Hui | 2014-05-26 | 1 | -0/+25 |
| | |\ | |||||
| | | * | Update NEWs and add a test | Xinchen Hui | 2014-05-26 | 1 | -0/+25 |
* | | | | Merge branch 'phpng' of git.php.net:php-src into phpng | Dmitry Stogov | 2014-05-26 | 5 | -73/+81 |
|\ \ \ \ | |||||
| * | | | | Finished persistent PDO implement | Xinchen Hui | 2014-05-26 | 5 | -73/+81 |
* | | | | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-05-26 | 56 | -427/+596 |
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | |||||
| * | | | Merge branch 'PHP-5.6' | Dmitry Stogov | 2014-05-26 | 1 | -4/+25 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-5.5' into PHP-5.6 | Dmitry Stogov | 2014-05-26 | 1 | -4/+25 |
| | |\ \ | | | |/ | |||||
| | | * | Fixed issue #183 (TMP_VAR is not only used once) | Dmitry Stogov | 2014-05-26 | 1 | -4/+25 |
| * | | | Merge branch 'new-tests' of https://github.com/SammyK/php-src | Xinchen Hui | 2014-05-24 | 2 | -0/+101 |
| |\ \ \ | |||||
| | * | | | Added tests for ZipArchive::addGlob() and ZipArchive::addPattern() | Sammy Kaye Powers | 2014-05-23 | 2 | -0/+101 |
| * | | | | Merge branch 'PHP-5.6' | Adam Harvey | 2014-05-23 | 3 | -30/+30 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Adam Harvey | 2014-05-23 | 3 | -30/+30 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | Further test fixes for the fdb2709 breakage. | Adam Harvey | 2014-05-23 | 2 | -20/+20 |
| | | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Adam Harvey | 2014-05-23 | 1 | -10/+10 |
| | | |\ \ | |||||
| | | | * | | Fix broken test caused by fdb2709. | Adam Harvey | 2014-05-23 | 1 | -10/+10 |
| | | | |/ | |||||
| * | | | | Merge branch 'PHP-5.6' | Adam Harvey | 2014-05-21 | 48 | -384/+412 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Adam Harvey | 2014-05-21 | 48 | -384/+412 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Adam Harvey | 2014-05-21 | 47 | -383/+411 |
| | | |\ \ | | | | |/ | |||||
| | | | * | Add microseconds to the serialised form of DateTime objects. | Adam Harvey | 2014-05-21 | 47 | -383/+411 |
| * | | | | Merge branch 'PHP-5.6' | Matteo Beccati | 2014-05-21 | 1 | -8/+27 |
| |\ \ \ \ | | |/ / / |