Ulf Wendel
ec4eb7ab17
Check for LOAD DATA support during SKIPIF
2011-09-01 16:35:13 +00:00
Ulf Wendel
286d8afda9
Fixing error handling. Skip if load data is not allowed
2011-09-01 15:45:47 +00:00
Ulf Wendel
afb0cce4c9
Can't reproduce the server has gone away messages, Andrey. Please, have a look. I tried MySQL 5.1, 5.5 and 5.6.
2011-09-01 15:25:15 +00:00
Ulf Wendel
46910fd722
Fix test. First element within the parantheses is a SQL status code. Should please gcov
2011-09-01 14:04:52 +00:00
Christian Stocker
e1813b69c5
Merge from Trunk
...
simplexml->query returns empty array if no nodes were found
and false if libxml thinks the xpath-expression was invalid.
Behaves now the same like DomXPath and fixes Bug #48601
Adjusted a test to reflect that change
2011-09-01 13:42:45 +00:00
Ulf Wendel
3c15d50c80
Fixing tests debug output
2011-09-01 13:37:49 +00:00
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
Ulf Wendel
80ec77df04
Simplify mysqlnd debug trace marginally for debugging
2011-09-01 11:48:18 +00:00
Ulf Wendel
04b6ce21d2
Hack around http://bugs.mysql.com/62320
2011-09-01 11:27:14 +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
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
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
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
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
Christian Stocker
bbecdf57d3
fix xsl tests
2011-08-31 09:16:04 +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
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
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
Hannes Magnusson
269724ebcc
Whopsy, this change in 5.4, not 5.3
2011-08-29 14:27:17 +00:00
Hannes Magnusson
9e20746611
Fixed bug#52013 (Unable to decompress files in a compressed phar)
2011-08-29 14:19:54 +00:00
Hannes Magnusson
abbf8be0d6
The Phar class extends RecursiveDirectoryIterator, which has changed the way it ensures its ctor is called
2011-08-29 14:17:41 +00:00
Christian Stocker
5250f01d15
fix xsl date tests
2011-08-29 11:44:30 +00:00
Rasmus Lerdorf
8348d96656
The link error on an out-of-sync command doesn't start with 0
...
uwe/andrey please double-check
2011-08-29 06:47:07 +00:00
Rasmus Lerdorf
78a46b87e3
Fix another broken test. root can read 0200 files.
2011-08-29 06:19:40 +00:00
Andrey Hristov
9756f766b6
fix valgrind warnings in debug builds
2011-08-26 12:14:31 +00:00
Shein Alexey
6feb8cb74b
Fixed failed test to take into account printed warnings like in 5.4 and trunk branches.
2011-08-24 12:25:30 +00:00
Xinchen Hui
344136e8e9
Apply r315270 to 5.3
...
Fixed test script failed when host mysql doesn't listen on 3306
Fxied test script failed due to mysql_pconnect trigger a warning
2011-08-24 08:00:23 +00:00
Daniel Convissor
7473a889ec
Fix differences in some sub() results that were causing tests to fail.
2011-08-23 16:40:19 +00:00
Xinchen Hui
9fb62f3382
Sync r314808 to 5_3 branch
...
Eliminated compiler warnings "comparison is always false", "cast to pointer from integer of different siz" and tail zero warnings
2011-08-23 10:18:48 +00:00
Adam Harvey
8c007d8179
Fix bug #55483 (extra > at the end of html tag in phpinfo).
2011-08-23 06:07:24 +00:00
Christopher Jones
dbf744ad78
Sync date with actual PECL release date for correctness
2011-08-22 23:56:34 +00:00
Johannes Schlüter
0d2a921916
- Revert r313616 (When we have a blocking SSL socket, respect the timeout
...
option, scottmac)
# This caused bug #55283 , we should investigate a proper solution without
# breaking anything.
2011-08-22 21:32:04 +00:00
Daniel Convissor
4e2cd3ee63
Fix spring tests for dst/st transition second.
2011-08-22 14:47:12 +00:00
Andrey Hristov
36c11fcaf3
Don't run the test on windows, Unix specific
2011-08-22 11:07:35 +00:00
Andrey Hristov
1da5b05dbd
Fix Bug #55473 mysql_pconnect leaks file descriptors on reconnect
...
The fix is for now in 5_4 and trunk, to be merged into 5_3 after 5.3.8
is packaged (expected today). The test case goes to all branches
2011-08-22 10:42:43 +00:00
Stanislav Malyshev
81ad401604
Unbreak crypt() (fix bug #55439 )
...
# If you want to remove static analyser messages, be my guest,
# but please run unit tests after
2011-08-19 22:49:18 +00:00
Pierre Joye
0d82e0c266
- Fixed bug #52461 (Incomplete doctype and missing xmlns)
2011-08-19 09:59:47 +00:00
Christopher Jones
f2b8b4879d
More test portability fixes mostly for gcov.php.net
2011-08-13 00:43:34 +00:00