summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-5.5'Ferenc Kovacs2013-11-060-0/+0
|\
| * Merge branch 'PHP-5.4' into PHP-5.5Ferenc Kovacs2013-11-0684-124/+227
| |\ | | | | | | | | | | | | Conflicts: ext/spl/tests/SplFileObject_rewind_error001.phpt
| | * Add a couple more test cases to parse_url() testsSara Golemon2013-11-0610-10/+37
| | | | | | | | | | | | | | | http://::# (valid but silly) http://# (invalid)
| | * fix missing change from 'tcp_socket' to the more common 'server'ptarjan2013-11-061-3/+3
| | |
| | * fix many parallel test issuesptarjan2013-11-0674-109/+185
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While running these on HHVM I've run into a lot of parallelism issues. I'm backporting all the fixes I had to do in https://github.com/facebook/hiphop-php/blob/master/hphp/tools/import_zend_test.py#L650 to php core. Most of these changes were just filenames that were shared between tests, but I did more surgery on the fixed ports. I can apreciate port 31337 as much as the next nerd, but random ports are better for tests.
| | * Cleanup temp test fileChristopher Jones2013-11-061-0/+4
| | |
* | | Merge branch 'PHP-5.5'Xinchen Hui2013-11-061-39/+5
|\ \ \ | |/ / | | | | | | | | | Conflicts: ext/opcache/ZendAccelerator.c
| * | Revert "Fixed issue #115 (path issue when using phar)."Xinchen Hui2013-11-062-40/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | We need another better way to fix this This reverts commit 098855433dc5d609e3970f0bc9d6766c007273f3. Conflicts: ext/opcache/ZendAccelerator.c
* | | Update LiteSpeed SAPI code to V6.4George Wang2013-11-054-1226/+2764
| | |
* | | Fixed typo in Makefile.fragGeorge Wang2013-11-051-1/+1
| | |
* | | updated NEWSAnatol Belski2013-11-051-0/+2
| | |
* | | Merge branch 'pull-request/500'Anatol Belski2013-11-0529-4792/+4836
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pull-request/500: limit virtual_cwd_activate() duplicated call to ZTS only reverted the previous commit, both calls are needed in TS mode virtual_cwd_activate() should be called only in one place back to do_alloca() removed unnecessary call simplify the state free macros compact the code to preserve the error info after state freeing back to do_alloca(), reverted the wrong replacement enabled windows to use stack in both ts/nts mode, some more fixes moved to do_alloca() usage where appropriate fixed invalid free fixed virtual cwd header in phar updated NEWS fixed all the places where last error could be lost preserve the error code applied and fixed the original patch initial move on renaming files and fixing includes Conflicts: ext/opcache/ZendAccelerator.c
| * | | limit virtual_cwd_activate() duplicated call to ZTS onlyAnatol Belski2013-11-021-0/+2
| | | |
| * | | reverted the previous commit, both calls are needed in TS modeAnatol Belski2013-11-011-0/+1
| | | |
| * | | virtual_cwd_activate() should be called only in one placeAnatol Belski2013-11-011-1/+0
| | | |
| * | | back to do_alloca()Anatol Belski2013-10-311-3/+4
| | | |
| * | | removed unnecessary callAnatol Belski2013-10-311-1/+0
| | | |
| * | | simplify the state free macrosAnatol Belski2013-10-311-2/+2
| | | |
| * | | compact the code to preserve the error info after state freeingAnatol Belski2013-10-301-242/+42
| | | |
| * | | back to do_alloca(), reverted the wrong replacementAnatol Belski2013-10-301-2/+3
| | | |
| * | | Merge branch 'bug50333' of github.com:weltling/php-src into bug50333Anatol Belski2013-10-2930-4766/+5009
| |\ \ \
| | * | | enabled windows to use stack in both ts/nts mode, some more fixesAnatol Belski2013-10-242-4/+4
| | | | |
| | * | | moved to do_alloca() usage where appropriateAnatol Belski2013-10-241-27/+31
| | | | |
| | * | | fixed invalid freeAnatol Belski2013-10-211-2/+2
| | | | |
| | * | | fixed virtual cwd header in pharAnatol Belski2013-10-181-1/+1
| | | | |
| | * | | updated NEWSAnatol Belski2013-10-181-0/+2
| | | | |
| | * | | fixed all the places where last error could be lostAnatol Belski2013-10-181-0/+201
| | | | | | | | | | | | | | | | | | | | whereby this commit should be applied to master anyway
| | * | | preserve the error codeAnatol Belski2013-10-181-0/+8
| | | | | | | | | | | | | | | | | | | | otherwise it'd be cleared by a subsequent calls
| | * | | applied and fixed the original patchAnatol Belski2013-10-179-79/+106
| | | | | | | | | | | | | | | | | | | | initial work on the patch import done
| | * | | initial move on renaming files and fixing includesAnatol Belski2013-10-1719-4683/+4684
| | | | |
* | | | | Merge branch 'PHP-5.5'Xinchen Hui2013-11-052-9/+5
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: ext/phar/phar_internal.h ext/phar/stream.c ext/phar/util.c
| * | | | Remove outdate codes, make it clearer, although just a bit..Xinchen Hui2013-11-056-546/+6
| | | | |
* | | | | Merge branch 'PHP-5.5'Xinchen Hui2013-11-053-4/+36
|\ \ \ \ \ | |/ / / /
| * | | | Update NEWSXinchen Hui2013-11-051-0/+4
| | | | |
| * | | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-11-053-3/+35
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.in ext/mysqlnd/mysqlnd.c main/php_version.h
| | * | | Fixed Bug #66034 (Segmentation Fault when constructor of PDO statement ↵Xinchen Hui2013-11-053-3/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | throws an exception) I know zend_call_function will initilize retval_ptr_ptr, but still set it to NULL explict is more readable
| | * | | Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4Xinchen Hui2013-11-0513-701/+741
| | |\ \ \
| | | * | | Typo fix: umknown -> unknownLior Kaplan2013-10-311-2/+2
| | | | | |
| | | * | | Fix bug #66008Rasmus Lerdorf2013-10-311-0/+1
| | | | | |
| | | * | | 5.4.23-devStanislav Malyshev2013-10-293-4/+6
| | | | | |
| | | * | | Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4Yasuo Ohgaki2013-10-291-0/+27
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.4' of git.php.net:php-src: add bundled libzip LICENSE, as required by BSD License terms
| * | | \ \ \ Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5Xinchen Hui2013-11-0421-919/+964
| |\ \ \ \ \ \
| | * | | | | | Typo fix: umknown -> unknownMartin Hujer2013-10-311-1/+1
| | | | | | | |
| | * | | | | | add news entry about FPM backlog changeAntony Dovgal2013-10-311-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and move the other entry to its proper place
* | | | | | | | Merge branch 'master' of git.php.net:php-srcPierre Joye2013-11-04103-1875/+4827
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Remi Collet (2) and Xinchen Hui (2) # Via Xinchen Hui (5) and Remi Collet (1) * 'master' of git.php.net:php-src: NEWS + UPGRADING Sync ext/zip with pecl/zip version 1.3.2 - update libzip to version 1.11.1. We don't use any private symbol anymore - new method ZipArchive::setPassword($password) - add --with-libzip option to build with system libzip Fixed coredump due to abnormal implemention of phar remove "PHP 6" staff
| * | | | | | | | NEWS + UPGRADINGRemi Collet2013-11-042-0/+12
| | | | | | | | |
| * | | | | | | | Sync ext/zip with pecl/zip version 1.3.2Remi Collet2013-11-0499-1870/+4813
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - update libzip to version 1.11.1. We don't use any private symbol anymore - new method ZipArchive::setPassword($password) - add --with-libzip option to build with system libzip
| * | | | | | | | Merge branch 'master' of git.php.net:php-srcXinchen Hui2013-11-0435-1480/+1770
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Fix English hereRasmus Lerdorf2013-11-021-2/+2
| | | | | | | | |
* | | | | | | | | Merge branch 'PHP-5.5'Rasmus Lerdorf2013-10-311-0/+1
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Fix bug #66008