summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* 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-171-5/+5
| | | | 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-161-1/+7
|
* Bug #55694: Expose attempted_completion_over variable from readline libraryHartmel2013-06-161-1/+9
|
* Fix typo in testXinchen Hui2013-06-171-1/+1
|
* 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-162-0/+39
|
* 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-162-0/+58
| | | | the same db server)
* fix typo in testBoris Lytochkin2013-06-161-1/+1
|
* 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
| |
| * Backported the fix for bug #53437Anatol Belski2013-06-1011-40/+694
| |
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-10201-283/+283
| | | | | | | | | | * pull-request/341: (23 commits) typofixes
* | typo fixes (argument)Veres Lajos2013-06-1050-52/+52
| |
* | typo fixes (accommodate, parameter)Veres Lajos2013-06-106-10/+10
| |
* | Backported the fix for bug #53437Anatol Belski2013-06-1011-41/+703
| |
* | 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
* | Callback has to be restored in MSHUTDOWNDmitry Stogov2013-06-101-0/+3
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-06-091-6/+13
|\ \ | |/
| * Fixed bug #64997 (Segfault while using RecursiveIteratorIterator on 64-bits ↵Xinchen Hui2013-06-091-6/+13
| | | | | | | | systems)
* | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-06-061-4/+17
|\ \ | |/ | | | | | | * PHP-5.3: Fixed bug #64934 Apache2 TS crash with get_browser()
| * Fixed bug #64934 Apache2 TS crash with get_browser()Anatol Belski2013-06-061-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.4Stanislav Malyshev2013-06-042-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 sizeStanislav Malyshev2013-06-042-1/+13
| |
* | Fix PDO_DBLIB bugs: #64338, #64808, #63638Stanley Sufficool2013-06-034-58/+160
| | | | | | | | Synchronize with master
* | Merge branch 'PHP-5.3' into PHP-5.4Matteo Beccati2013-06-021-3/+5
|\ \ | |/ | | | | | | * PHP-5.3: Clean up leftover test files
| * Clean up leftover test filesMatteo Beccati2013-06-021-3/+5
| |
* | Improved test portability so that it doesn't fail with pdo_pgsqlMatteo Beccati2013-06-021-1/+8
| |
* | Fix PDO::inTransaction() test for pgsqlNikita Popov2013-06-021-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.4Matteo Beccati2013-06-022-5/+66
|\ \ | |/ | | | | | | * PHP-5.3: Fixed bug #64609 (pg_convert enum type support)
| * Fixed bug #64609 (pg_convert enum type support)Matteo Beccati2013-06-022-5/+66
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Matteo Beccati2013-06-014-1/+7
|\ \ | |/ | | | | | | * PHP-5.3: Fixed bug #62857 (bytea test failures)
| * Fixed bug #62857 (bytea test failures)Matteo Beccati2013-06-014-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.4Matteo Beccati2013-05-313-4/+103
|\ \ | |/
| * Slightly edited tests and fix for bug #62024Matteo Beccati2013-05-312-5/+8
| |
| * Fixed bug #62024 (unable to run consecutive prepared querys with null values)Matheus Degiovani2013-05-312-3/+54
| | | | | | | | Credits to james@kenjim.com for the patch.
| * Fixed bug #64037 (wrong value returned when using a negative numeric field ↵Matheus Degiovani2013-05-312-1/+46
| | | | | | | | equal to the scale)
* | Merge branch 'PHP-5.3' into PHP-5.4Remi Collet2013-05-311-1/+1
|\ \ | |/ | | | | | | * PHP-5.3: Fixed Bug #64949 (Buffer overflow in _pdo_pgsql_error)