Rasmus Lerdorf
4507292dfc
And there is no 23,24,25 in this test at all. Perhaps these lines were
...
added to the wrong file by mistake? Those were the same ones missing from
pdo_mysql___construct_options.phpt
2009-11-25 05:38:33 +00:00
Rasmus Lerdorf
04927191c7
Unless I am completely misreading this test case, these 3 lines at the
...
end should be in the expected output.
2009-11-25 05:29:57 +00:00
Felipe Pena
4bafbf58f8
- Fixed bug #49521 (PDO fetchObject sets values before calling constructor)
...
(patch by Pierrick)
2009-11-15 16:20:37 +00:00
Ulf Wendel
973d7badd5
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
Ulf Wendel
58f7c5f578
Updating test - no error message any more. Maybe the PDO core has changed... whatever, one issue less
2009-10-26 11:48:47 +00:00
Ulf Wendel
ee36281037
Updating test, mysqlnd support init commands
2009-10-26 11:41:30 +00:00
Ulf Wendel
381ebe751b
mysqlnd supports INIT_COMMAND and so we can add it to PDO_MYSQL @ mysqlnd
2009-09-22 15:31:35 +00:00
Gwynne Raskind
9adf2ed4aa
call-time pass-by-reference is deprecated in 5.3
2009-07-02 10:05:15 +00:00
Felipe Pena
a3e90c2a63
- Fix test
2009-03-24 15:51:13 +00:00
Felipe Pena
861d51223f
MFH:
...
- Fixed bug #44409 (PDO::FETCH_SERIALIZE calls __construct())
Patch by: matteo at beccati dot com
2009-03-23 23:15:03 +00:00
David Coallier
55ad0efd17
- Make test conform to the error reporting that always returns
...
three elements. Adjusted all bugs and tests that were using
errorInfo() and errorCode() (dbh & stmt)
2008-11-10 18:44:04 +00:00
David Coallier
d781f9d67f
- Hrphm, sorry about that, forgot the array value. Now the test runs fine
2008-11-10 12:49:51 +00:00
David Coallier
d2c1047241
- Adjusted test to make sure it reflects the behavior of the method
2008-11-10 12:40:23 +00:00
Felipe Pena
e0fededeba
- MFH: Fixed bug #44327 (PDORow::queryString property & numeric offsets / Crash)
2008-11-03 15:33:23 +00:00
Johannes Schlüter
40e42663f5
MFH: Fix #44135 (PDO MySQL does not support CLIENT_FOUND_ROWS)
2008-10-27 18:32:08 +00:00
Felipe Pena
02fee77584
- Fixed test
2008-10-19 18:23:53 +00:00
Johannes Schlüter
a3e4b27857
Fix test
2008-10-19 18:08:29 +00:00
Johannes Schlüter
c8361e7cfe
MFH: fix mysqlnd detection
2008-10-19 12:43:34 +00:00
Johannes Schlüter
0b216b4161
Fix test
2008-10-19 12:20:43 +00:00
Johannes Schlüter
0614a7763e
MFH: Add PDO::MYSQL_ATTR_COMPRESS connection flag [DOC]
2008-10-14 19:00:53 +00:00
Felipe Pena
42e3a93a8b
- Added SKIPIF
2008-10-14 17:45:52 +00:00
Felipe Pena
84be2eb47b
- MFH: Fixed bug #46292 (PDO::setFetchMode() shouldn't requires the 2nd arg when using FETCH_CLASSTYPE)
2008-10-14 17:36:02 +00:00
Felipe Pena
8a5ee4b33a
- Fixed tests
2008-10-10 16:51:43 +00:00
Felipe Pena
1f54af9245
MFH:
...
- Fixed bug #44251 (Question mark and an escaped singel quote lead to an exception)
- Fixed bug #41125 (PDO mysql + quote() + prepare() can result in seg fault)
Patch by: tsteiner at nerdclub dot net
2008-10-10 12:10:41 +00:00
Felipe Pena
62d2239964
- Fix typo
2008-10-09 01:08:55 +00:00
Johannes Schlüter
5db154d49e
MFH: Fix test
2008-10-01 19:45:22 +00:00
Johannes Schlüter
2c98da2d17
MFH Fix #44425 (Extending PDO/MySQL class with a __call() function doesn't work)
2008-09-16 23:35:50 +00:00
Ulf Wendel
44b9a0215c
MFH (prepare() fallback logic)
2008-07-24 15:08:02 +00:00
Ulf Wendel
60e70d1760
MFH (32bit fix)
2008-07-24 12:54:50 +00:00
Ulf Wendel
e5f3857589
MFH
2008-07-23 13:04:18 +00:00
Antony Dovgal
a8af74f3d4
fix test names
2008-07-23 10:23:08 +00:00
Johannes Schlüter
be0793d2e7
MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499,
...
pecl#12794, pecl#12401
# Running the tests:
# (Note: Doesn't work currnetly on HEAD, see:
# http://news.php.net/php.qa/64378 )
#
# PDO_MYSQL_TEST_DSN - DSN
# For example: mysql:dbname=test;host=localhost;port=3306
#
# PDO_MYSQL_TEST_HOST - database host
# PDO_MYSQL_TEST_DB - database (schema) name
# PDO_MYSQL_TEST_SOCKET - database server socket
# PDO_MYSQL_TEST_ENGINE - storage engine to use
# PDO_MYSQL_TEST_USER - database user
# PDO_MYSQL_TEST_PASS - database user password
# PDO_MYSQL_TEST_CHARSET - database charset
#
# NOTE: if any of PDO_MYSQL_TEST_[HOST|DB|SOCKET|ENGINE|CHARSET] is
# part of PDO_MYSQL_TEST_DSN, the values must match. That is, for example,
# for PDO_MYSQL_TEST_DSN = mysql:dbname=test you MUST set PDO_MYSQL_TEST_DB=test.
2008-07-21 13:09:28 +00:00
Ilia Alshanetsky
dc1c6f74c8
Fixed bug #41698 (float parameters truncated to integer in prepared
...
statements).
2007-06-26 01:24:10 +00:00
Antony Dovgal
ff514e208e
fix tests
2007-05-18 11:47:58 +00:00
Antony Dovgal
1f65545121
fix test names
2007-05-07 18:03:01 +00:00
Antony Dovgal
bb489851e9
win32 test fixes
2007-04-18 08:06:29 +00:00
Hannes Magnusson
14b7a1bdd1
Fix skipif
2006-12-12 08:13:31 +00:00
Ilia Alshanetsky
b7b0f4d988
Fixed bug #39759 (Can't use stored procedures fetching multiple result
...
sets in pdo_mysql).
2006-12-08 19:50:40 +00:00
Ilia Alshanetsky
fc21d423fd
Added test for previous bug
2006-12-04 00:40:31 +00:00
Ilia Alshanetsky
c6ace95236
Fixed bug #37445 (Fixed crash in pdo_mysql resulting from premature object
...
destruction).
2006-07-31 20:18:11 +00:00
Ilia Alshanetsky
624e5f83c8
Fixed tests from being always skipped.
2006-07-31 20:14:40 +00:00
Hartmut Holzgraefe
836e74ebee
MFH
2006-07-10 14:06:13 +00:00
Wez Furlong
c28a9a4e5c
Closes PECL Bug #5802
2005-10-29 02:41:50 +00:00
Wez Furlong
e0924b7451
Close PECL Bug #5780
2005-10-29 02:36:30 +00:00
Ilia Alshanetsky
5a29be9b7d
Fixed tests for ZTS builds
2005-10-18 00:12:30 +00:00
Ilia Alshanetsky
d467331307
Fixed test for ZTS builds
2005-10-18 00:06:20 +00:00
Ilia Alshanetsky
bfe844e41e
MFH: Make PDO use class constants
2005-09-20 00:35:21 +00:00
Wez Furlong
2d16ed7706
Add test for this bug report; can't repeat the problem.
2005-09-10 19:27:29 +00:00
foobar
417f113940
MFH
2005-08-11 23:45:22 +00:00
Wez Furlong
8c446726cf
Add test case
2005-07-14 02:21:03 +00:00