Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bugs in pdo_mysql | Xinchen Hui | 2014-05-08 | 4 | -13/+20 |
| | |||||
* | Revert "Going to refactor mysqlnd" | Xinchen Hui | 2014-05-08 | 5 | -64/+264 |
| | | | | This reverts commit 37d9f1e6e91856922726fb950bd3f3e88ed68efb. | ||||
* | Fixed resource destruction | Dmitry Stogov | 2014-05-08 | 5 | -9/+15 |
| | |||||
* | We shouldn't modify strings in-place (it may be interned strings stored in SHN) | Dmitry Stogov | 2014-05-07 | 1 | -4/+1 |
| | |||||
* | Interned strings must not be modified in-place | Dmitry Stogov | 2014-05-07 | 2 | -1/+5 |
| | | | | MAKE_COPY_ZVAL() should be changed into ZVAL_DUP() | ||||
* | Going to refactor mysqlnd | Xinchen Hui | 2014-05-07 | 5 | -264/+64 |
| | |||||
* | Fixed ext/fileinfo conversion mistakes | Dmitry Stogov | 2014-05-07 | 1 | -14/+29 |
| | |||||
* | Fixed bug introduced during conversion to "phpng" | Dmitry Stogov | 2014-05-07 | 1 | -1/+2 |
| | |||||
* | Initialize "retval" | Dmitry Stogov | 2014-05-07 | 1 | -27/+10 |
| | |||||
* | Merge branch 'phpng' of git.php.net:php-src into phpng | Dmitry Stogov | 2014-05-07 | 1 | -2/+2 |
|\ | | | | | | | | | * 'phpng' of git.php.net:php-src: fix exif, thnx laruence | ||||
| * | Merge branch 'phpng' of git.php.net:php-src into phpng | krakjoe | 2014-05-07 | 7 | -317/+280 |
| |\ | |||||
| * | | fix exif, thnx laruence | krakjoe | 2014-05-07 | 1 | -2/+2 |
| | | | |||||
* | | | Re-applyed Bob's patch with minor fixes | Dmitry Stogov | 2014-05-07 | 15 | -213/+113 |
| |/ |/| | |||||
* | | Prefer the macro we defined | Xinchen Hui | 2014-05-07 | 1 | -11/+7 |
| | | |||||
* | | Rerevert previous commit to phpt by accident | Xinchen Hui | 2014-05-07 | 2 | -6/+6 |
| | | |||||
* | | Merge branch 'phpng' of git.php.net:php-src into phpng | Xinchen Hui | 2014-05-07 | 1 | -39/+39 |
|\ \ | |/ | |||||
| * | phpng updates for exif | krakjoe | 2014-05-07 | 1 | -39/+39 |
| | | |||||
* | | Refactored filter | Xinchen Hui | 2014-05-07 | 9 | -312/+279 |
|/ | |||||
* | Merge branch 'phpng' of git.php.net:php-src into phpng | Xinchen Hui | 2014-05-07 | 1 | -0/+1 |
|\ | |||||
| * | -- missing length declaration, may have worked w/some gcc as length is not ↵ | Pierre Joye | 2014-05-07 | 1 | -0/+1 |
| | | | | | | | | used in the macro but still need it, ifdef just make code uncertain. will get opt out anyway if not used | ||||
* | | Refactor fileinfo | Xinchen Hui | 2014-05-07 | 4 | -211/+153 |
|/ | |||||
* | Fixed reference handling(param->parameter) | Xinchen Hui | 2014-05-07 | 1 | -20/+39 |
| | |||||
* | Refactor pdo_mysql(incompleted, some tests failed due to no mysqlnd) | Xinchen Hui | 2014-05-07 | 4 | -59/+60 |
| | |||||
* | Reverted Bob's patch (it breaks many tests when run with opcache and needs ↵ | Dmitry Stogov | 2014-05-07 | 17 | -108/+212 |
| | | | | to be fixed first). | ||||
* | Added support for ext/openssl | Dmitry Stogov | 2014-05-07 | 2 | -617/+566 |
| | |||||
* | Add tests for previous commit | Nikita Popov | 2014-05-06 | 1 | -0/+29 |
| | |||||
* | Fix parse_method_params | Nikita Popov | 2014-05-06 | 1 | -1/+6 |
| | |||||
* | Fix error message in parse_method_params | Nikita Popov | 2014-05-06 | 1 | -1/+1 |
| | |||||
* | Remove dead code from ZEND_THROW | Nikita Popov | 2014-05-06 | 2 | -25/+5 |
| | | | | | The IS_CONST case always throws an E_ERROR two lines above that, so no need to handle it further. | ||||
* | Fix throw by reference | Nikita Popov | 2014-05-06 | 2 | -3/+3 |
| | | | | Reported by Timm Friebe | ||||
* | Sync zend_is_true with convert_to_boolean (fixes GMP test) | Nikita Popov | 2014-05-06 | 1 | -0/+2 |
| | |||||
* | Port ext/gmp (one failure) | Nikita Popov | 2014-05-06 | 1 | -115/+94 |
| | |||||
* | Fix ZTS build | Nikita Popov | 2014-05-06 | 1 | -1/+1 |
| | |||||
* | Removed now superfluous #define IS_CONSTANT_ARRAY_EX | Bob Weinand | 2014-05-06 | 1 | -1/+0 |
| | |||||
* | Re-added fix for bug #66015 and adapted for phpng branch | Bob Weinand | 2014-05-06 | 17 | -211/+108 |
| | |||||
* | Fixed incorrect boolean IS_FALSE/IS_TRUE handling | Dmitry Stogov | 2014-05-06 | 1 | -1/+1 |
| | |||||
* | Fixed memory leaks | Dmitry Stogov | 2014-05-06 | 3 | -13/+15 |
| | |||||
* | Fixed support for references and proper string lengths | Dmitry Stogov | 2014-05-06 | 1 | -11/+13 |
| | |||||
* | added support for ext/posix | Dmitry Stogov | 2014-05-06 | 1 | -21/+20 |
| | |||||
* | Added support for ext/pcntl (incomplete; ext/posix required to run all tests) | Dmitry Stogov | 2014-05-06 | 1 | -41/+39 |
| | |||||
* | ... | krakjoe | 2014-05-06 | 1 | -1/+1 |
| | |||||
* | Merge branch 'phpng' of git.php.net:php-src into phpng | krakjoe | 2014-05-06 | 6 | -55/+59 |
|\ | |||||
| * | Added support for apache and apache2handler SAPIs (They seem slower than ↵ | Dmitry Stogov | 2014-05-06 | 5 | -55/+58 |
| | | | | | | | | FastCGI) | ||||
| * | Mark all strings stored in SHM as IS_INTERNED to avoid refcounting | Dmitry Stogov | 2014-05-06 | 1 | -0/+1 |
| | | |||||
* | | fix leaks in here | krakjoe | 2014-05-06 | 1 | -5/+13 |
|/ | |||||
* | fix for phpng, failing RFC2144 test | krakjoe | 2014-05-06 | 2 | -51/+51 |
| | |||||
* | Merge branch 'phpng' of git.php.net:php-src into phpng | krakjoe | 2014-05-06 | 6 | -9/+38 |
|\ | |||||
| * | Fix argument, cur_method_ref->class_name is a zend_string | Hannes Magnusson | 2014-05-05 | 1 | -1/+1 |
| | | |||||
| * | Added comment with problem description and two soltions | Dmitry Stogov | 2014-05-06 | 1 | -0/+15 |
| | | |||||
| * | Fixed memory leaks | Dmitry Stogov | 2014-05-06 | 1 | -1/+6 |
| | |