Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix test typo | Xinchen Hui | 2013-06-19 | 1 | -2/+2 |
| | |||||
* | Merge branch 'pull-request/320' | Stanislav Malyshev | 2013-06-17 | 18 | -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 Beardsley | 2013-06-17 | 1 | -5/+5 |
| | | | | The test has always been disabled... so it's never run anyway. Oh well. | ||||
* | fix bug #48724 | Antony Dovgal | 2013-06-17 | 1 | -2/+5 |
| | | | | PDO's getColumnMeta() doesn't return native_type for BIT, TINYINT and YEAR | ||||
* | readline can output control codes | Stanislav Malyshev | 2013-06-17 | 2 | -3/+3 |
| | |||||
* | Bug #55694: Update readline test to support attempted_completion_over variable | Hartmel | 2013-06-16 | 1 | -1/+7 |
| | |||||
* | Bug #55694: Expose attempted_completion_over variable from readline library | Hartmel | 2013-06-16 | 1 | -1/+9 |
| | |||||
* | Fix typo in test | Xinchen Hui | 2013-06-17 | 1 | -1/+1 |
| | |||||
* | add more tests for bug #64166 | Stanislav Malyshev | 2013-06-16 | 2 | -0/+98 |
| | |||||
* | Move unsigned char declaration to top of block | Michael M Slusarz | 2013-06-16 | 1 | -1/+2 |
| | |||||
* | trailing ws | Michael M Slusarz | 2013-06-16 | 1 | -5/+5 |
| | |||||
* | Fix #64166: quoted-printable-encode stream filter incorrectly discarding ↵ | Michael M Slusarz | 2013-06-16 | 2 | -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 Slusarz | 2013-06-16 | 2 | -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 scan | Stanislav Malyshev | 2013-06-16 | 2 | -0/+39 |
| | |||||
* | fix test | Anatol Belski | 2013-06-17 | 1 | -1/+1 |
| | | | | breach introduced in ac40c0b562b0f90652cadef83968d7305626c377 | ||||
* | Fixed bug #63176 (Segmentation fault when instantiate 2 persistent PDO to ↵ | Xinchen Hui | 2013-06-16 | 2 | -0/+58 |
| | | | | the same db server) | ||||
* | fix typo in test | Boris Lytochkin | 2013-06-16 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Anatol Belski | 2013-06-12 | 1 | -0/+2 |
|\ | | | | | | | | | * PHP-5.3: ensure the error_reporting level to get expected notice | ||||
| * | ensure the error_reporting level to get expected notice | Anatol Belski | 2013-06-12 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatol Belski | 2013-06-11 | 2 | -4/+4 |
|\ \ | |/ | | | | | | | * PHP-5.3: fixed tests | ||||
| * | fixed tests | Anatol Belski | 2013-06-11 | 2 | -4/+4 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatol Belski | 2013-06-11 | 5 | -0/+251 |
|\ \ | |/ | | | | | | | * PHP-5.3: missing tests for bug #53437 | ||||
| * | missing tests for bug #53437 | Anatol Belski | 2013-06-11 | 5 | -0/+251 |
| | | |||||
| * | Backported the fix for bug #53437 | Anatol Belski | 2013-06-10 | 11 | -40/+694 |
| | | |||||
* | | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 201 | -283/+283 |
| | | | | | | | | | | * pull-request/341: (23 commits) typofixes | ||||
* | | typo fixes (argument) | Veres Lajos | 2013-06-10 | 50 | -52/+52 |
| | | |||||
* | | typo fixes (accommodate, parameter) | Veres Lajos | 2013-06-10 | 6 | -10/+10 |
| | | |||||
* | | Backported the fix for bug #53437 | Anatol Belski | 2013-06-10 | 11 | -41/+703 |
| | | |||||
* | | PHPTests for the DOMDocument::loadHTMLfile method. | Antonio Diaz Ruiz | 2013-06-10 | 7 | -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 | ||||
* | | Callback has to be restored in MSHUTDOWN | Dmitry Stogov | 2013-06-10 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2013-06-09 | 1 | -6/+13 |
|\ \ | |/ | |||||
| * | Fixed bug #64997 (Segfault while using RecursiveIteratorIterator on 64-bits ↵ | Xinchen Hui | 2013-06-09 | 1 | -6/+13 |
| | | | | | | | | systems) | ||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatol Belski | 2013-06-06 | 1 | -4/+17 |
|\ \ | |/ | | | | | | | * PHP-5.3: Fixed bug #64934 Apache2 TS crash with get_browser() | ||||
| * | Fixed bug #64934 Apache2 TS crash with get_browser() | Anatol Belski | 2013-06-06 | 1 | -4/+17 |
| | | | | | | | | | | | | In favour of reading the browscap.ini into a true global var only once in MINIT, the price for that is to deep copy the any data from it. | ||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Stanislav Malyshev | 2013-06-04 | 2 | -2/+14 |
|\ \ | |/ | | | | | | | * PHP-5.3: fix CVE-2013-2110 - use correct formula to calculate string size | ||||
| * | fix CVE-2013-2110 - use correct formula to calculate string size | Stanislav Malyshev | 2013-06-04 | 2 | -1/+13 |
| | | |||||
* | | Fix PDO_DBLIB bugs: #64338, #64808, #63638 | Stanley Sufficool | 2013-06-03 | 4 | -58/+160 |
| | | | | | | | | Synchronize with master | ||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Matteo Beccati | 2013-06-02 | 1 | -3/+5 |
|\ \ | |/ | | | | | | | * PHP-5.3: Clean up leftover test files | ||||
| * | Clean up leftover test files | Matteo Beccati | 2013-06-02 | 1 | -3/+5 |
| | | |||||
* | | Improved test portability so that it doesn't fail with pdo_pgsql | Matteo Beccati | 2013-06-02 | 1 | -1/+8 |
| | | |||||
* | | Fix PDO::inTransaction() test for pgsql | Nikita Popov | 2013-06-02 | 1 | -4/+4 |
| | | | | | | | | | | | | inTransaction() nowadays casts the in_transaction result to boolean. I'm not sure whether the INERROR state should result in true or false. For now I went with the result that we actually get. | ||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Matteo Beccati | 2013-06-02 | 2 | -5/+66 |
|\ \ | |/ | | | | | | | * PHP-5.3: Fixed bug #64609 (pg_convert enum type support) | ||||
| * | Fixed bug #64609 (pg_convert enum type support) | Matteo Beccati | 2013-06-02 | 2 | -5/+66 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Matteo Beccati | 2013-06-01 | 4 | -1/+7 |
|\ \ | |/ | | | | | | | * PHP-5.3: Fixed bug #62857 (bytea test failures) | ||||
| * | Fixed bug #62857 (bytea test failures) | Matteo Beccati | 2013-06-01 | 4 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | Postgres 9.1+ test fixes. Tests were failing due to the default standard_conforming_strings GUC being changed to on. Also the pg_escape_bytea test was encoding the data before estabilishing a connection, thus falling back to the old escaping type which isn't properly handled by the backend when using a default configuration. I haven't updated the NEWS file as it's just test fixes. | ||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Matteo Beccati | 2013-05-31 | 3 | -4/+103 |
|\ \ | |/ | |||||
| * | Slightly edited tests and fix for bug #62024 | Matteo Beccati | 2013-05-31 | 2 | -5/+8 |
| | | |||||
| * | Fixed bug #62024 (unable to run consecutive prepared querys with null values) | Matheus Degiovani | 2013-05-31 | 2 | -3/+54 |
| | | | | | | | | Credits to james@kenjim.com for the patch. | ||||
| * | Fixed bug #64037 (wrong value returned when using a negative numeric field ↵ | Matheus Degiovani | 2013-05-31 | 2 | -1/+46 |
| | | | | | | | | equal to the scale) | ||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Remi Collet | 2013-05-31 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-5.3: Fixed Bug #64949 (Buffer overflow in _pdo_pgsql_error) |