summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Use correct/complete skipif conditionMarcus Boerger2005-07-204-8/+17
|
* ChangeLog update2005-07-202-0/+52
|
* use pdo core test suite.Wez Furlong2005-07-204-37/+72
| | | | | | Now passes all but one test. Volunteers that want to track down the cause for test pdo_018.phpt not passing are welcome.
* some drivers want you to say that its ok to use NULL for these columns.Wez Furlong2005-07-202-2/+2
|
* Fixed memory corruption (wrong order of operations of stored prep. stmt).Ilia Alshanetsky2005-07-201-9/+12
| | | | | Optimize the max length calculation process.
* Proper handling for databases that need to pre-calculate length of largeIlia Alshanetsky2005-07-204-2/+5
| | | | | columns, which is not normally done for performance reasons.
* Add PDO_PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENT attribute, which, when setWez Furlong2005-07-203-46/+54
| | | | | | | | | | | | | | | | to true, forces the driver to use PDO's own emulated prepared statement support. Why would you want that, considering that native prepared statements are supposed to be the best thing ever? "Often postgresql will have to plan the query without knowing the parameters - and it will choose a bad plan. In some cases it will plan based on the first parameters you send. " Ugh. So now we have a way to let you decide that you know better than the pgsql query planner.
* Only set attribute if result set contains some columns.Ilia Alshanetsky2005-07-201-1/+1
|
* clean upIlia Alshanetsky2005-07-201-2/+1
|
* this hack can and does segv; let's remove it.Wez Furlong2005-07-201-14/+1
|
* *** empty log message ***Andrei Zmievski2005-07-201-0/+1
|
* Skip tests in 64bit systemsfoobar2005-07-202-2/+14
|
* fixed skipif to really skipfoobar2005-07-201-0/+5
|
* - Add test to verify all ArrayAccess methods can throwMarcus Boerger2005-07-191-0/+58
|
* - Add test to verify all iterator methods can throwMarcus Boerger2005-07-191-0/+43
|
* Remove stale #ifdefs (this is PHP 5 only code).Wez Furlong2005-07-192-31/+18
| | | | | | | Add a stream_context option to the SoapClient constructor; this allows generic stream context options to be set without having to add code to the SoapClient every time a context option is added.
* - Dont't warn in case an exception is pending - in this case it'd superflousMarcus Boerger2005-07-191-1/+4
|
* revert my last change; chasing ghosts.Wez Furlong2005-07-191-9/+3
| | | | | # the lesson is, ensure that php4 and php5 aren't loaded at the same time
* Don't crash when no treat_data method has been set in the sapi moduleWez Furlong2005-07-191-3/+9
| | | | | # how come no one ran into this before?
* try to make the test a bit more portableWez Furlong2005-07-191-3/+9
|
* this should always be a string here, but just in case, convert it.Wez Furlong2005-07-191-0/+1
|
* if we didn't detect an error, don't return -1 rows, as that means that we ↵Wez Furlong2005-07-191-0/+3
| | | | found an error
* Closes #33533 by implementing proper dynamic fetching of long text columns.Wez Furlong2005-07-192-13/+126
|
* Fixed bug #33710 (ArrayAccess objects doen't initialize $this)Dmitry Stogov2005-07-193-38/+45
|
* ChangeLog update2005-07-192-0/+153
|
* Limit the size of columns to 64K, so we don't try to allocate 2GB for each textWez Furlong2005-07-191-0/+6
| | | | | | | | | column coming out of informix. Refs Bug #33533. Not totally closed yet; still need to cater for text fields longer than 64k in a sane manner.
* \#if BRAD_0'd latest changes as requested until 5.1.0 releaseBrad House2005-07-192-0/+8
|
* MFB4_4: Fix compile problem with --regex=system on some systemsfoobar2005-07-182-2/+30
|
* sync missing functions from libmonetra-5Brad House2005-07-182-0/+63
|
* Revert cookie patch for BC reasons.Ilia Alshanetsky2005-07-182-3/+1
|
* Valgrind is unhappy that this is not initializedRasmus Lerdorf2005-07-181-1/+1
|
* fix macrofoobar2005-07-181-1/+1
|
* Fixed bug in new module statrup mechanismDmitry Stogov2005-07-184-12/+12
|
* touch with working re2cfoobar2005-07-181-39/+71
|
* make a start on a debugging function.Wez Furlong2005-07-181-0/+43
|
* touch generated fileWez Furlong2005-07-181-103/+190
|
* avoid :: when looking for named parameters.Wez Furlong2005-07-181-5/+6
| | | | | Refs Bug #33736.
* this needs to be the column count, otherwise a db->query() that returns 0 rowsWez Furlong2005-07-181-1/+1
| | | | | will fail rather than returning a statement with no rows.
* compile before commit (gah!)Wez Furlong2005-07-181-1/+1
|
* Cleanup buffers on handle re-use.Ilia Alshanetsky2005-07-181-5/+1
|
* Apparently our pipe detection code just above this isn't foolproof.Wez Furlong2005-07-181-0/+6
| | | | | Catch it here.
* Fixed bug #33558 (warning with nested calls to functions returning by reference)Dmitry Stogov2005-07-184-13/+41
|
* Removed some compilation warnings.Dmitry Stogov2005-07-183-34/+56
|
* ChangeLog update2005-07-182-0/+36
|
* Fixed handling of HTTP requests with multiple Cookie headers.Ilia Alshanetsky2005-07-182-1/+5
|
* typofoobar2005-07-181-1/+1
|
* Make sure we build with SWFPrebuilt.Frank M. Kromann2005-07-181-0/+1
|
* - Show end of relay testing blockMarcus Boerger2005-07-181-0/+3
|
* - Provide distinction and distinct testsMarcus Boerger2005-07-183-2/+66
|
* - Compatibility with ming 0.2a and 0.3aMarcus Boerger2005-07-172-11/+72
|