summaryrefslogtreecommitdiff
path: root/ext/pdo/pdo_stmt.c
Commit message (Expand)AuthorAgeFilesLines
* - Nuke php3 legacyfoobar2005-12-061-2/+2
* tweak the fixAntony Dovgal2005-12-011-2/+2
* fix #35508 (PDO fails when unknown fetch mode specified)Antony Dovgal2005-12-011-0/+8
* fix #35430 (PDO crashes on incorrect FETCH_FUNC use)Antony Dovgal2005-11-271-1/+3
* MFB51: Fixed bug #35358 (Incorrect error messages for PDO class constants).Ilia Alshanetsky2005-11-241-24/+30
* - Fix memleaksMarcus Boerger2005-10-301-1/+5
* - Fix PECL Bug #5772; FETCH_FUNC broken for mixed case function namesMarcus Boerger2005-10-291-1/+7
* Fixed bug #34809 (FETCH_INTO in PDO crashes without a destination object).Ilia Alshanetsky2005-10-101-0/+6
* - Fixed Bug #34590 User defined PDOStatement class can't implement methodsMarcus Boerger2005-09-211-1/+1
* ZTS fixDmitry Stogov2005-09-121-2/+2
* Merge changes from 5.1 branch.Wez Furlong2005-09-111-9/+67
* Resolution to http://pecl.php.net/bugs/bug.php?id=5193 for all drivers.George Schlossnagle2005-09-011-0/+4
* zend_is_callable() and zend_make_callable() were changed to return readable f...Dmitry Stogov2005-08-221-3/+1
* And hereAndrei Zmievski2005-08-161-1/+1
* Unicode supportDmitry Stogov2005-08-161-7/+19
* Unicode supportDmitry Stogov2005-08-151-40/+23
* Unicode supportDmitry Stogov2005-08-121-1/+1
* Fixed memory leak.Ilia Alshanetsky2005-08-031-0/+4
* add sanity checksWez Furlong2005-07-271-1/+5
* - Add missing part to make colon in parameter binding optionalMarcus Boerger2005-07-221-1/+8
* this looks like a much better fix for refcounting/shutdown in lazy objects.Wez Furlong2005-07-221-1/+3
* fix leak (ugh, this nuance gets me every time)Wez Furlong2005-07-221-0/+3
* Fixes #33785 for meWez Furlong2005-07-221-0/+1
* make a start on a debugging function.Wez Furlong2005-07-181-0/+43
* remember ? -> :pdox mapping so that binds by position can be mapped to names ...Wez Furlong2005-07-121-1/+8
* expand oracle null handling compatability by offering the ability to convertWez Furlong2005-07-121-1/+8
* fix a segfault with the following script:Andrey Hristov2005-07-111-1/+4
* Added:Wez Furlong2005-07-091-11/+59
* For named-parameter-to-named-parameter rewrites, we need to map the originalWez Furlong2005-07-081-0/+6
* Fix a shutdown order issue I saw in the pgsql driver. Hope this doesn't messWez Furlong2005-07-081-12/+13
* Add a PDO_ATTR_STRINGIFY_FETCHES attribute, which is used to convert integer orWez Furlong2005-07-081-0/+9
* Return an empty array rather then FALSE in fetchAll() on no results.Ilia Alshanetsky2005-07-071-3/+7
* Fix bug in bindColumn() for drivers that implement native prepared statementsWez Furlong2005-07-071-1/+1
* Fixed memory leaksDmitry Stogov2005-07-071-9/+9
* Add PDO_FETCH_NAMED; closes PECL #4641 by providing a way to access columnsWez Furlong2005-07-031-0/+38
* Fixed memory leak on PDO_FETCH_OBJ.Ilia Alshanetsky2005-07-021-0/+1
* Fixed zval_ptr_dtor(&return_value) on uninicialized zvalDmitry Stogov2005-06-081-0/+2
* As per PDO meeting on PHP|Tropics fetchSingle is being renamed toIlia Alshanetsky2005-05-171-6/+7
* removed debug code.Ilia Alshanetsky2005-04-271-1/+0
* fix bug #32795Wez Furlong2005-04-221-2/+2
* - Fix null handling found by thiesMarcus Boerger2005-03-241-1/+1
* - Simplify code (only implement handlers that are necessary)Marcus Boerger2005-03-211-88/+36
* - Fix warnings by doing it the Zend wayMarcus Boerger2005-03-191-9/+5
* show list of PDO drivers in phpinfo.Wez Furlong2005-03-121-1/+1
* "thou shalt not throw exceptions except in really exceptional circumstances."Wez Furlong2005-03-091-31/+39
* prep package file for release.Wez Furlong2005-03-091-2/+2
* - Update signatureMarcus Boerger2005-03-071-1/+1
* - Need to drop ce until engine gets fixedMarcus Boerger2005-02-281-1/+1
* - Fix missapplied logic inversionMarcus Boerger2005-02-281-1/+1
* - Disable direct serializing for PHP 5.0Marcus Boerger2005-02-271-1/+9