Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 8 | -8/+8 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.re **/*.y **/*.l | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | - Updated pdo_pgsql tests to be 8.5+ friendly | Matteo Beccati | 2009-12-25 | 1 | -1/+1 |
| | |||||
* | - Fixed memory leak when E_STRICT message is getted | Felipe Pena | 2009-12-14 | 1 | -0/+4 |
| | |||||
* | - Fixed bug #50458 (PDO::FETCH_FUNC fails with Closures) | Pierrick Charron | 2009-12-14 | 2 | -82/+38 |
| | |||||
* | - Fixed bug #49174 (crash on queryString set) | Felipe Pena | 2009-12-13 | 1 | -2/+2 |
| | |||||
* | - Fixed bug #50445 (PDO-ODBC stored procedure call from Solaris 64-bit ↵ | Felipe Pena | 2009-12-11 | 1 | -4/+6 |
| | | | | | | | causes seg fault). (Original patch by davbrown4 at yahoo dot com) | ||||
* | - Added MAKE_COPY_ZVAL(ppzv, pzv) macro | Felipe Pena | 2009-12-08 | 1 | -6/+2 |
| | |||||
* | Fixed bug #50323 (Allow use of ; in values via ;; in PDO DSN even in the ↵ | Pierrick Charron | 2009-12-06 | 1 | -4/+36 |
| | | | | middle of a string). | ||||
* | Fixed bug #50323 (Allow use of ; in values via ;; in PDO DSN). | Ilia Alshanetsky | 2009-12-06 | 1 | -1/+1 |
| | |||||
* | Fixed bug #45120 (PDOStatement->execute() returns true then false for same ↵ | Pierrick Charron | 2009-12-03 | 1 | -0/+1 |
| | | | | statement). | ||||
* | Don't ignore the 2nd parameter to PDO's quote() method that identifies the ↵ | Ilia Alshanetsky | 2009-11-20 | 1 | -2/+1 |
| | | | | data type | ||||
* | - Fixed bug #49521 (PDO fetchObject sets values before calling constructor) | Felipe Pena | 2009-11-15 | 2 | -26/+31 |
| | | | | | (patch by Pierrick) | ||||
* | - Fixed PDORow and PDOStatement crashes when instantiating throught Reflection | Felipe Pena | 2009-10-12 | 3 | -29/+58 |
| | |||||
* | - Revert my mistake | Felipe Pena | 2009-07-19 | 1 | -2/+2 |
| | |||||
* | - Fixed module check (Related to bug #48785) | Felipe Pena | 2009-07-19 | 1 | -2/+2 |
| | |||||
* | - Removed trailing zeros on double to string conversion (noticed on #48924) | Felipe Pena | 2009-07-16 | 1 | -1/+1 |
| | |||||
* | MFH | Matteo Beccati | 2009-05-12 | 1 | -0/+104 |
| | | | | | | | | - Moved test for bug #44861 to PDO commons and added support for pdo_oci # This allows scrollable cursors to be tested with all the drivers # that currently support them (pgsql and oci), ensuring a consistent # behaviour. The test is skipped when using other drivers. | ||||
* | MFH: Fix proto | Kalle Sommer Nielsen | 2009-05-02 | 1 | -1/+1 |
| | |||||
* | MFH: | Matteo Beccati | 2009-04-23 | 1 | -2/+1 |
| | | | | | | | | - Reverted previous fix for bug #46274 and properly fixed it - Fixed bug #48060 # Also added tests for pdo_oci as it's the only other driver currently # using streams: no regression found | ||||
* | MFH: | Matteo Beccati | 2009-04-02 | 3 | -57/+179 |
| | | | | | | | | - Fixed bug #44173 (PDO->query() parameter parsing/checking needs an update) # The changeset is longer than really needed because pdo_stmt.c was # refactored to remove the "goto" | ||||
* | - Fix typo | Felipe Pena | 2009-03-26 | 1 | -1/+1 |
| | |||||
* | MFH: - Fixed bug #47769 (Strange extends PDO) | Felipe Pena | 2009-03-26 | 2 | -11/+33 |
| | |||||
* | MFH: | Felipe Pena | 2009-03-23 | 2 | -1/+52 |
| | | | | | | - Fixed bug #44409 (PDO::FETCH_SERIALIZE calls __construct()) Patch by: matteo at beccati dot com | ||||
* | MFH | Andrei Zmievski | 2009-03-12 | 1 | -1/+1 |
| | |||||
* | MFH: Fix #46542 Extending PDO class with a __call() function doesn't work | Johannes Schlüter | 2009-02-17 | 1 | -1/+1 |
| | | | | | as expected | ||||
* | - Missing "DROP TABLE" | Felipe Pena | 2009-02-16 | 1 | -0/+3 |
| | |||||
* | - Added missing void param check and arginfo | Felipe Pena | 2009-02-13 | 1 | -8/+26 |
| | |||||
* | MFH: | Felipe Pena | 2009-02-13 | 1 | -15/+20 |
| | | | | | | - Fixed bug #43831 ($this gets mangled when extending PDO with persistent connection) - Fixed bug #45432 (PDO: persistent connection leak) | ||||
* | - MFH: Fixed bug #47297 (pdo_033.phpt fails on PgSQL) | Felipe Pena | 2009-02-04 | 1 | -1/+3 |
| | | | | | Patch by matteo at beccati dot com | ||||
* | create temporary db in the current dir and cleanup on completion | Antony Dovgal | 2009-01-05 | 1 | -2/+4 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 8 | -8/+8 |
| | |||||
* | MFH: Bump copyright year, 2 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | we do not need the strndup() now that php_stream_printf() handles non-null ↵ | Nuno Lopes | 2008-12-12 | 1 | -3/+1 |
| | | | | terminated strings correctly | ||||
* | Fixed a possible corruption inside PDOStatement::debugDumpParams() | Ilia Alshanetsky | 2008-12-11 | 1 | -1/+3 |
| | |||||
* | MFH | Antony Dovgal | 2008-12-03 | 1 | -2/+4 |
| | |||||
* | Fixed error message typo | Matt Wilmas | 2008-12-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug #46409 (__invoke method called outside of object context when ↵ | Dmitry Stogov | 2008-11-27 | 2 | -15/+15 |
| | | | | using array_map) | ||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 2 | -13/+0 |
| | |||||
* | - MFH: Better fix | Felipe Pena | 2008-11-13 | 2 | -15/+9 |
| | |||||
* | - MFH: declaration goes first... | Pierre Joye | 2008-11-13 | 2 | -4/+4 |
| | |||||
* | - MFH: Fixed invalid reads | Felipe Pena | 2008-11-13 | 2 | -3/+3 |
| | |||||
* | - After readying Johannes's mail, the conclusion that a "smarter" system | David Coallier | 2008-11-10 | 2 | -3/+45 |
| | | | | | | | | | | | | | 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 | ||||
* | MFH: | Felipe Pena | 2008-11-05 | 1 | -4/+4 |
| | | | | | | - Fixed wrong check - Improved test | ||||
* | - MFH | David Coallier | 2008-11-04 | 1 | -0/+7 |
| | | | | | | | | | | | | - 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. | ||||
* | - MFH: Improved fix | Felipe Pena | 2008-11-03 | 1 | -4/+8 |
| | |||||
* | MFH: | Felipe Pena | 2008-11-03 | 1 | -0/+1 |
| | | | | | | - Fixed endless loop in PDOStatement::debugDumpParams() patch by: Jonah H. Harris <jonah.harris at gmail dot com> | ||||
* | - MFH: Fixed bug #44327 (PDORow::queryString property & numeric offsets / Crash) | Felipe Pena | 2008-11-03 | 1 | -0/+3 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 2 | -0/+13 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 2 | -13/+0 |
| |