Stanislav Malyshev
0fdeda6bf0
revert bad test change
2011-09-10 05:29:29 +00:00
Xinchen Hui
5e477ae1f8
Fixed Bug #55653(PS crash with libmysql when binding same variable as param and out)
...
Actually this caused by attempt to efree a INTERNED string
2011-09-10 03:51:16 +00:00
Ulf Wendel
6cb483cff8
Bug #55653
2011-09-09 12:12:08 +00:00
Hannes Magnusson
987c394143
Being smart and cleanup/rename/modify tests seconds before committing isn't very smart.
2011-09-09 08:28:57 +00:00
Pierre Joye
c35d34a10d
- nuke unused var
2011-09-09 07:57:29 +00:00
Pierre Joye
ba07a1c72b
- improve r316420, function must return a value
2011-09-09 07:56:42 +00:00
Pierre Joye
6550af384f
- improve r316420 (SplFileObject cannot and should not accept directories)
2011-09-08 23:12:32 +00:00
Pierre Joye
4ccef0b950
- improve r316420 (SplFileObject cannot and should not accept directories)
2011-09-08 23:07:48 +00:00
Christopher Jones
47f3bf02c9
Update SKIPIFs for test portability
2011-09-08 20:13:32 +00:00
Christopher Jones
d4f1085c18
Fix skipifs
2011-09-08 17:52:45 +00:00
Christopher Jones
de264a62cf
Fix skipifs to match other tests for the case when connection fails
2011-09-08 17:40:15 +00:00
Derick Rethans
72ebf32b49
- Updated to-do.
2011-09-08 16:57:41 +00:00
Pierre Joye
59571f6fce
- force LF
2011-09-08 16:10:07 +00:00
Etienne Kneuss
3afb143e65
SplFileObject does not accept directories. It did not check for that and blindly opened the directory, which works on linux but fails on windows. Now SplFileObject uses a stat() call to make sure it isn't a directory, if it is, it fails with an exception. Tests have been changed accordingly.
2011-09-08 15:52:59 +00:00
Rui Hirokawa
9103c93606
2nd arguments is necessary in mb_parse_str because register_globals was removed in PHP 5.4.
2011-09-08 15:20:17 +00:00
Hannes Magnusson
31d09c9c4c
Fixed bug#54798 Segfault when CURLOPT_STDERR file pointer is closed before calling curl_exec
2011-09-08 14:37:18 +00:00
Pierre Joye
c4c7c48ac6
- fix test, again...
2011-09-08 11:52:37 +00:00
Ferenc Kovacs
f40fd8236e
skip these tests if can't connect to mysql
2011-09-08 11:30:58 +00:00
Pierre Joye
6f2cd0fcef
- fix test
2011-09-08 11:24:33 +00:00
Pierre Joye
0e05312d03
- skip if no hash
2011-09-08 10:00:47 +00:00
Hannes Magnusson
cf11413db3
Fix the path to the .pem
2011-09-08 09:27:47 +00:00
Christopher Jones
53cfca411b
Use unique object names to reduce potential clashes when testing in parallel
2011-09-07 19:19:00 +00:00
Rasmus Lerdorf
331766c3bf
This test was added to verify that bug 39322 was fixed, which the test
...
does test for and this works. However, it consistently failed because
it relied on a SIGHUP not terminating a sh -c /usr/bin/nohup sleep 50
process which doesn't work because the SIGHUP goes to the sh process
not the nohup'ed sleep process. So, I have sped up the test and removed
the nohup and instead of trying to SIGHUP I am just doing the equivalent
of a kill 0 on it to verify that the resource sticks around.
2011-09-07 18:09:34 +00:00
Ilia Alshanetsky
12e983e714
Fixed tests (skip when catch-all DNS such as openDNS is being used)
2011-09-07 15:31:48 +00:00
Rui Hirokawa
36378d34f8
fixed invalid utf-8 check.
2011-09-07 14:30:06 +00:00
Hannes Magnusson
4e9a7658b8
Revert r316345 which fixes all the tests again
2011-09-07 13:50:18 +00:00
Hannes Magnusson
03d8301d7c
Fix errormessage
2011-09-07 13:47:31 +00:00
Hannes Magnusson
a078c05513
Fix folding
2011-09-07 13:46:45 +00:00
Johannes Schlüter
bea25b5e55
- Use myslqnd by default when MySQL extensions are activated but no path given
2011-09-07 13:33:56 +00:00
Pierre Joye
6b4717da8e
- reject paths with trainling spaces using the very good new zend arg
2011-09-07 12:33:22 +00:00
Hannes Magnusson
12d67c1a45
Fix cleanup routines
2011-09-07 12:05:19 +00:00
Pierre Joye
cf2ec7665e
- skip on win, diff TZ format
2011-09-07 11:26:59 +00:00
Hannes Magnusson
2fd3e799d8
The error message is different when built with zts
2011-09-07 10:41:38 +00:00
Hannes Magnusson
ce6f5e32ba
Update skipif
2011-09-07 10:39:55 +00:00
Hannes Magnusson
b6e2e54b70
Sync tests between branches and fix the getcontent test
2011-09-07 10:38:53 +00:00
Hannes Magnusson
3f85bc95f7
Update skipif message
2011-09-07 10:34:58 +00:00
Pierre Joye
e57b66393b
- force LF (svn prop and config)
2011-09-07 10:14:02 +00:00
Pierre Joye
5a14cd627d
- fix test for OS where dir sep is \
2011-09-07 09:19:28 +00:00
Pierre Joye
e63aa705a3
- fix test for OS where dir sep is \
2011-09-07 09:03:07 +00:00
Pierre Joye
e2ac1fc386
- add skipif for dom
2011-09-07 08:12:08 +00:00
Stanislav Malyshev
a447acdcc6
Commit Gustavo's closure rebinding patch as desided by vote
2011-09-07 06:46:27 +00:00
Xinchen Hui
b7788089e1
fix skipif description
2011-09-07 00:59:10 +00:00
Andrey Hristov
222c5b4a9c
Fix problems with the unbuffered set detection, for libmysql, which resulted
...
in always true. Thanks Stas.
2011-09-06 19:52:19 +00:00
Stanislav Malyshev
a226fcc15e
improve open_basedir handling
2011-09-06 19:51:35 +00:00
Pierre Joye
eea14c09fc
- fix #55622 , mem corruption on large input
2011-09-06 17:41:08 +00:00
Pierre Joye
d37605a5f1
- useless skipif
2011-09-06 17:10:16 +00:00
Ulf Wendel
1c7a318421
Fixing SKIPIF
2011-09-06 16:39:55 +00:00
Johannes Schlüter
fca3b40d7b
- Fix bug #55609 (mysqlnd cannot be built shared)
...
# This adds an option --enable-mysqlnd to explicitly built mysqlnd, like any
# other extension it can be used with =shared to build mysqlnd shared;
# mysqlnd will implicitly enabled when requested from another extension
2011-09-06 16:38:22 +00:00
Ulf Wendel
696a1bdc07
Fixing SKIPIF
2011-09-06 16:37:45 +00:00
Ulf Wendel
6277b2857a
Fixing SKIPIF fatal error. 6.0 is history, thus SKIPIF might need further updates?
2011-09-06 16:30:53 +00:00