1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 03:03:26 +02:00
Commit Graph

45471 Commits

Author SHA1 Message Date
Ulf Wendel 3eb3eb406e Check if MySQL server supports SSL and, if using mysqlnd, check if PHP streams will support SSL 2011-09-01 13:17:16 +00:00
Hannes Magnusson 958326c843 Move the XFAILED printout way up the list so we can actually notice the really failing ones 2011-09-01 13:06:12 +00:00
Pierre Joye 1f8c94b7e2 - win and nux work the same way 2011-09-01 12:42:54 +00:00
Pierre Joye ddf760eb60 - force LF eol style as this test depends on it 2011-09-01 12:35:41 +00:00
Ulf Wendel 80ec77df04 Simplify mysqlnd debug trace marginally for debugging 2011-09-01 11:48:18 +00:00
Pierre Joye 1cef55952f - consider that bison 2.x is used. updated our ci boxes accordingly (windows too), which were using 1.4 2011-09-01 11:40:37 +00:00
Pierre Joye d763969344 - consider that bison 2.x is used. updated our ci boxes accordingly (windows too), which were using 1.4 2011-09-01 11:40:23 +00:00
Ulf Wendel 04b6ce21d2 Hack around http://bugs.mysql.com/62320 2011-09-01 11:27:14 +00:00
Hannes Magnusson 2da2b54899 Seeing thousands of PASS tests flying by is meaningless.
Add an option to only print certain result groups.
2011-09-01 11:00:51 +00:00
Pierre Joye 53ee01975f - force LF eol style as this test depends on it 2011-09-01 09:33:43 +00:00
Matteo Beccati d66630f625 Fixed test randomly failing due to different error messages. Also added a skip
section in case "fakeURL" resolves to an IP address, as some empty error
messages and HTML can be seen in the reports
2011-09-01 00:45:56 +00:00
Johannes Schlüter 48c69c378a - Change PDO_oci connection defaults to match Oracle XE defaults, higher chance
to work out of the box
2011-08-31 23:42:04 +00:00
Pierre Joye 5d09938423 - error msg may vary (parser) 2011-08-31 23:12:35 +00:00
Matteo Beccati 953b10c59c Fixed test. Apparently it was already fixed on PHP_5_3 98% of the cases and
the fix wasn't ported to trunk/PHP_5_4. However the very same test was failing
on my FreeBSD 6.2 box, that appears to also decode the "ks_c_5601-1987" parts,
so I've made the test more generic.
2011-08-31 22:38:20 +00:00
Matteo Beccati f4e100e47f Fixed false positive failure on gcov 2011-08-31 22:12:53 +00:00
Pierre Joye 96abb9d611 - error msg may vary (parser) 2011-08-31 20:16:11 +00:00
Pierre Joye df3cb6f2a0 - error msg may vary (parser) 2011-08-31 20:14:13 +00:00
Pierre Joye 8b76f0f0d3 - error msg may vary 2011-08-31 20:10:22 +00:00
Pierre Joye 38eec652ce - typo 2011-08-31 20:07:44 +00:00
Tjerk Anne Meesters 323ee1fe4c Fixed expect format to ignore the textual error message from readlink().
Bug #55555
2011-08-31 18:26:23 +00:00
Andrey Hristov fa8a1c387a Fix valgrind error (sending of initialized bytes over the network).
When the compression was successful the compressed data + uninitialized data
at the end was sent to the server, because the length of the compressed payload
wasn't correctly calculated (actually the length of the uncompressed payload as assumed).
However, the uncompress() function has internally the length of the real payload and skips
the binary trash at the end - thus no data damage occurs!
2011-08-31 18:18:23 +00:00
Johannes Schlüter c25f0424c8 - Update PDO_mysql error mapping 2011-08-31 15:46:07 +00:00
Pierre Joye 6612bb1073 - force LF eol style as this test depends on it 2011-08-31 15:44:01 +00:00
Pierre Joye 5fcfc528c5 - force LF eol style as this test depends on it 2011-08-31 15:42:42 +00:00
Johannes Schlüter 262cc2f37a - Be less restrictive on the SQL state, some server versions might fool us 2011-08-31 15:25:18 +00:00
Ulf Wendel c05bfdf490 Please, whenever changing the mysqli API update the tests. Don't wait for me to catch up. 2011-08-31 13:59:28 +00:00
Ulf Wendel a7500f1c81 New utility function to check for '[1148] The used command is not allowed with this MySQL version' during SKIPIF 2011-08-31 13:50:58 +00:00
Ulf Wendel 4c3115a011 Check if server supports LOAD DATA LOCAL INFILE to catch [1148] The used command is not allowed with this MySQL version during SKIPIF 2011-08-31 12:58:25 +00:00
Pierre Joye bb988ee300 - force LF eol style as this test depends on it (size) 2011-08-31 12:26:55 +00:00
Pierre Joye 8e679c2fcf - force LF eol style as this test depends on it (size) 2011-08-31 11:26:27 +00:00
Pierre Joye ae896ddce4 - force LF eol style as this test depends on it (size) 2011-08-31 11:25:09 +00:00
Johannes Schlüter 1cb8c01f0d - Fix Bug #55550 mysql.trace_mode miscounts result sets,
fixes ext/mysql/tests/mysql_deprecated_api.phpt
2011-08-31 11:11:08 +00:00
Pierre Joye 3d74cffc20 - use only the test name 2011-08-31 10:30:39 +00:00
Hannes Magnusson 84fc76e94c Remove annoying extra newline on XFAIL summaries
and sync text to trunk
2011-08-31 10:09:54 +00:00
Pierre Joye 9bedfa520b - force LF eol style as this test depends on it (size) 2011-08-31 10:08:55 +00:00
Pierre Joye 3853e85a79 - make it parser version independent 2011-08-31 10:05:54 +00:00
Christian Stocker bbecdf57d3 fix xsl tests 2011-08-31 09:16:04 +00:00
Pierre Joye d892a4299c - force LF eol style as this test depends on it (size) 2011-08-31 08:35:57 +00:00
Arpad Ray 73eac3e5a2 fix news entries 2011-08-30 14:01:35 +00:00
Matteo Beccati 18b8a3bcb7 Fixed a few false positives on gcov for ext/pgsql 2011-08-30 14:01:03 +00:00
Hannes Magnusson 850d865551 Add skipifs for bug#54971 (patch by datibbaw@) 2011-08-30 13:46:24 +00:00
Hannes Magnusson a84c667e0e Fixed bug#48476 2011-08-30 13:41:57 +00:00
Pierre Joye 63fa1fb1ca - ws 2011-08-30 05:44:37 +00:00
Arpad Ray 84adf49281 news entry for r66021 Log: 2011-08-29 21:45:42 +00:00
Arpad Ray a6a08dc322 Fixed bug #55366: keys lost when using substr_replace an array 2011-08-29 21:35:28 +00:00
Hannes Magnusson e481f05470 fixed bug #55267 - session_regenerate_id fails after header sent even if session.use_cookies = 0 2011-08-29 21:20:41 +00:00
Arpad Ray f117d56170 NEWS entry for fix #55510: $_FILES 'name' missing first character after upload 2011-08-29 21:15:04 +00:00
Arpad Ray 1e1bfba576 fix #55510: $_FILES 'name' missing first character after upload 2011-08-29 21:11:07 +00:00
Derick Rethans 9d504da334 - Updated to version 2011.9 (2011i) 2011-08-29 16:37:56 +00:00
Hannes Magnusson e723c7631c Fixed bug#53872 (internal corruption of phar) 2011-08-29 16:05:45 +00:00