Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Use correct/complete skipif condition | Marcus Boerger | 2005-07-20 | 4 | -8/+17 |
| | |||||
* | ChangeLog update | 2005-07-20 | 2 | -0/+52 | |
| | |||||
* | use pdo core test suite. | Wez Furlong | 2005-07-20 | 4 | -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 Furlong | 2005-07-20 | 2 | -2/+2 |
| | |||||
* | Fixed memory corruption (wrong order of operations of stored prep. stmt). | Ilia Alshanetsky | 2005-07-20 | 1 | -9/+12 |
| | | | | | Optimize the max length calculation process. | ||||
* | Proper handling for databases that need to pre-calculate length of large | Ilia Alshanetsky | 2005-07-20 | 4 | -2/+5 |
| | | | | | columns, which is not normally done for performance reasons. | ||||
* | Add PDO_PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENT attribute, which, when set | Wez Furlong | 2005-07-20 | 3 | -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 Alshanetsky | 2005-07-20 | 1 | -1/+1 |
| | |||||
* | clean up | Ilia Alshanetsky | 2005-07-20 | 1 | -2/+1 |
| | |||||
* | this hack can and does segv; let's remove it. | Wez Furlong | 2005-07-20 | 1 | -14/+1 |
| | |||||
* | *** empty log message *** | Andrei Zmievski | 2005-07-20 | 1 | -0/+1 |
| | |||||
* | Skip tests in 64bit systems | foobar | 2005-07-20 | 2 | -2/+14 |
| | |||||
* | fixed skipif to really skip | foobar | 2005-07-20 | 1 | -0/+5 |
| | |||||
* | - Add test to verify all ArrayAccess methods can throw | Marcus Boerger | 2005-07-19 | 1 | -0/+58 |
| | |||||
* | - Add test to verify all iterator methods can throw | Marcus Boerger | 2005-07-19 | 1 | -0/+43 |
| | |||||
* | Remove stale #ifdefs (this is PHP 5 only code). | Wez Furlong | 2005-07-19 | 2 | -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 superflous | Marcus Boerger | 2005-07-19 | 1 | -1/+4 |
| | |||||
* | revert my last change; chasing ghosts. | Wez Furlong | 2005-07-19 | 1 | -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 module | Wez Furlong | 2005-07-19 | 1 | -3/+9 |
| | | | | | # how come no one ran into this before? | ||||
* | try to make the test a bit more portable | Wez Furlong | 2005-07-19 | 1 | -3/+9 |
| | |||||
* | this should always be a string here, but just in case, convert it. | Wez Furlong | 2005-07-19 | 1 | -0/+1 |
| | |||||
* | if we didn't detect an error, don't return -1 rows, as that means that we ↵ | Wez Furlong | 2005-07-19 | 1 | -0/+3 |
| | | | | found an error | ||||
* | Closes #33533 by implementing proper dynamic fetching of long text columns. | Wez Furlong | 2005-07-19 | 2 | -13/+126 |
| | |||||
* | Fixed bug #33710 (ArrayAccess objects doen't initialize $this) | Dmitry Stogov | 2005-07-19 | 3 | -38/+45 |
| | |||||
* | ChangeLog update | 2005-07-19 | 2 | -0/+153 | |
| | |||||
* | Limit the size of columns to 64K, so we don't try to allocate 2GB for each text | Wez Furlong | 2005-07-19 | 1 | -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 release | Brad House | 2005-07-19 | 2 | -0/+8 |
| | |||||
* | MFB4_4: Fix compile problem with --regex=system on some systems | foobar | 2005-07-18 | 2 | -2/+30 |
| | |||||
* | sync missing functions from libmonetra-5 | Brad House | 2005-07-18 | 2 | -0/+63 |
| | |||||
* | Revert cookie patch for BC reasons. | Ilia Alshanetsky | 2005-07-18 | 2 | -3/+1 |
| | |||||
* | Valgrind is unhappy that this is not initialized | Rasmus Lerdorf | 2005-07-18 | 1 | -1/+1 |
| | |||||
* | fix macro | foobar | 2005-07-18 | 1 | -1/+1 |
| | |||||
* | Fixed bug in new module statrup mechanism | Dmitry Stogov | 2005-07-18 | 4 | -12/+12 |
| | |||||
* | touch with working re2c | foobar | 2005-07-18 | 1 | -39/+71 |
| | |||||
* | make a start on a debugging function. | Wez Furlong | 2005-07-18 | 1 | -0/+43 |
| | |||||
* | touch generated file | Wez Furlong | 2005-07-18 | 1 | -103/+190 |
| | |||||
* | avoid :: when looking for named parameters. | Wez Furlong | 2005-07-18 | 1 | -5/+6 |
| | | | | | Refs Bug #33736. | ||||
* | this needs to be the column count, otherwise a db->query() that returns 0 rows | Wez Furlong | 2005-07-18 | 1 | -1/+1 |
| | | | | | will fail rather than returning a statement with no rows. | ||||
* | compile before commit (gah!) | Wez Furlong | 2005-07-18 | 1 | -1/+1 |
| | |||||
* | Cleanup buffers on handle re-use. | Ilia Alshanetsky | 2005-07-18 | 1 | -5/+1 |
| | |||||
* | Apparently our pipe detection code just above this isn't foolproof. | Wez Furlong | 2005-07-18 | 1 | -0/+6 |
| | | | | | Catch it here. | ||||
* | Fixed bug #33558 (warning with nested calls to functions returning by reference) | Dmitry Stogov | 2005-07-18 | 4 | -13/+41 |
| | |||||
* | Removed some compilation warnings. | Dmitry Stogov | 2005-07-18 | 3 | -34/+56 |
| | |||||
* | ChangeLog update | 2005-07-18 | 2 | -0/+36 | |
| | |||||
* | Fixed handling of HTTP requests with multiple Cookie headers. | Ilia Alshanetsky | 2005-07-18 | 2 | -1/+5 |
| | |||||
* | typo | foobar | 2005-07-18 | 1 | -1/+1 |
| | |||||
* | Make sure we build with SWFPrebuilt. | Frank M. Kromann | 2005-07-18 | 1 | -0/+1 |
| | |||||
* | - Show end of relay testing block | Marcus Boerger | 2005-07-18 | 1 | -0/+3 |
| | |||||
* | - Provide distinction and distinct tests | Marcus Boerger | 2005-07-18 | 3 | -2/+66 |
| | |||||
* | - Compatibility with ming 0.2a and 0.3a | Marcus Boerger | 2005-07-17 | 2 | -11/+72 |
| |