mbeccatiThu Apr 23 13:22:12 2009 UTC
Added files:
/php-src/ext/pdo_oci/tests bug46274.phpt bug46274_2.phpt
Modified files:
/php-src/ext/pdopdo_stmt.c
/php-src/ext/pdo_pgsql pgsql_statement.c
/php-src/ext/pdo_pgsql/tes
felipe Tue Mar 24 19:32:07 2009 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
/php-src/ext/pdo_mysql/testsbug44327.phpt
pdo_mysql_stmt_errorinfo.phpt
pdo_mysql_stmt_mult
felipe Mon Mar 23 23:02:06 2009 UTC
Added files:
/php-src/ext/pdo/tests bug_44409.phpt
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
- Fixed bug #44409 (PDO::FETCH_SERIALIZE calls __construct())
Patch by: matteo at beccati
tony2001Wed Dec 3 10:11:04 2008 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
fix possible invalid read
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.212&r2=1.213&diff_format=u
Index: php-src/ext/pdo/pdo_stmt.c
diff -u php-s
felipe Wed Nov 5 23:39:09 2008 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
/php-src/ext/pdo_sqlite/tests debugdumpparams_001.phpt
Log:
- Fixed wrong check
- Improved test
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.207&
felipe Mon Nov 3 23:43:51 2008 UTC
Added files:
/php-src/ext/pdo_sqlite/tests bug44327_3.phpt
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
- Improved fix
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.206&r2
felipe Mon Nov 3 20:45:43 2008 UTC
Added files:
/php-src/ext/pdo_sqlite/tests debugdumpparams_001.phpt
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
- Fixed endless loop in PDOStatement::debugDumpParams()
patch by: Jonah H
felipe Mon Nov 3 15:31:51 2008 UTC
Added files:
/php-src/ext/pdo_mysql/testsbug44327.phpt
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
- Fixed bug #44327 (PDORow::queryString property & numeric offsets / Crash)
http:/
felipe Tue Oct 14 17:34:11 2008 UTC
Added files:
/php-src/ext/pdo_mysql/testsbug46292.phpt
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
- Fixed bug #46292 (PDO::setFetchMode() shouldn't requires the 2nd arg when
using FETCH
felipe Fri Oct 10 19:35:16 2008 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
- Static'fication
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.200&r2=1.201&diff_format=u
Index: php-src/ext/pdo/pdo_stmt.c
diff -u php-src/ext/pdo/pdo_stmt
felipe Fri Oct 10 16:46:10 2008 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
- Fixed bug #46139 (PDOStatement->setFetchMode() forgets FETCH_PROPS_LATE)
Initial patch by: chsc at peytz dot dk
MFB:
- Fixed bug #41971 (PDOStatement::fetch and PD
felipe Tue Sep 23 23:05:24 2008 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
- Fixed bug #46157 (PDOStatement::fetchObject prototype error)
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.198&r2=1.199&diff_format=u
Index: php-src/ext/pd
dmitry Fri Jul 25 09:48:36 2008 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
/php-src/ext/reflection php_reflection.c
Log:
Fixed support for static methods
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.195&r2=1.196&diff_format=
felipe Sun Jul 6 05:02:41 2008 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
MFB: Added arginfo
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.192&r2=1.193&diff_format=u
Index: php-src/ext/pdo/pdo_stmt.c
diff -u php-src/ext/pdo/pdo_
felipe Wed May 14 12:28:28 2008 UTC
Added files:
/php-src/ext/pdo/tests pdorow.phpt
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
- Add check for avoid segfault when trying instantiate PDORow manually
http://cvs.php.net/vi
felipe Sat Mar 22 19:29:43 2008 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
Fixed compilation warnings
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.190&r2=1.191&diff_format=u
Index: php-src/ext/pdo/pdo_stmt.c
diff -u php-src/ext/pdo
johannesMon Mar 3 18:58:59 2008 UTC
Added files:
/php-src/ext/pdo/tests pdo_035.phpt
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
- Fix get_parent_class() of PDORow instances
http://cvs.php.net/viewvc.cgi/php-src/ext
iliaa Tue Feb 26 00:14:25 2008 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
/php-src/ext/pdo_pgsql pgsql_statement.c
Log:
MFB: Better fix for bug #44189
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.187&r2=1.188&diff_format=u
That seems strange, I'll take a look tonight.
On 25-Feb-08, at 3:20 AM, Antony Dovgal wrote:
On 24.02.2008 19:09, Ilia Alshanetsky wrote:
iliaa Sun Feb 24 16:09:13 2008 UTC
Modified files:
/php-src/ext/pdo pdo_stmt.c
Log:
MFB: Fixed bug #44200 (A crash in PDO when no bou
On 24.02.2008 19:09, Ilia Alshanetsky wrote:
> iliaa Sun Feb 24 16:09:13 2008 UTC
>
> Modified files:
> /php-src/ext/pdo pdo_stmt.c
> Log:
>
> MFB: Fixed bug #44200 (A crash in PDO when no bound targets exists and yet
> bound parameters are present)
The tes
iliaa Sun Feb 24 16:09:13 2008 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
MFB: Fixed bug #44200 (A crash in PDO when no bound targets exists and yet
bound parameters are present)
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_stmt.c?r1
iliaa Wed Feb 20 03:12:23 2008 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
MFB: Fixed bug #44171 (Invalid FETCH_COLUMN index does not raise an error)
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.185&r2=1.186&diff_format=u
Index:
iliaa Mon Jan 14 18:41:48 2008 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
MFB: Missing patch bit from the FETCH_GROUP fix
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.184&r2=1.185&diff_format=u
Index: php-src/ext/pdo/pdo_stm
iliaa Fri Jan 11 01:48:19 2008 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
MFB: Fixed a bug with PDO::FETCH_COLUMN|PDO::FETCH_GROUP mode when a column
# by which to group by data is specified.
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_
iliaa Tue Nov 20 23:27:56 2007 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
revert previous pdo patch
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.181&r2=1.182&diff_format=u
Index: php-src/ext/pdo/pdo_stmt.c
diff -u php-src/ext/p
iliaa Tue Nov 20 14:22:40 2007 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
MFB: Fixed bug #42978 (mismatch between number of bound params and values
causes a crash in pdo_pgsql)
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.18
iliaa Wed Oct 31 12:58:39 2007 UTC
Modified files:
/php-src/ext/pdo/tests bug_43139.phpt
/php-src/ext/pdopdo_stmt.c
Log:
MFB: Fixed bug #43139 PDO ignores ATTR_DEFAULT_FETCH_MODE in some cases with
fetchAll()
http://cvs.php.net/viewvc.cgi/ph
davidw Mon Oct 8 04:05:22 2007 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
stmt->fetch.func.values is not a zval and should not be freed with FREE_ZVAL
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.178&r2=1.179&diff_format=u
Index:
stasWed Sep 12 21:27:57 2007 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
MFB: fix crash if stream is empty and reader function sets buffer as null
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.175&r2=1.176&diff_format=u
Index:
iliaa Wed May 16 20:12:53 2007 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
Fixed a typo
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.174&r2=1.175&diff_format=u
Index: php-src/ext/pdo/pdo_stmt.c
diff -u php-src/ext/pdo/pdo_stmt.c
tony2001Wed Mar 7 09:02:18 2007 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
fix #40727 (segfault in PDO when failed to bind parameters)
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.172&r2=1.173&diff_format=u
Index: php-sr
iliaa Fri Dec 8 19:51:29 2006 UTC
Modified files:
/php-src/ext/pdo_mysql mysql_statement.c
/php-src/ext/pdopdo_stmt.c
Log:
MFB: Fixed bug #39759 (Can't use stored procedures fetching multiple result
sets in pdo_mysql).
http://cvs.php.net/vi
iliaa Mon Dec 4 03:08:52 2006 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
MFB: Fixed bug #38319 (Remove bogus warnings from persistent PDO connections).
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.168&r2=1.169&diff_format=u
In
iliaa Tue Nov 28 16:28:07 2006 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
/php-src/ext/pdo_pgsql pgsql_statement.c
Log:
MFB: Fixed bug #39656 (crash when calling fetch() on a PDO statment object
after closeCursor()).
http://cvs.php
iliaa Tue Nov 7 17:57:37 2006 UTC
Modified files:
/php-src/ext/pdo/tests bug_39398.phpt
/php-src/ext/pdopdo_stmt.c
Log:
MFB: Fixed bug #39398 (Booleans are not automatically translated to
integers).
http://cvs.php.net/viewvc.cgi/php-src/ext
tony2001Wed Aug 23 19:15:46 2006 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
fix possible crash in free_statement()
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.165&r2=1.166&diff_format=u
Index: php-src/ext/pdo/pdo_stmt.c
iliaa Wed Aug 9 14:46:35 2006 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
/php-src/ext/pdo/tests bug_38394.phpt
Log:
MFB: Fixed bug #38394 (PDO fails to recover from failed prepared statement
execution).
http://cvs.php.net/viewvc.cgi/php
iliaa Tue Aug 1 15:06:12 2006 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
MFB: Fixed memory leak on unused bound name parameters.
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.162&r2=1.163&diff_format=u
Index: php-src/ext/pdo/pd
tony2001Sun Jul 30 11:20:41 2006 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
/php-src/ext/pdo/tests bug_38253.phpt
Log:
MFB: bug #38253 (PDO produces segfault with default fetch mode)
add test
http://cvs.php.net/viewvc.cgi/php-src/e
tony2001Tue Jun 20 13:25:54 2006 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
init variables
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.159&r2=1.160&diff_format=u
Index: php-src/ext/pdo/pdo_stmt.c
diff -u php-src/ext/pdo/
tony2001Tue May 30 09:46:01 2006 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
need to call zend_is_callable() if callable is known to be invalid
http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.158&r2=1.159&diff_format=u
Index
tony2001Sat Apr 22 19:10:40 2006 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
don't segfault if an exception has been thrown from the fetch handler
http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.157&r2=1.158&diff_format=u
In
tony2001Mon Mar 27 16:43:02 2006 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
fix possible NULL dereference
http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.156&r2=1.157&diff_format=u
Index: php-src/ext/pdo/pdo_stmt.c
diff -u
dmitry Mon Mar 27 10:25:36 2006 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
Unicode support
http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.155&r2=1.156&diff_format=u
Index: php-src/ext/pdo/pdo_stmt.c
diff -u php-src/ext/pdo/pdo_st
iliaa Sun Mar 19 17:35:56 2006 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
MFB51: Properly calculate the size of the result array.
http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.152&r2=1.153&diff_format=u
Index: php-src/ext/pdo/p
tony2001Sat Mar 18 22:25:29 2006 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
check stream for NULL before writing to it
remove unnecessary semicolons
http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.150&r2=1.151&diff_format
iliaa Wed Mar 15 15:27:08 2006 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
MFB51: Fixed memory leak on unused bind var.
http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.149&r2=1.150&diff_format=u
Index: php-src/ext/pdo/pdo_stmt.c
d
dmitry Mon Feb 20 10:50:58 2006 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
Fixed wrong prototype and error message
http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.144&r2=1.145&diff_format=u
Index: php-src/ext/pdo/pdo_stmt.c
diff -
iliaa Sun Jan 1 20:08:19 2006 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
Fixed bug #35797 (segfault on PDOStatement::execute() with
zend.ze1_compatibility_mode = On).
http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.138&r2=1.1
iliaa Sat Dec 17 20:00:14 2005 EDT
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
MFB51: Fixed memory corruption when FETCH_LAZY mode is being used.
http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.136&r2=1.137&diff_format=u
Index: php-sr
iliaa Thu Dec 15 22:35:19 2005 EDT
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
MFB51: Fixed bug #35694 (Improved error message for invalid fetch mode).
http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.135&r2=1.136&diff_format=u
Index:
tony2001Thu Dec 1 15:39:50 2005 EDT
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
tweak the fix
http://cvs.php.net/diff.php/php-src/ext/pdo/pdo_stmt.c?r1=1.133&r2=1.134&ty=u
Index: php-src/ext/pdo/pdo_stmt.c
diff -u php-src/ext/pdo/pdo_stmt.c:1
tony2001Thu Dec 1 14:59:40 2005 EDT
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
fix #35508 (PDO fails when unknown fetch mode specified)
http://cvs.php.net/diff.php/php-src/ext/pdo/pdo_stmt.c?r1=1.132&r2=1.133&ty=u
Index: php-src/ext/pdo/pdo_
tony2001Sun Nov 27 15:56:47 2005 EDT
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
fix #35430 (PDO crashes on incorrect FETCH_FUNC use)
http://cvs.php.net/diff.php/php-src/ext/pdo/pdo_stmt.c?r1=1.131&r2=1.132&ty=u
Index: php-src/ext/pdo/pdo_stmt
iliaa Mon Oct 10 10:43:51 2005 EDT
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
Fixed bug #34809 (FETCH_INTO in PDO crashes without a destination object).
http://cvs.php.net/diff.php/php-src/ext/pdo/pdo_stmt.c?r1=1.127&r2=1.128&ty=u
Index: php-src/ext/p
dmitry Mon Sep 12 02:31:55 2005 EDT
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
ZTS fix
http://cvs.php.net/diff.php/php-src/ext/pdo/pdo_stmt.c?r1=1.125&r2=1.126&ty=u
Index: php-src/ext/pdo/pdo_stmt.c
diff -u php-src/ext/pdo/pdo_stmt.c:1.125 php-src/e
andrei Tue Aug 16 15:43:24 2005 EDT
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
And here
http://cvs.php.net/diff.php/php-src/ext/pdo/pdo_stmt.c?r1=1.121&r2=1.122&ty=u
Index: php-src/ext/pdo/pdo_stmt.c
diff -u php-src/ext/pdo/pdo_stmt.c:1.121 php-src/
iliaa Wed Aug 3 14:26:17 2005 EDT
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
Fixed memory leak.
http://cvs.php.net/diff.php/php-src/ext/pdo/pdo_stmt.c?r1=1.117&r2=1.118&ty=u
Index: php-src/ext/pdo/pdo_stmt.c
diff -u php-src/ext/pdo/pdo_stmt.c:1.11
wez Wed Jul 27 10:18:03 2005 EDT
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
add sanity checks
http://cvs.php.net/diff.php/php-src/ext/pdo/pdo_stmt.c?r1=1.116&r2=1.117&ty=u
Index: php-src/ext/pdo/pdo_stmt.c
diff -u php-src/ext/pdo/pdo_stmt.c:1.116
wez Fri Jul 22 00:33:58 2005 EDT
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
this looks like a much better fix for refcounting/shutdown in lazy objects.
http://cvs.php.net/diff.php/php-src/ext/pdo/pdo_stmt.c?r1=1.114&r2=1.115&ty=u
Index: php-src/e
wez Thu Jul 21 22:09:19 2005 EDT
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
fix leak (ugh, this nuance gets me every time)
http://cvs.php.net/diff.php/php-src/ext/pdo/pdo_stmt.c?r1=1.113&r2=1.114&ty=u
Index: php-src/ext/pdo/pdo_stmt.c
diff -u php
wez Thu Jul 21 21:34:43 2005 EDT
Modified files:
/php-src/ext/pdopdo_stmt.c
/php-src/ext/pdo/tests pdo_027.phpt
Log:
Fixes #33785 for me
http://cvs.php.net/diff.php/php-src/ext/pdo/pdo_stmt.c?r1=1.112&r2=1.113&ty=u
Index: php-src/ext/pdo/pdo
wez Mon Jul 18 10:46:55 2005 EDT
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
make a start on a debugging function.
http://cvs.php.net/diff.php/php-src/ext/pdo/pdo_stmt.c?r1=1.111&r2=1.112&ty=u
Index: php-src/ext/pdo/pdo_stmt.c
diff -u php-src/ext/
That doesn't sound right. It should probably be an error to bind by
number when using named parameters.
Will investigate more.
--Wez.
On 7/11/05, Andrey Hristov <[EMAIL PROTECTED]> wrote:
> andrey Mon Jul 11 10:14:57 2005 EDT
>
> Modified files:
> /php-src/ext/pdopdo_stmt.c
andrey Mon Jul 11 10:14:57 2005 EDT
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
fix a segfault with the following script:
prepare('select a, b, c from t123 where a=:what');
$stmt->bindParam(1, $what, PDO_PARAM_INT, 12);
var_dump($stmt->execute());
wez Fri Jul 8 23:52:41 2005 EDT
Modified files:
/php-src/ext/pdopdo_stmt.c php_pdo_driver.h
/php-src/ext/pdo/tests pdo_016.phpt pdo_018.phpt pdo_021.phpt
Log:
Added:
proto bool PDOStatement::closeCursor()
Closes the cursor, leaving the sta
wez Fri Jul 8 11:25:16 2005 EDT
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
Fix a shutdown order issue I saw in the pgsql driver. Hope this doesn't mess
up something in the OCI driver; I think I've been here before.
http://cvs.php.net/diff.
Pointing me at some good documentation for it would help; I find the
postgres site really difficult to extract information from. I've looked
on two occasions but got fed up with lack of info.
Interesting. I find the PostgreSQL manual elegant, simple and
orthogonal and I find the MySQL one a
Pointing me at some good documentation for it would help; I find the
postgres site really difficult to extract information from. I've looked
on two occasions but got fed up with lack of info.
If you can show me some C code that does it, I'll install postgres and
hack up something to make it w
Wez Furlong wrote:
wez Thu Jul 7 08:45:41 2005 EDT
Modified files:
/php-src/ext/pdo pdo_stmt.c
Log:
Fix bug in bindColumn() for drivers that implement native prepared statements
and that use the PDO rewriter to handle non-native parameter syntax.
Is t
iliaa Thu Jul 7 11:14:12 2005 EDT
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
Return an empty array rather then FALSE in fetchAll() on no results.
http://cvs.php.net/diff.php/php-src/ext/pdo/pdo_stmt.c?r1=1.103&r2=1.104&ty=u
Index: php-src/ext/p
wez Thu Jul 7 08:45:41 2005 EDT
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
Fix bug in bindColumn() for drivers that implement native prepared statements
and that use the PDO rewriter to handle non-native parameter syntax.
http://cvs.php.net
iliaa Sat Jul 2 13:19:58 2005 EDT
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
Fixed memory leak on PDO_FETCH_OBJ.
http://cvs.php.net/diff.php/php-src/ext/pdo/pdo_stmt.c?r1=1.99&r2=1.100&ty=u
Index: php-src/ext/pdo/pdo_stmt.c
diff -u php-src/ext/pdo
dmitry Wed Jun 8 15:51:58 2005 EDT
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
Fixed zval_ptr_dtor(&return_value) on uninicialized zval
http://cvs.php.net/diff.php/php-src/ext/pdo/pdo_stmt.c?r1=1.98&r2=1.99&ty=u
Index: php-src/ext/pdo/pdo_stmt.c
dif
iliaa Tue Apr 26 23:12:18 2005 EDT
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
removed debug code.
http://cvs.php.net/diff.php/php-src/ext/pdo/pdo_stmt.c?r1=1.96&r2=1.97&ty=u
Index: php-src/ext/pdo/pdo_stmt.c
diff -u php-src/ext/pdo/pdo_stmt.c:1.96
75 matches
Mail list logo