Revision tags: php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3 |
|
#
162aed0a |
| 17-Feb-2009 |
Johannes Schlüter |
MFH: Fix #46542 Extending PDO class with a __call() function doesn't work as expected |
#
d01257ff |
| 13-Feb-2009 |
Felipe Pena |
- Added missing void param check and arginfo |
#
f0a96595 |
| 13-Feb-2009 |
Felipe Pena |
MFH: - Fixed bug #43831 ($this gets mangled when extending PDO with persistent connection) - Fixed bug #45432 (PDO: persistent connection leak) |
Revision tags: php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1 |
|
#
08659c2d |
| 31-Dec-2008 |
Sebastian Bergmann |
MFH: Bump copyright year, 3 of 3. |
Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7 |
|
#
fafa7f27 |
| 03-Dec-2008 |
Matt Wilmas |
Fixed error message typo |
Revision tags: php-5.2.7RC5 |
|
#
7d4fd3fd |
| 27-Nov-2008 |
Dmitry Stogov |
Fixed bug #46409 (__invoke method called outside of object context when using array_map) |
Revision tags: php-5.2.7RC4 |
|
#
c8103324 |
| 13-Nov-2008 |
Pierre Joye |
- MFH: declaration goes first... |
Revision tags: BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE |
|
#
9334bbd6 |
| 10-Nov-2008 |
David Coallier |
- After readying Johannes's mail, the conclusion that a "smarter" system to find out if the return_value had the correct number of elements was definitely needed. Simply added a differenc
- After readying Johannes's mail, the conclusion that a "smarter" system to find out if the return_value had the correct number of elements was definitely needed. Simply added a difference to both dbh and stmt to make sure that the error info always has 3 elements. - Bug #44154 (pdo->errorInfo doesn't always return three elements) - Now pdo->errorInfo() AND stmt->errorInfo() return three elements. - [DOC] Make sure that not only the pdo->errorInfo() is returning 3 elms, but also the PDOStatement object
show more ...
|
Revision tags: php-5.2.7RC3 |
|
#
80e3ed56 |
| 04-Nov-2008 |
David Coallier |
- MFH - Bug #44154: [DOC] Return 3 elements at all times. If the dbh stmt doesn't have an error code we used to return an array with one element. For the sake of consistency and verif
- MFH - Bug #44154: [DOC] Return 3 elements at all times. If the dbh stmt doesn't have an error code we used to return an array with one element. For the sake of consistency and verification of returned values at userland we are now returning an array with 3 elements. Note the two last elements are null but present - Bug #4413: [DOC] If the error code returned by the DBH is null, we return a null value. This is used in order to help with empty error codes.
show more ...
|
Revision tags: php-5.2.7RC2, php-5.2.7RC1 |
|
#
8d03c0de |
| 09-Oct-2008 |
Felipe Pena |
- MFH: Fixed bug pecl#9641 (Unable to add driver specific methods to PDOStatement) (patch by Christopher Jones) |
#
2c98da2d |
| 16-Sep-2008 |
Johannes Schlüter |
MFH Fix #44425 (Extending PDO/MySQL class with a __call() function doesn't work) |
Revision tags: php-4.4.9, php-5.3.0alpha1 |
|
#
691d4a69 |
| 25-Jul-2008 |
Dmitry Stogov |
Fixed uninitialised data |
Revision tags: php-4.4.9RC1, BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6 |
|
#
3bcf8a3d |
| 22-Apr-2008 |
Ilia Alshanetsky |
Added a warning message on pdo::exec() failure in the event of an empty query |
Revision tags: RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1 |
|
#
57f51ee9 |
| 18-Mar-2008 |
Antony Dovgal |
remove ze1_compat leftovers |
#
84a8bb03 |
| 10-Mar-2008 |
Felipe Pena |
MFH: New way for check void parameters |
Revision tags: php-5.2.6RC2 |
|
#
1a3f7f64 |
| 03-Mar-2008 |
Ilia Alshanetsky |
Fixed bug #44166 (Parameter handling flaw in PDO::getAvailableDrivers()) |
Revision tags: php-5.2.6RC1 |
|
#
2fc9f592 |
| 21-Feb-2008 |
Ilia Alshanetsky |
Fixed bug #44189 (PDO setAttribute() does not properly validate values for native numeric options) |
Revision tags: RELEASE_1_3_1 |
|
#
6e712e05 |
| 19-Feb-2008 |
Felipe Pena |
MFB: Fixed Bug #44159 (Crash: $pdo->setAttribute(PDO::STATEMENT_ATTR_CLASS, NULL)) |
Revision tags: php-4.4.8 |
|
#
d1dded87 |
| 31-Dec-2007 |
Sebastian Bergmann |
MFH: Bump copyright year, 2 of 2. |
#
07487ad0 |
| 30-Dec-2007 |
David Soria Parra |
- Fixed bug #43663 (Extending PDO class with a __call() function doesn't work). CVS |
Revision tags: php-4.4.8RC1, RELEASE_1_2_3, php-5.2.5, php-5.2.5RC2, php-5.2.5RC1 |
|
#
4b4d634c |
| 07-Oct-2007 |
Yiduo (David) Wang |
MFH: Added macros for managing zval refcounts and is_ref statuses |
Revision tags: BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2 |
|
#
6c810b0d |
| 27-Sep-2007 |
Dmitry Stogov |
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) |
#
910850be |
| 12-Sep-2007 |
Ilia Alshanetsky |
Fixed bug #42643 (CLI segfaults if using ATTR_PERSISTENT). |
Revision tags: RELEASE_1_2_4 |
|
#
2fc92c91 |
| 30-Aug-2007 |
Hannes Magnusson |
- Fixed bug #42452 (PDO classes do not expose Reflection API information) - Fixed tests |
Revision tags: RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND |
|
#
39c17058 |
| 16-Jul-2007 |
Ilia Alshanetsky |
Fixed a possible crash inside the constructor |