summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 5.4.17php-5.4.17PHP-5.4.17Stanislav Malyshev2013-07-023-4/+4
|
* sync NEWSphp-5.4.17RC1Stanislav Malyshev2013-06-181-0/+9
|
* 5.4.17 RC1Stanislav Malyshev2013-06-183-4/+4
|
* Fix test typoXinchen Hui2013-06-191-2/+2
|
* 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
* 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
* 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
|
* Fix typo in testXinchen Hui2013-06-171-1/+1
|
* Identation FixedJefersson Nathan2013-06-161-7/+7
|
* Fix bug #64764: Add status option to fpm init.d scriptLior Kaplan2013-06-162-1/+16
|
* news for #64166Stanislav Malyshev2013-06-161-0/+2
|
* 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.
* Fix bug #64936 - clean doc comment state at the beginning and end of the scanStanislav Malyshev2013-06-166-342/+389
|
* ws fixStanislav Malyshev2013-06-161-1/+1
|
* fix testAnatol Belski2013-06-171-1/+1
| | | | breach introduced in ac40c0b562b0f90652cadef83968d7305626c377
* Fixed bug #63176 (Segmentation fault when instantiate 2 persistent PDO to ↵Xinchen Hui2013-06-163-0/+62
| | | | the same db server)
* fix typo in testBoris Lytochkin2013-06-161-1/+1
|
* Merge branch 'PHP-5.4' of https://git.php.net/push/php-src into PHP-5.4Boris Lytochkin2013-06-16380-580/+2503
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.4' of https://git.php.net/push/php-src: (76 commits) Fixed bug #63186 (compile failure on netbsd) fix test for bug #60322 ensure the error_reporting level to get expected notice fixed tests missing tests for bug #53437 fix double entry Merge branch 'pull-request/341' typo fixes (argument) typo fixes (accommodate, parameter) missing colon Backported the fix for bug #53437 Backported the fix for bug #53437 Fixed bug #64988 (Class loading order affects E_STRICT warning) Fixed test script PHPTests for the DOMDocument::loadHTMLfile method. They cover - The basic behaviour - When the method receives as argument a file which doesn't exist - When the argument is an empty string - When an empty file is loaded - When a not-well formed html file is loaded Fix spelling and correct typo. Callback has to be restored in MSHUTDOWN Update NEWs Fixed bug #64997 (Segfault while using RecursiveIteratorIterator on 64-bits systems) Fixed merge wrongly ...
| * Merge branch 'PHP-5.3' into PHP-5.4Matteo Beccati2013-06-141-3/+11
| |\ | | | | | | | | | | | | * PHP-5.3: Fixed bug #63186 (compile failure on netbsd)
| | * Fixed bug #63186 (compile failure on netbsd)Matteo Beccati2013-06-142-3/+12
| | |
| * | fix test for bug #60322Stanislav Malyshev2013-06-131-1/+4
| | |
| * | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-06-121-0/+2
| |\ \ | | |/ | | | | | | | | | * PHP-5.3: ensure the error_reporting level to get expected notice
| | * ensure the error_reporting level to get expected noticeAnatol Belski2013-06-121-0/+2
| | |
| * | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-06-112-4/+4
| |\ \ | | |/ | | | | | | | | | * PHP-5.3: fixed tests
| | * fixed testsAnatol Belski2013-06-112-4/+4
| | |
| * | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-06-115-0/+251
| |\ \ | | |/ | | | | | | | | | * PHP-5.3: missing tests for bug #53437
| | * missing tests for bug #53437Anatol Belski2013-06-115-0/+251
| | |
| * | fix double entryStanislav Malyshev2013-06-101-3/+0
| | |
| * | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-10228-317/+317
| | | | | | | | | | | | | | | * pull-request/341: (23 commits) typofixes
| * | typo fixes (argument)Veres Lajos2013-06-1054-56/+56
| | |
| * | typo fixes (accommodate, parameter)Veres Lajos2013-06-109-13/+13
| | |
| * | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-06-100-0/+0
| |\ \ | | |/ | | | | | | | | | * PHP-5.3: missing colon
| | * missing colonAnatol Belski2013-06-101-1/+1
| | |
| * | Backported the fix for bug #53437Anatol Belski2013-06-1012-41/+707
| | |
| * | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-06-100-0/+0
| |\ \ | | |/ | | | | | | | | | * PHP-5.3: Backported the fix for bug #53437
| | * Backported the fix for bug #53437Anatol Belski2013-06-1012-40/+698
| | |
| * | Fixed bug #64988 (Class loading order affects E_STRICT warning)Xinchen Hui2013-06-103-2/+33
| | |
| * | Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4Dmitry Stogov2013-06-108-2/+98
| |\ \ | | | | | | | | | | | | | | | | | | | | * 'PHP-5.4' of git.php.net:php-src: PHPTests for the DOMDocument::loadHTMLfile method. They cover - The basic behaviour - When the method receives as argument a file which doesn't exist - When the argument is an empty string - When an empty file is loaded - When a not-well formed html file is loaded Fix spelling and correct typo.
| | * | PHPTests for the DOMDocument::loadHTMLfile method.Antonio Diaz Ruiz2013-06-107-0/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They cover - The basic behaviour - When the method receives as argument a file which doesn't exist - When the argument is an empty string - When an empty file is loaded - When a not-well formed html file is loaded It also includes 2 auxilary files - An empty html file - A not well formed html file
| | * | Fix spelling and correct typo.Carson McDonald2013-06-101-2/+2
| | | |
| * | | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2013-06-101-1/+1
| |\ \ \ | | |/ / | |/| / | | |/ | | | * PHP-5.3: Fixed test script
| | * Fixed test scriptDmitry Stogov2013-06-101-1/+1
| | |
| * | Callback has to be restored in MSHUTDOWNDmitry Stogov2013-06-101-0/+3
| | |