summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 5.4.13php-5.4.13PHP-5.4.13Stanislav Malyshev2013-03-133-4/+4
|
* Fixed timestamp update on Phar contents modification.Stanislav Malyshev2013-03-021-0/+3
|
* 5.4.13 RC1php-5.4.13RC1Stanislav Malyshev2013-02-263-5/+5
|
* add news for SOAP fixesStanislav Malyshev2013-02-261-0/+5
|
* Merge branch 'PHP-5.3' into PHP-5.4Stanislav Malyshev2013-02-263-1/+25
|\ | | | | | | | | * PHP-5.3: Bug #52861: unset fails with ArrayObject and deep arrays
| * Bug #52861: unset fails with ArrayObject and deep arraysMike Willbanks2013-02-263-1/+25
| | | | | | | | When checking to make into a reference write, readwrite are checked but not unset
* | add support for ppc64p7 arch (Power7 optimized)Remi Collet2013-02-261-1/+1
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-02-243-10/+45
|\ \ | |/ | | | | | | Conflicts: ext/spl/spl_fixedarray.c
| * Fixed bug #64264 (SPLFixedArray toArray problem)Xinchen Hui2013-02-243-11/+43
| |
* | Fix #60840 (undefined symbol: mysqlnd_debug_std_no_trace_funcs)Johannes Schlüter2013-02-213-2/+6
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2013-02-211-4/+6
|\ \ | |/
| * Fix TSRM (after afc1debb)Johannes Schlüter2013-02-211-4/+6
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2013-02-211-2/+5
|\ \ | |/ | | | | | | * PHP-5.3: PHAR should modify entry timestamp when it's modified
| * PHAR should modify entry timestamp when it's modifiedDmitry Stogov2013-02-211-2/+5
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Sara Golemon2013-02-211-0/+1
|\ \ | |/ | | | | | | * PHP-5.3: http-stream test requires network connectivity
| * http-stream test requires network connectivitySara Golemon2013-02-211-0/+1
| |
* | Fixed bug #64235 (Insteadof not work for class method in 5.4.11)Xinchen Hui2013-02-217-4/+79
| | | | | | | | | | | | As we discussed with stefan, we think previous of allowing use with classes is a bug, should be forbided, anyway, the error message should be improved.
* | updated lib versionsAnatol Belski2013-02-211-4/+4
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-02-210-0/+0
|\ \ | |/ | | | | | | * PHP-5.3: updated lib versions
| * updated lib versionsAnatol Belski2013-02-211-5/+5
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2013-02-203-20/+26
|\ \ | |/ | | | | | | | | | | | | | | * PHP-5.3: Fixed external entity loading Conflicts: ext/libxml/libxml.c ext/libxml/php_libxml.h
| * Fixed external entity loadingDmitry Stogov2013-02-203-20/+26
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2013-02-200-0/+0
|\ \ | |/
| * 5.3.22 NEWSJohannes Schlüter2013-02-201-4/+6
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-02-191-1/+1
|\ \ | |/ | | | | | | * PHP-5.3: fix the test for curl 7.29.0+
| * fix the test for curl 7.29.0+Anatol Belski2013-02-191-1/+1
| |
* | Fixed bug #64070 (Inheritance with Traits failed with error)Dmitry Stogov2013-02-183-6/+41
| |
* | fix bug #61930: openssl corrupts ssl key resource when using ↵Stanislav Malyshev2013-02-173-0/+30
| | | | | | | | openssl_get_publickey()
* | update NEWSStanislav Malyshev2013-02-171-0/+2
| |
* | Added HTTP codes as of RFC 6585Jonh Wendell2013-02-174-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.3' into PHP-5.4Xinchen Hui2013-02-171-0/+25
|\ \ | |/
| * Fixed bug #64228 (RecursiveDirectoryIterator always assumes SKIP_DOTS)Xinchen Hui2013-02-173-1/+31
| |
* | Fix test failed after 0ea83ff8478d867ebf1603a43cd5d3432022cee7Xinchen Hui2013-02-161-2/+0
| |
* | +Fixed bug #64124 (IPv6 malformed). (Boris Lytochkin)Boris Lytochkin2013-02-141-0/+3
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2013-02-131-2/+2
|\ \ | |/ | | | | | | * PHP-5.3: Proper bit reset code
| * Proper bit reset codeDmitry Stogov2013-02-131-2/+2
| |
* | Fixed bug #64197 (_Offsetof() macro used but not defined on ARM/Clang)Ard Biesheuvel2013-02-131-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.
* | Fixed bug #64142 (dval to lval different behavior on ppc64)Remi Collet2013-02-112-1/+5
| | | | | | | | | | See discussion on internals http://marc.info/?t=136042277700003&r=1&w=2
* | update NEWSStanislav Malyshev2013-02-091-0/+4
| |
* | mb_split() can now handle empty matches like preg_split() does.Moriyoshi Koizumi2013-02-104-40/+49
| |
* | Merge branch 'PHP-5.4' of https://git.php.net/push/php-src into PHP-5.4Boris Lytochkin2013-02-071-0/+2
|\ \
| * \ Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2013-02-071-0/+2
| |\ \ | | |/ | | | | | | | | | * PHP-5.3: Disabled external entities loading
| | * Disabled external entities loadingDmitry Stogov2013-02-071-0/+2
| | |
* | | fix bug #64124 (IPv6 malformed)Boris Lytochkin2013-02-072-11/+52
|/ / | | | | | | | | | | | | | | hostname returned from zend_parse_parameters() was modified in netsnmp_session_init() that caused imput parameter modification along with unpredictable changes when parameter is a constant sctring. One typo in comment was fixed.
* | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2013-02-071-1/+31
|\ \ | |/ | | | | | | * PHP-5.3: Check if soap.wsdl_cache_dir confirms to open_basedir
| * Check if soap.wsdl_cache_dir confirms to open_basedirDmitry Stogov2013-02-071-1/+35
| |
* | revertRemi Collet2013-02-052-4/+1
| |
* | Fixed bug #64142 (dval to lval different behavior on ppc64)Remi Collet2013-02-042-1/+4
| | | | | | | | | | | | | | On x86_64: (long)(double)9223372036854775807+1 = -9223372036854775808 On ppc64 (long)(double)9223372036854775807-1 = 9223372036854775807
* | check the validity of the parameterAndrey Hristov2013-02-041-1/+8
| |
* | Merge branch 'PHP-5.4' of ssh://git.php.net/php-src into PHP-5.4Andrey Hristov2013-02-0410-78/+128
|\ \