Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | fixed refcounting | Dmitry Stogov | 2014-05-15 | 1 | -1/+1 | |
| * | | Merge branch 'phpng' of git.php.net:php-src into phpng | Dmitry Stogov | 2014-05-15 | 3 | -5/+6 | |
| |\ \ | ||||||
| * | | | Fixed destructive assignment | Dmitry Stogov | 2014-05-15 | 1 | -3/+7 | |
* | | | | forgot that hash uses ending 0 | Pierre Joye | 2014-05-15 | 1 | -2/+2 | |
* | | | | fix ts build | Pierre Joye | 2014-05-15 | 1 | -1/+1 | |
| |/ / |/| | | ||||||
* | | | fix leak | Pierre Joye | 2014-05-15 | 1 | -1/+3 | |
* | | | Merge branch 'phpng' of git.php.net:php-src into phpng | Pierre Joye | 2014-05-15 | 1 | -2/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch 'phpng' of git.php.net:php-src into phpng | Dmitry Stogov | 2014-05-15 | 4 | -5/+5 | |
| |\ \ | ||||||
| * | | | Fixed get_zval_property() | Dmitry Stogov | 2014-05-15 | 1 | -2/+3 | |
* | | | | zend_hash_del>zend_hash_str_del | Pierre Joye | 2014-05-15 | 1 | -2/+2 | |
* | | | | unused local var | Pierre Joye | 2014-05-15 | 1 | -2/+1 | |
| |/ / |/| | | ||||||
* | | | Merge branch 'phpng' of git.php.net:php-src into phpng | Pierre Joye | 2014-05-15 | 6 | -105/+49 | |
|\ \ \ | |/ / | ||||||
| * | | Fixed reference counting and memory leak | Dmitry Stogov | 2014-05-15 | 1 | -3/+3 | |
| * | | Fixed SOAP error handling | Dmitry Stogov | 2014-05-15 | 2 | -20/+21 | |
| * | | Array with var_args must not be deallocated any more | Dmitry Stogov | 2014-05-15 | 1 | -4/+0 | |
| * | | Allow just set or get context passing NULL pointers | Dmitry Stogov | 2014-05-15 | 1 | -2/+6 | |
| * | | Removed support for old-style resource destructors (only ext/soap used it) | Dmitry Stogov | 2014-05-15 | 3 | -76/+19 | |
| |/ | ||||||
* | | fix invalid use of STR_FREE > efree | Pierre Joye | 2014-05-15 | 1 | -2/+2 | |
* | | RETURN_STRING takes the char* only now (always copied) | Pierre Joye | 2014-05-15 | 1 | -1/+1 | |
* | | RETURN_STRING takes the char* only now | Pierre Joye | 2014-05-15 | 1 | -1/+1 | |
* | | fix build | Pierre Joye | 2014-05-15 | 1 | -1/+1 | |
* | | Merge branch 'phpng' of git.php.net:php-src into phpng | Pierre Joye | 2014-05-15 | 13 | -2671/+2461 | |
|\ \ | |/ | ||||||
| * | ext/soap support for phpng (incomplete - just compilable) | Dmitry Stogov | 2014-05-15 | 13 | -2671/+2461 | |
|/ | ||||||
* | Merge branch 'phpng' of git.php.net:php-src into phpng | Pierre Joye | 2014-05-14 | 82 | -472/+618 | |
|\ | ||||||
| * | Use defined macro | Xinchen Hui | 2014-05-14 | 1 | -14/+1 | |
| * | Refactored tidy (all tests passes) | Xinchen Hui | 2014-05-14 | 3 | -206/+186 | |
| * | Reverted wrong commit | Dmitry Stogov | 2014-05-13 | 1 | -1/+1 | |
| * | Fixed reference counting, IS_REFERENCE and IS_INDIRECT support | Dmitry Stogov | 2014-05-13 | 1 | -2/+12 | |
| * | Terminate string | Dmitry Stogov | 2014-05-13 | 1 | -2/+5 | |
| * | Merge branch 'phpng' of git.php.net:php-src into phpng | Dmitry Stogov | 2014-05-13 | 4 | -5/+9 | |
| |\ | ||||||
| | * | C89 compat | Anatol Belski | 2014-05-13 | 4 | -5/+9 | |
| * | | Fixed curl_close() behavior | Dmitry Stogov | 2014-05-13 | 1 | -1/+3 | |
| |/ | ||||||
| * | Merge branch 'master' into phpng | Dmitry Stogov | 2014-05-13 | 66 | -246/+402 | |
| |\ | ||||||
| | * | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2014-05-12 | 1 | -3/+4 | |
| | |\ | ||||||
| | | * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-05-12 | 1 | -3/+4 | |
| | | |\ | ||||||
| | | | * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2014-05-12 | 1 | -3/+5 | |
| | | | |\ | ||||||
| | | | | * | fix test - output can be chunked | Stanislav Malyshev | 2014-05-12 | 1 | -3/+5 | |
| | | * | | | fix test | Stanislav Malyshev | 2014-05-12 | 1 | -0/+1 | |
| | * | | | | fix test | Stanislav Malyshev | 2014-05-12 | 1 | -0/+1 | |
| | * | | | | Merge branch 'PHP-5.6' | Yasuo Ohgaki | 2014-05-12 | 2 | -1/+3 | |
| | |\ \ \ \ | | | |/ / / | ||||||
| | | * | | | Fixed test for commit 997be125eb0228c5b1b6dd278f617791e71192c6 | Yasuo Ohgaki | 2014-05-12 | 1 | -1/+2 | |
| | | * | | | Add bug fix to NEWS | Yasuo Ohgaki | 2014-05-12 | 1 | -0/+3 | |
| | | * | | | Update UPGRADING according to bug fix | Yasuo Ohgaki | 2014-05-12 | 1 | -0/+2 | |
| | | * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-05-11 | 45 | -187/+231 | |
| | | |\ \ \ | | | | |/ / | ||||||
| | | | * | | improve CURL tests to allow testing without separate server | Stanislav Malyshev | 2014-05-11 | 45 | -187/+229 | |
| | * | | | | fix test | Stanislav Malyshev | 2014-05-11 | 1 | -0/+1 | |
| | * | | | | improve CURL tests to allow testing without separate server | Stanislav Malyshev | 2014-05-11 | 45 | -187/+229 | |
| | * | | | | Merge branch 'PHP-5.6' | Yasuo Ohgaki | 2014-05-12 | 1 | -2/+2 | |
| | |\ \ \ \ | | | |/ / / | ||||||
| | | * | | | Fixed bug #67199 mb_regex_encoding mishmash | Yasuo Ohgaki | 2014-05-12 | 1 | -2/+2 | |
| | * | | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2014-05-11 | 5 | -23/+80 | |
| | |\ \ \ \ | | | |/ / / |