Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2 |
|
#
1fc2b791 |
| 23-Sep-2004 |
Ilia Alshanetsky |
Make handle error messages handle persistent situations better. |
#
72040f7f |
| 23-Sep-2004 |
Wez Furlong |
more method table adjustments. mysql driver needs work with the error message stuff. Other drivers need a bit more auditing... |
Revision tags: php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1 |
|
#
65ae3572 |
| 29-Jul-2004 |
Ilia Alshanetsky |
Proper parameter separators for PostgreSQL connection initialization. |
#
0b40c1d8 |
| 28-Jul-2004 |
Marcus Boerger |
- Trim error messages |
#
7557b388 |
| 28-Jul-2004 |
Marcus Boerger |
- Fix shutdown problems |
#
d5923d91 |
| 28-Jul-2004 |
Wez Furlong |
equivalent segv/shutdown fix for failed connect |
Revision tags: RELEASE_0_1 |
|
#
0d085b25 |
| 20-Jul-2004 |
Ilia Alshanetsky |
Allow pgsql driver to accept login & password as separate parameters like other PDO drivers can. |
Revision tags: php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1 |
|
#
9cc4fb18 |
| 26-May-2004 |
Edin Kadribasic |
PQfreemem() is only available in 7.4 |
#
c7a2cf73 |
| 25-May-2004 |
Edin Kadribasic |
Whitespace: editor in the wrong mode ;) |
#
16a53a00 |
| 25-May-2004 |
Edin Kadribasic |
Add transaction support |
#
ff1cbb84 |
| 25-May-2004 |
Edin Kadribasic |
Use binary safe function for quoting |
#
ce389134 |
| 25-May-2004 |
Ilia Alshanetsky |
Fixed memory leak. |
Revision tags: php-4.3.7RC1, RELEASE_0_1_1 |
|
#
64f0ec7b |
| 21-May-2004 |
Wez Furlong |
Update for placeholder flags |
#
41784bfc |
| 20-May-2004 |
Ilia Alshanetsky |
Kill unused var. |
#
4cdf1431 |
| 20-May-2004 |
Wez Furlong |
Fix build on win32 |
#
afb39798 |
| 20-May-2004 |
Ilia Alshanetsky |
Fixed parameter order. |
#
ebd608ba |
| 20-May-2004 |
Ilia Alshanetsky |
Added getAttribute() handler. Fixed leak inside exec(). |
#
7f6343e6 |
| 20-May-2004 |
Edin Kadribasic |
Use native PostgreSQL connect string e.g. $db = new PDO("pgsql:dbname=template1 user=postgres password=secret"); |
#
9cfeb256 |
| 20-May-2004 |
Edin Kadribasic |
We quote with ' in real databases |
#
1c2b47c4 |
| 20-May-2004 |
Ilia Alshanetsky |
Make sure that the error string is freed. |
#
f8d04561 |
| 20-May-2004 |
Ilia Alshanetsky |
Last insert id (oids) support. |
#
38eb52b8 |
| 20-May-2004 |
Ilia Alshanetsky |
Make doer() work. Make error reporting system work. |
#
d9decf0d |
| 20-May-2004 |
Wez Furlong |
Fix prototype. Use user-supplied path before the default when looking for headers |
#
9d6c2599 |
| 20-May-2004 |
Edin Kadribasic |
PostgreSQL PDO driver. |