Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PHP 5.5.0alpha5php-5.5.0alpha5 | David Soria Parra | 2013-02-19 | 2 | -3/+3 |
| | |||||
* | News for PHP 5.5.0 Alpha 5 | David Soria Parra | 2013-02-19 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.4' into PHP-5.5 | Dmitry Stogov | 2013-02-18 | 2 | -6/+40 |
|\ | | | | | | | | | | | | | | | | | * PHP-5.4: Fixed bug #64070 (Inheritance with Traits failed with error) Conflicts: NEWS Zend/zend_compile.c | ||||
| * | Fixed bug #64070 (Inheritance with Traits failed with error) | Dmitry Stogov | 2013-02-18 | 3 | -6/+41 |
| | | |||||
* | | 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 | 3 | -0/+30 |
| | | | | | | | | 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 | Stanislav Malyshev | 2013-02-17 | 0 | -0/+0 |
|\ \ | |/ | | | | | | | * PHP-5.4: update NEWS | ||||
| * | update NEWS | Stanislav Malyshev | 2013-02-17 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-02-17 | 4 | -0/+13 |
|\ \ | |/ | | | | | | | * PHP-5.4: Added HTTP codes as of RFC 6585 | ||||
| * | Added HTTP codes as of RFC 6585 | Jonh Wendell | 2013-02-17 | 4 | -0/+13 |
| | | | | | | | | | | | | | | | | | | Added descriptions for the new HTTP codes: - 428 Precondition Required - 429 Too Many Requests - 431 Request Header Fields Too Large - 511 Network Authentication Required | ||||
* | | 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 | 3 | -1/+31 |
| | | | |||||
* | | | 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 |
| | | | |||||
| * | | +Fixed bug #64124 (IPv6 malformed). (Boris Lytochkin) | Boris Lytochkin | 2013-02-14 | 1 | -0/+3 |
| | | | |||||
* | | | Exceptions triggered by undefined variable should be handled before FATAL error | Xinchen Hui | 2013-02-16 | 4 | -5/+222 |
| | | | | | | | | | | | | this is a enhancement of the fix for bug #64135 | ||||
* | | | Fixed bug #64124 (IPv6 malformed) | Boris Lytochkin | 2013-02-14 | 1 | -0/+3 |
| | | | |||||
* | | | 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 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Ard Biesheuvel | 2013-02-13 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fixed bug #64197 (_Offsetof() macro used but not defined on ARM/Clang) | Ard Biesheuvel | 2013-02-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Updated the code to test for __ARMCC_VERSION instead of __arm, as that is a more reliable indicator of whether the ARMCC compiler is being used. | ||||
* | | | Update config.sub/config.guess to latest GPLv2 upstream version | Ard Biesheuvel | 2013-02-11 | 2 | -327/+473 |
| | | | | | | | | | | | | | | | | | | | | | | | | This adds the ability to configure/build for/on 64-bit ARMv8, which uses the host triplet 'aarch64-linux-gnu'. Source: http://git.savannah.gnu.org/gitweb/?p=config.git;h=306afce | ||||
* | | | NEWS update | Ard Biesheuvel | 2013-02-11 | 1 | -0/+2 |
| | | | |||||
* | | | Low-level ARM optimizations | Ard Biesheuvel | 2013-02-11 | 2 | -10/+80 |
| | | | | | | | | | | | | | | | - added ARM versions of zend_mm_high_bit()/zend_mm_low_bit() - improved safe_address() | ||||
* | | | Improve x86 inline assembler | Ard Biesheuvel | 2013-02-11 | 2 | -37/+65 |
| | | | | | | | | | | | | | | | | | | | | | - added cc annotation to inline asm that clobbers the condition flags - remove hardcoded constants (IS_LONG,IS_DOUBLE) - remove hardcoded offsets (zval->value, zval->type) | ||||
* | | | build fixes | Andrey Hristov | 2013-02-11 | 1 | -3/+3 |
| | | | |||||
* | | | NEWS | Remi Collet | 2013-02-11 | 1 | -0/+1 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Remi Collet | 2013-02-11 | 1 | -1/+2 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.4: Fixed bug #64142 (dval to lval different behavior on ppc64) | ||||
| * | | Fixed bug #64142 (dval to lval different behavior on ppc64) | Remi Collet | 2013-02-11 | 2 | -1/+5 |
| | | | | | | | | | | | | | | | See discussion on internals http://marc.info/?t=136042277700003&r=1&w=2 | ||||
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-02-09 | 0 | -0/+0 |
|\ \ \ | |/ / | | | | | | | | | | | | | * PHP-5.4: update NEWS mb_split() can now handle empty matches like preg_split() does. | ||||
| * | | update NEWS | Stanislav Malyshev | 2013-02-09 | 1 | -0/+4 |
| | | | |||||
| * | | mb_split() can now handle empty matches like preg_split() does. | Moriyoshi Koizumi | 2013-02-10 | 4 | -40/+49 |
| | | | |||||
| * | | 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 |
| |\ \ | |||||
* | | | | mb_split() can now handle empty matches like preg_split() does. | Moriyoshi Koizumi | 2013-02-10 | 3 | -40/+46 |
| | | | | |||||
* | | | | news for mysqli_savepoint and mysql_release_savepoint | Andrey Hristov | 2013-02-08 | 1 | -1/+3 |
| | | | | |||||
* | | | | 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 |
| | | | | |||||
* | | | | add the news about recent commits | Andrey Hristov | 2013-02-08 | 1 | -0/+11 |
| | | | | |||||
* | | | | Merge branch 'PHP-5.5' of ssh://git.php.net/php-src into PHP-5.5 | Andrey Hristov | 2013-02-07 | 7 | -20/+146 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'PHP-5.5' of https://git.php.net/push/php-src into PHP-5.5 | Boris Lytochkin | 2013-02-07 | 9 | -17/+244 |
| |\ \ \ \ | |||||
| | * | | | | Forgot test script | Xinchen Hui | 2013-02-07 | 1 | -0/+17 |
| | | | | | | |||||
| | * | | | | Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5 | Xinchen Hui | 2013-02-07 | 3 | -8/+148 |
| | |\ \ \ \ | |||||
| | * | | | | | Fixed bug #64135 (Exceptions from set_error_handler are not always propagated) | Xinchen Hui | 2013-02-07 | 4 | -9/+77 |
| | | | | | | |