Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2013-02-24 | 2 | -10/+44 |
|\ | |||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2013-02-24 | 2 | -10/+44 |
| |\ | | | | | | | | | | | | | Conflicts: ext/spl/spl_fixedarray.c | ||||
| | * | Fixed bug #64264 (SPLFixedArray toArray problem) | Xinchen Hui | 2013-02-24 | 2 | -11/+42 |
| | | | |||||
* | | | sendrecvmsg_shutdown function moved to mshutdown | Gustavo Lopes | 2013-02-24 | 1 | -9/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The function php_socket_sendrecvmsg_shutdown() should have been called in MSHUTDOWN, not RSHUTDOWN. Bug only on TSRM builds. Should fix bug #64287. | ||||
* | | | Fix ext/sockets build with phpize | Gustavo Lopes | 2013-02-24 | 3 | -8/+4 |
| | | | | | | | | | | | | Fixes bug #64285 | ||||
* | | | Fix ext/intl build with phpize | Gustavo Lopes | 2013-02-24 | 1 | -1/+1 |
| | | | | | | | | | | | | Fixes bug #64284. | ||||
* | | | relax the check | Andrey Hristov | 2013-02-22 | 1 | -1/+1 |
| | | | |||||
* | | | Add some parameter checks | Andrey Hristov | 2013-02-22 | 1 | -5/+22 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Johannes Schlüter | 2013-02-21 | 2 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Fix #60840 (undefined symbol: mysqlnd_debug_std_no_trace_funcs) | Johannes Schlüter | 2013-02-21 | 2 | -2/+2 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Johannes Schlüter | 2013-02-21 | 1 | -4/+6 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Johannes Schlüter | 2013-02-21 | 1 | -4/+6 |
| |\ \ | | |/ | |||||
| | * | Fix TSRM (after afc1debb) | Johannes Schlüter | 2013-02-21 | 1 | -4/+6 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Dmitry Stogov | 2013-02-21 | 1 | -2/+5 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.4: PHAR should modify entry timestamp when it's modified | ||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2013-02-21 | 1 | -2/+5 |
| |\ \ | | |/ | | | | | | | | | | * PHP-5.3: PHAR should modify entry timestamp when it's modified | ||||
| | * | PHAR should modify entry timestamp when it's modified | Dmitry Stogov | 2013-02-21 | 1 | -2/+5 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Sara Golemon | 2013-02-21 | 1 | -0/+1 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.4: http-stream test requires network connectivity | ||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Sara Golemon | 2013-02-21 | 1 | -0/+1 |
| |\ \ | | |/ | | | | | | | | | | * PHP-5.3: http-stream test requires network connectivity | ||||
| | * | http-stream test requires network connectivity | Sara Golemon | 2013-02-21 | 1 | -0/+1 |
| | | | |||||
* | | | Merge branch 'bug49348' into PHP-5.5 | Stanislav Malyshev | 2013-02-21 | 6 | -154/+154 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | * bug49348: fix tests fix bug #49348 - issue notice on get_property_ptr_ptr when used for read | ||||
| * | | | fix bug #49348 - issue notice on get_property_ptr_ptr when used for read | Stanislav Malyshev | 2013-02-18 | 6 | -154/+154 |
| | | | | |||||
* | | | | Merge branch 'PHP-5.4' into PHP-5.5 | Dmitry Stogov | 2013-02-20 | 3 | -20/+26 |
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | * PHP-5.4: Fixed external entity loading | ||||
| * | | | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2013-02-20 | 3 | -20/+26 |
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.3: Fixed external entity loading Conflicts: ext/libxml/libxml.c ext/libxml/php_libxml.h | ||||
| | * | | Fixed external entity loading | Dmitry Stogov | 2013-02-20 | 3 | -20/+26 |
| | | | | |||||
* | | | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2013-02-19 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | * PHP-5.4: fix the test for curl 7.29.0+ | ||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatol Belski | 2013-02-19 | 1 | -1/+1 |
| |\ \ | | |/ | | | | | | | | | | * PHP-5.3: fix the test for curl 7.29.0+ | ||||
| | * | fix the test for curl 7.29.0+ | Anatol Belski | 2013-02-19 | 1 | -1/+1 |
| | | | |||||
* | | | Cleanup some multicast code; fix for mac os x? | Gustavo Lopes | 2013-02-17 | 3 | -38/+45 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When I moved some stuff from sockets.c to multicast.c, I did not copy some conditional defines for systems without the RFC 3678 API. I moved such defines to multicast.h so both sockets.c and multicast.c can benefit from them and I prefixed them with PHP_ so that it's less confusing: now PHP_MCAST_* are defined to either the MCAST_* RFC 3678 APIs or to legacy APIs and MCAST_* always mean the (possibly undefined) system definitions. | ||||
* | | | fix protos | Stanislav Malyshev | 2013-02-17 | 1 | -5/+5 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-02-17 | 2 | -0/+26 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.4: fix bug #61930: openssl corrupts ssl key resource when using openssl_get_publickey() | ||||
| * | | fix bug #61930: openssl corrupts ssl key resource when using ↵ | Stanislav Malyshev | 2013-02-17 | 2 | -0/+26 |
| | | | | | | | | | | | | openssl_get_publickey() | ||||
* | | | fix free vs. curl_free | Anatol Belski | 2013-02-17 | 1 | -2/+2 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2013-02-17 | 1 | -0/+25 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2013-02-17 | 1 | -0/+25 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #64228 (RecursiveDirectoryIterator always assumes SKIP_DOTS) | Xinchen Hui | 2013-02-17 | 2 | -1/+27 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2013-02-16 | 1 | -2/+0 |
|\ \ \ | |/ / | |||||
| * | | Fix test failed after 0ea83ff8478d867ebf1603a43cd5d3432022cee7 | Xinchen Hui | 2013-02-16 | 1 | -2/+0 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Dmitry Stogov | 2013-02-13 | 1 | -2/+2 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.4: Proper bit reset code | ||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2013-02-13 | 1 | -2/+2 |
| |\ \ | | |/ | | | | | | | | | | * PHP-5.3: Proper bit reset code | ||||
| | * | Proper bit reset code | Dmitry Stogov | 2013-02-13 | 1 | -2/+2 |
| | | | |||||
| * | | mb_split() can now handle empty matches like preg_split() does. | Moriyoshi Koizumi | 2013-02-10 | 3 | -40/+46 |
| | | | |||||
| * | | Merge branch 'PHP-5.4' of https://git.php.net/push/php-src into PHP-5.4 | Boris Lytochkin | 2013-02-07 | 1 | -0/+2 |
| |\ \ | |||||
* | | | | build fixes | Andrey Hristov | 2013-02-11 | 1 | -3/+3 |
| | | | | |||||
* | | | | mb_split() can now handle empty matches like preg_split() does. | Moriyoshi Koizumi | 2013-02-10 | 3 | -40/+46 |
| | | | | |||||
* | | | | update test case | Andrey Hristov | 2013-02-08 | 1 | -0/+46 |
| | | | | |||||
* | | | | mysqli_savepoint()/mysqli_release_savepoint() | Andrey Hristov | 2013-02-08 | 5 | -3/+98 |
| | | | | |||||
* | | | | Add the constants needed for mysqli_commit(), _rollback() and | Andrey Hristov | 2013-02-08 | 2 | -3/+20 |
| | | | | | | | | | | | | | | | | begin_transaction() | ||||
* | | | | Add savepoint and rollback to savepoint support | Andrey Hristov | 2013-02-08 | 3 | -0/+72 |
| | | | | |||||
* | | | | Merge branch 'PHP-5.5' of ssh://git.php.net/php-src into PHP-5.5 | Andrey Hristov | 2013-02-07 | 2 | -11/+52 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'PHP-5.5' of https://git.php.net/push/php-src into PHP-5.5 | Boris Lytochkin | 2013-02-07 | 4 | -8/+150 |
| |\ \ \ \ |