summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* stmt->column_count is set only if the result has been already bound, don'tAndrey Hristov2005-07-101-5/+5
* ok, calculate max_length only in case of a blob (normal, medium, long).Andrey Hristov2005-07-101-1/+19
* if the result set is buffered ask libmysql to compute the lengths, soAndrey Hristov2005-07-101-7/+9
* Get precise lengths from the server, as suggested by Andrey.Wez Furlong2005-07-101-0/+3
* Related to #33624. Crashes for me on shutdown, but seems ok for the rest of ...Wez Furlong2005-07-091-1/+1
* ChangeLog update2005-07-092-0/+56
* Added safety checks.Ilia Alshanetsky2005-07-091-3/+7
* Make cursor closer work with emulation as well.Ilia Alshanetsky2005-07-091-0/+2
* don't free the cols until we know we have another rowsetWez Furlong2005-07-091-2/+1
* Added cursor closer handler.Ilia Alshanetsky2005-07-092-1/+9
* Added missing header check.Ilia Alshanetsky2005-07-091-0/+3
* cursor_closer for SQLite.Ilia Alshanetsky2005-07-091-1/+8
* Implement cursor_closer for MySQL driver.Ilia Alshanetsky2005-07-091-1/+8
* for the transactions test case, detect working transactions before attempting...Wez Furlong2005-07-092-5/+18
* Fixed memory leakIlia Alshanetsky2005-07-091-1/+11
* Fix two bugs:Wez Furlong2005-07-091-5/+6
* Added:Wez Furlong2005-07-095-21/+73
* Safer way of allowing 'blank' user/pass.Ilia Alshanetsky2005-07-092-4/+7
* show ugly full path for failed redirected testsfoobar2005-07-091-1/+1
* - No need to use convert_to_string_ex() when dealing with stringsfoobar2005-07-091-3/+0
* - Fixed bug #33588 (LDAP: RootDSE query not possible).foobar2005-07-092-11/+22
* Fix needed for PostgreSQL driver to allow $user & $pass to be supplied viaIlia Alshanetsky2005-07-081-3/+3
* Sanitazionefoobar2005-07-081-12/+3
* fix leakWez Furlong2005-07-081-0/+5
* - Regenerate using re2c 0.9.8Marcus Boerger2005-07-081-29/+29
* - std not needed -> avoid warningMarcus Boerger2005-07-081-2/+2
* - Fix *printf(%lld) under windowsMarcus Boerger2005-07-081-1/+2
* Fix Bug #33111Wez Furlong2005-07-081-3/+3
* Fix #33618Wez Furlong2005-07-081-3/+2
* Fix PECL #4753Wez Furlong2005-07-081-2/+2
* fix tsrm buildAntony Dovgal2005-07-083-5/+5
* rewrite original names to our preferred formatWez Furlong2005-07-081-2/+13
* generated fileWez Furlong2005-07-081-1/+14
* For named-parameter-to-named-parameter rewrites, we need to map the originalWez Furlong2005-07-082-0/+19
* Some of us don't have PostgreSQL 8.0 :)Ilia Alshanetsky2005-07-081-1/+2
* Missing bit of the previous patch.Ilia Alshanetsky2005-07-081-1/+1
* Fixed compiler warning.Ilia Alshanetsky2005-07-081-2/+1
* Add early support for native prepared statements in pgsql.Wez Furlong2005-07-084-2/+145
* Fix a shutdown order issue I saw in the pgsql driver. Hope this doesn't messWez Furlong2005-07-081-12/+13
* And the generated version of the parserWez Furlong2005-07-081-94/+194
* add a bit of a hack to cater for pgsql prepared statements.Wez Furlong2005-07-082-2/+17
* and as a result, need to update the expected dataWez Furlong2005-07-081-1/+1
* we declare the column as NOT NULL, so inserting NULL is not a good idea.Wez Furlong2005-07-081-1/+1
* make use of T tokenAntony Dovgal2005-07-081-4/+3
* fix #33597 (setcookie() "expires" date format doesn't comply with RFC)Antony Dovgal2005-07-082-3/+7
* rename php_format_date() to date_format()Antony Dovgal2005-07-082-6/+19
* fix #33614 (memory leak in new strftime())Antony Dovgal2005-07-081-0/+4
* Fixed HTTP basic authentication headers during subrequsts to xsd filesDmitry Stogov2005-07-083-34/+87
* Make sure we get a WARNING and not an ERROR here :)foobar2005-07-081-6/+2
* fix test when session.save_handler is "user"foobar2005-07-082-0/+4