Johannes Schlüter
410a781063
- Fix bug #54644 (wrong pathes in php_pdo_mysql_int.h)
2011-05-09 11:34:17 +00:00
Johannes Schlüter
4a8eeb7afb
- Fix bug #54644 (wrong pathes in php_pdo_mysql_int.h)
2011-05-09 11:34:17 +00:00
Rob Richards
1b6dd18082
Implement FR #48587 (MySQL PDO driver doesn't support SSL connections)
2011-04-15 14:24:40 +00:00
Rob Richards
944a2b0c80
Implement FR #48587 (MySQL PDO driver doesn't support SSL connections)
2011-04-15 14:24:40 +00:00
Kalle Sommer Nielsen
ba4fbb05ae
Remove this void comment (c/p mistake)
2011-01-17 09:59:07 +00:00
Kalle Sommer Nielsen
dc8da85778
Remove this void comment (c/p mistake)
2011-01-17 09:59:07 +00:00
Kalle Sommer Nielsen
504b6f695e
MFT: Implemented FR #47802 (Support for setting character sets in DSN strings)
2011-01-17 09:54:22 +00:00
Johannes Schlüter
fc49f76caa
- Fix #53551 (PDOStatement execute segfaults for pdo_mysql driver)
2011-01-14 14:57:57 +00:00
Johannes Schlüter
22b42afaee
- Fix #53551 (PDOStatement execute segfaults for pdo_mysql driver)
2011-01-14 14:57:57 +00:00
Kalle Sommer Nielsen
ee62a1a747
Added test case for #47802 and fixed macro name after the move to mysql_options()
2011-01-07 17:18:30 +00:00
Kalle Sommer Nielsen
1351c2e2c6
Update to use mysql_options() instead of mysql_set_character_set() (As suggested by Andrey)
2011-01-07 14:58:23 +00:00
Kalle Sommer Nielsen
e4c36b054c
Implemented FR #47802 , support for character sets in DSN strings for PDO_MYSQL
2011-01-07 14:39:56 +00:00
Felipe Pena
927bf09c29
- Year++
2011-01-01 02:19:59 +00:00
Felipe Pena
0203cc3d44
- Year++
2011-01-01 02:17:06 +00:00
Andrey Hristov
fe719c5e42
profiling in trace mode
2010-10-22 15:46:26 +00:00
Andrey Hristov
924bb78167
profiling in trace mode
2010-10-22 15:46:26 +00:00
Ulf Wendel
bd73903efb
Fix test: third parameter can be false.
2010-10-05 14:41:08 +00:00
Ulf Wendel
8c319bf942
Fix test: third parameter can be false.
2010-10-05 14:41:08 +00:00
Kalle Sommer Nielsen
33c99f9a44
Fixed constness compiler warning in pdo_mysql
2010-10-05 09:58:15 +00:00
Kalle Sommer Nielsen
d6efd2fef4
Fixed constness compiler warning in pdo_mysql
2010-10-05 09:58:15 +00:00
Ulf Wendel
8236f62ce2
Test update for sql_mode = ANSI
2010-09-22 15:16:07 +00:00
Ulf Wendel
841c151b64
Test update for sql_mode = ANSI
2010-09-22 15:16:07 +00:00
Ulf Wendel
c30edd027f
Dont be strict on error messages, they can vary by server version
2010-09-20 09:04:48 +00:00
Ulf Wendel
70d231bf13
Dont be strict on error messages, they can vary by server version
2010-09-20 09:04:48 +00:00
Ulf Wendel
d27642fece
PHP has changed (undefined) behaviour from 5.3.2 to 5.3.3: ->{} = , which seems to have been never an officially supported syntax and have never been a valid property name, is no longer allowed and PHP bails.
2010-08-31 14:43:02 +00:00
Ulf Wendel
d3670280f0
PHP has changed (undefined) behaviour from 5.3.2 to 5.3.3: ->{} = , which seems to have been never an officially supported syntax and have never been a valid property name, is no longer allowed and PHP bails.
2010-08-31 14:43:02 +00:00
Ulf Wendel
d0e7e5aa2a
If you add functions to the PDO core, take care not to break other PDO drivers tests, document the function and provide a function test for the PDO core to check your default/fallback implementation.
2010-08-30 09:20:48 +00:00
Ulf Wendel
b12d435b14
If you add functions to the PDO core, take care not to break other PDO drivers tests, document the function and provide a function test for the PDO core to check your default/fallback implementation.
2010-08-30 09:20:48 +00:00
Johannes Schlüter
eaad585a2e
- Drop (broken) support for libmysql 3.23 and 4.0 from pdo_mysql, see bug #51259
2010-08-05 13:29:44 +00:00
Ulf Wendel
0ab82cecc2
Fixing test - see also gcov results
2010-05-31 13:28:15 +00:00
Ulf Wendel
aa9915ce5d
Fixing test - see also gcov results
2010-05-31 13:28:15 +00:00
Ulf Wendel
2613069cd4
Improve EXPECTF to work with other than default schemata
2010-05-31 10:52:14 +00:00
Ulf Wendel
51044eb919
Improve EXPECTF to work with other than default schemata
2010-05-31 10:52:14 +00:00
Andrey Hristov
9c90bf42c1
Fix for Bug #51870
...
PDO::fetchAll after a PDO::execute with bindings lead to a segv.
It is only in unreleased code and thus doesn't deserve a NEWS entry
2010-05-21 11:09:28 +00:00
Andrey Hristov
7f44538a11
Fix for Bug #51870
...
PDO::fetchAll after a PDO::execute with bindings lead to a segv.
It is only in unreleased code and thus doesn't deserve a NEWS entry
2010-05-21 11:09:28 +00:00
Pierrick Charron
8f128b2b13
Fixed bug #51670 getColumnMeta causes segfault when re-executing query after calling nextRowset
2010-04-27 05:56:56 +00:00
Pierrick Charron
1892d92d68
Fixed bug #51670 getColumnMeta causes segfault when re-executing query after calling nextRowset
2010-04-27 05:56:56 +00:00
Kalle Sommer Nielsen
cb30330800
Merge safe_mode changes into extensions that are in sync in both branches
2010-04-26 23:55:03 +00:00
Kalle Sommer Nielsen
dd8e59da8f
Removed safe_mode
...
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
2010-04-26 23:53:30 +00:00
Antony Dovgal
adaf07849d
fix typo
2010-04-06 13:42:21 +00:00
Antony Dovgal
d7e716b8f0
fix typo
2010-04-06 13:42:21 +00:00
Andrey Hristov
7496cc761e
decouple the methods in MYSQLND_STMT from the data,
...
needed to move to a new structure MYSQLND_STMT. Makes
the code cleaner and less error-prone.
Also fix PDO/MySQL which directly touch mysqlnd internals
instead of using API calls.
2010-03-16 12:36:57 +00:00
Johannes Schlüter
ed03634a8c
Revert 290786: Fixed bug #49521 (PDO fetchObject sets values before calling
...
constructor)
2010-02-11 22:14:06 +00:00
Andrey Hristov
e50de7d982
Pass tsrmls to all functions, which might need it in the future.
...
We are anyway breaking the internal ABI in 5.3.2 so this won't hurt
and make us prepared for the future.
2010-02-03 17:31:29 +00:00
Gwynne Raskind
775659b921
ZEND_EXTERN_MODULE_GLOBALS() is necessary with ZTS, at least on OS X. How confusing.
2010-01-31 20:00:36 +00:00
Ilia Alshanetsky
6616ceaefa
Fixed crash in ZTS mode due to ini values not being initialized
2010-01-31 19:18:56 +00:00
Rasmus Lerdorf
693eff5dc2
Blah, PDO_DBG_ENABLED is a 0/1 toggle
2010-01-31 17:07:31 +00:00
Rasmus Lerdorf
cc4e15ce53
RINIT/RSHUTDOWN do nothing unless PDO_DBG_ENABLED is defined,
...
so don't waste time calling them on every request.
2010-01-31 16:56:52 +00:00
Ilia Alshanetsky
daa380c0cb
Fixed bug #50829 (php.ini directive pdo_mysql.default_socket is ignored)
2010-01-26 13:15:52 +00:00
Johannes Schlüter
6dda7add54
Overlong hostnames breakthistest on NIS enabled FreeBSD
2010-01-21 13:30:46 +00:00