summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* PHP 5.5.0php-5.5.0David Soria Parra2013-06-192-3/+3
|
* Update creditsDavid Soria Parra2013-06-191-2/+2
|
* Merge NEWS from PHP 5.4 branchDavid Soria Parra2013-06-191-1/+7975
|
* Reorder NEWS for PHP 5.5.0 finalDavid Soria Parra2013-06-191-401/+246
|
* add notes about opcache windows issue and migration from APCPierre Joye2013-06-191-0/+16
|
* added some tests based on bug #64395Anatol Belski2013-06-193-7/+80
|
* Merge branch 'PHP-5.4' into PHP-5.5Johannes Schlüter2013-06-190-0/+0
|\
| * Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2013-06-190-0/+0
| |\
| | * This will be PHP 5.3.28Johannes Schlüter2013-06-193-4/+11
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2013-06-193-4/+4
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: Related to bug #65047 (Test skip on client / server version)
| * | Related to bug #65047 (Test skip on client / server version)Remi Collet2013-06-193-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | bug46274.phpt and bug46274_2.phpt Make query silent (when server don't know bytea_output option) bug_49985.phpt Make result "locale" independent
* | | Merge branch 'PHP-5.4' into PHP-5.5Matteo Beccati2013-06-1917-30/+131
|\ \ \ | |/ / | | | | | | | | | | | | | | | * PHP-5.4: Fixed bug #65047 (Test skip on client / server version) Remove broken client version checking Clean up leftover file after the test
| * | Fixed bug #65047 (Test skip on client / server version)Matteo Beccati2013-06-1916-24/+127
| | |
| * | Remove broken client version checkingMatteo Beccati2013-06-191-7/+3
| | |
| * | Clean up leftover file after the testMatteo Beccati2013-06-191-0/+2
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-180-0/+0
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: sync NEWS
| * | sync NEWSStanislav Malyshev2013-06-181-0/+9
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-180-0/+0
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: 5.4.18 next Conflicts: configure.in main/php_version.h
| * | 5.4.18 nextStanislav Malyshev2013-06-183-4/+6
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-06-191-2/+2
|\ \ \ | |/ /
| * | Fix test typoXinchen Hui2013-06-191-2/+2
| | |
* | | Fix bug #65051: count() off by one inside unset()Nikita Popov2013-06-173-3/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nNumOfElements was incremented after the pDestructor code, so any code in the dtor would get a wrong number of elements. Right now the bucket deletion code is replicated in four places, it should probably be moved off into one function (or rather, zend_hash_apply_deleter should be used everywhere). The codes are subtly different though in that the HANDLE_UNBLOCK_INTERRUPTIONS() happens in different places. In particular it seems odd that in some cases interruptions stay blocked during the destructor call.
* | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-170-0/+0
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: Merge branch 'pull-request/320'
| * | Merge branch 'pull-request/320'Stanislav Malyshev2013-06-1718-66/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pull-request/320: this is test 5 not 6 fix race condition more shared names that create race conditions change to a unique filename more shared filenames yet another shared filename don't share a filename to stop race conditions fix race condition for 2-4 and normalize names for others fix race condition when running tests in parallel clean up after test Fix #64572: Clean up after the test Fix #64572: Clean up after the test
* | | Merge branch 'pull-request/320'Stanislav Malyshev2013-06-1718-66/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pull-request/320: this is test 5 not 6 fix race condition more shared names that create race conditions change to a unique filename more shared filenames yet another shared filename don't share a filename to stop race conditions fix race condition for 2-4 and normalize names for others fix race condition when running tests in parallel clean up after test Fix #64572: Clean up after the test Fix #64572: Clean up after the test
* | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-173-7/+14
|\ \ \ | |/ / | | | | | | | | | | | | * PHP-5.4: Tests: PDO Mysql - update for fixed getColumnMeta() fix bug #48724
| * | Tests: PDO Mysql - update for fixed getColumnMeta()Daniel Beardsley2013-06-172-5/+9
| | | | | | | | | | | | The test has always been disabled... so it's never run anyway. Oh well.
| * | fix bug #48724Antony Dovgal2013-06-171-2/+5
| | | | | | | | | | | | PDO's getColumnMeta() doesn't return native_type for BIT, TINYINT and YEAR
* | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-175-5/+23
|\ \ \ | |/ / | | | | | | | | | | | | | | | * PHP-5.4: readline can output control codes Bug #55694: Update readline test to support attempted_completion_over variable Bug #55694: Expose attempted_completion_over variable from readline library
| * | readline can output control codesStanislav Malyshev2013-06-172-3/+3
| | |
| * | Bug #55694: Update readline test to support attempted_completion_over variableHartmel2013-06-162-1/+11
| | |
| * | Bug #55694: Expose attempted_completion_over variable from readline libraryHartmel2013-06-161-1/+9
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-06-171-1/+1
|\ \ \ | |/ /
| * | Fix typo in testXinchen Hui2013-06-171-1/+1
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-161-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: Identation Fixed
| * | Identation FixedJefersson Nathan2013-06-161-7/+7
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-161-6/+6
|\ \ \ | | | | | | | | | | | | | | | | * PHP-5.4: Identation Fixed
| * | | Identation FixedJefersson Nathan2013-06-161-6/+6
| |/ /
* | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-162-1/+18
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: Fix bug #64764: Add status option to fpm init.d script
| * | Fix bug #64764: Add status option to fpm init.d scriptLior Kaplan2013-06-162-1/+16
| | |
* | | update NEWSStanislav Malyshev2013-06-161-0/+4
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-160-0/+0
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: news for #64166
| * | news for #64166Stanislav Malyshev2013-06-161-0/+2
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-164-10/+191
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: add more tests for bug #64166 Move unsigned char declaration to top of block trailing ws Fix #64166: quoted-printable-encode stream filter incorrectly discarding whitespace Fix #64166: quoted-printable-encode stream filter incorrectly discarding whitespace
| * | add more tests for bug #64166Stanislav Malyshev2013-06-162-0/+98
| | |
| * | Move unsigned char declaration to top of blockMichael M Slusarz2013-06-161-1/+2
| | |
| * | trailing wsMichael M Slusarz2013-06-161-5/+5
| | |
| * | Fix #64166: quoted-printable-encode stream filter incorrectly discarding ↵Michael M Slusarz2013-06-162-36/+74
| | | | | | | | | | | | | | | | | | whitespace Second attempt: need to use lookaheadto determine whether to encode ws
| * | Fix #64166: quoted-printable-encode stream filter incorrectly discarding ↵Michael M Slusarz2013-06-162-0/+44
| | | | | | | | | | | | | | | | | | | | | whitespace If trailing whitespace on a line is detected, mark the linebreak as a soft linebreak.
* | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-164-344/+391
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: Fix bug #64936 - clean doc comment state at the beginning and end of the scan ws fix Conflicts: Zend/zend_language_scanner.c Zend/zend_language_scanner.l Zend/zend_language_scanner_defs.h