2005-07-08 |
Wez Furlong | rewrite original names to our preferred format |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Wez Furlong | generated file |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Wez Furlong | For named-parameter-to-named-parameter rewrites, we... |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Ilia Alshanetsky | Some of us don't have PostgreSQL 8.0 :) |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Ilia Alshanetsky | Missing bit of the previous patch. |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Ilia Alshanetsky | Fixed compiler warning. |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Wez Furlong | Add early support for native prepared statements in... |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Wez Furlong | Fix a shutdown order issue I saw in the pgsql driver... |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Wez Furlong | And the generated version of the parser |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Wez Furlong | add a bit of a hack to cater for pgsql prepared statements. |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Wez Furlong | and as a result, need to update the expected data |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Wez Furlong | we declare the column as NOT NULL, so inserting NULL... |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Antony Dovgal | make use of T token |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Antony Dovgal | fix #33597 (setcookie() "expires" date format doesn... |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Antony Dovgal | rename php_format_date() to date_format() |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Antony Dovgal | fix #33614 (memory leak in new strftime()) |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Dmitry Stogov | Fixed HTTP basic authentication headers during subrequs... |
commit | commitdiff | tree | snapshot |
2005-07-08 |
foobar | Make sure we get a WARNING and not an ERROR here :) |
commit | commitdiff | tree | snapshot |
2005-07-08 |
foobar | fix test when session.save_handler is "user" |
commit | commitdiff | tree | snapshot |
2005-07-08 |
foobar | fix test when session.save_handler is "user" |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Dmitry Stogov | Fixed support for <any> in base type of extension |
commit | commitdiff | tree | snapshot |
2005-07-08 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Wez Furlong | Add a PDO_ATTR_STRINGIFY_FETCHES attribute, which is... |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Ilia Alshanetsky | Added pg_fetch_all_columns() function to fetch all... |
commit | commitdiff | tree | snapshot |
2005-07-07 |
foobar | - Fixed stupid bug in PHP_INSTALL_HEADERS() macro:... |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Antony Dovgal | do not set error_code to HY000 when there was NO error |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Antony Dovgal | free parameter when requested to do so |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Ilia Alshanetsky | 1st set of fixes to make tests work with MySQL |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Ilia Alshanetsky | Make prepared statements obey buffering flag in MySQL. |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Dmitry Stogov | Fixed SIGSEGV on decoding <any> elements |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Wez Furlong | populate the new dbh->driver field. |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Ilia Alshanetsky | Fixed memory leak |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Wez Furlong | add an attribute for returning the driver name |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Dmitry Stogov | Fixed bug #33512 (Add missing support for isset()/unset... |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Dmitry Stogov | Fixed bug #33512 (Add missing support for isset()/unset... |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Ilia Alshanetsky | Fixed memory leak. |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Anantha Kesari H Y | zend_stream_getc uses fread internally. NetWare LibC... |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Wez Furlong | remove old test files |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Wez Furlong | using new tests |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Wez Furlong | use new tests |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Ilia Alshanetsky | Stop on the 1st skip. |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Wez Furlong | adopt new tests |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Antony Dovgal | fix #33605 (substr_compare() crashes with negative... |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Dmitry Stogov | Fixed bug #28072 (static array with some constant keys... |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Wez Furlong | skip if we can't connect (include reason in skip output) |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Ilia Alshanetsky | Return an empty array rather then FALSE in fetchAll... |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Ilia Alshanetsky | Fixed memory leak, after SQLITE_DONE sqlite3_data_count... |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Wez Furlong | adopt new tests |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Wez Furlong | DB2 wants us to use the proper ODBC 3 function for... |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Wez Furlong | Need to state NOT NULL here, as DB2 won't allow the... |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Wez Furlong | make column names lower case |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Wez Furlong | adopt common tests |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Wez Furlong | sort redirected tests |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Wez Furlong | more paranoia about the attribute param here too |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Wez Furlong | extra paranoia about the attribute param |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Wez Furlong | Hmm, these ldflags went AWOL. |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Ilia Alshanetsky | Use PQexecParams() when available, use original case... |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Wez Furlong | If asked to populate a set of cflags for a header check... |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Wez Furlong | adopt generic PDO test suite |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Wez Furlong | Fix 2 bugs: |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Wez Furlong | Fix handling of parameter binding. |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Wez Furlong | Fix bug in bindColumn() for drivers that implement... |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Wez Furlong | pedantic WS |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Wez Furlong | It's not portable to expect any consistency between... |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Dmitry Stogov | Fixed memory leaks |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Rob Richards | Allow NULL namespaceURI for getAttributeNodeNS |
commit | commitdiff | tree | snapshot |
2005-07-07 |
foobar | reorder. Also: Documentation belongs elsewhere :) |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Anantha Kesari H Y | Reverting the DEFAULT_SLASH to / as it breaks the FreeB... |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Anantha Kesari H Y | gwtcwd of NetWare LibC gives a cwd with a volume inform... |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Anantha Kesari H Y | COPY_WHEN_ABSOLUTE is not needed for NetWare. |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Dmitry Stogov | Fixed support for shared extensions on AIX |
commit | commitdiff | tree | snapshot |
2005-07-07 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Rasmus Lerdorf | Missing closing folding marker |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Ilia Alshanetsky | Leave it up to the user to decide if to escape the... |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Ilia Alshanetsky | Faster sequence id retrieval. |
commit | commitdiff | tree | snapshot |
2005-07-06 |
Edin Kadribasic | Export missing symbol |
commit | commitdiff | tree | snapshot |
2005-07-06 |
Dmitry Stogov | Fixed possible crash |
commit | commitdiff | tree | snapshot |
2005-07-06 |
Wez Furlong | rename pdo_test.php to pdo_test.inc, add it, and update... |
commit | commitdiff | tree | snapshot |
2005-07-06 |
Wez Furlong | juggling to track down a problem with odbc |
commit | commitdiff | tree | snapshot |
2005-07-06 |
Dmitry Stogov | Fixed test to support 64-bit platforms |
commit | commitdiff | tree | snapshot |
2005-07-06 |
Dmitry Stogov | Fixed SIGSEGV during error processing on some systems... |
commit | commitdiff | tree | snapshot |
2005-07-06 |
Wez Furlong | last minute debug stuff sneaked in |
commit | commitdiff | tree | snapshot |
2005-07-06 |
Wez Furlong | replace pdo_odbc tests with new redirection thingy |
commit | commitdiff | tree | snapshot |
2005-07-06 |
Wez Furlong | remove the old tests for pdo_sqlite |
commit | commitdiff | tree | snapshot |
2005-07-06 |
Wez Furlong | Add a redirect test to run the common pdo core tests... |
commit | commitdiff | tree | snapshot |
2005-07-06 |
Wez Furlong | Add tests that can be redirected to with new test harne... |
commit | commitdiff | tree | snapshot |
2005-07-06 |
Wez Furlong | Add a new kind of test to the test harness. REDIRECTTE... |
commit | commitdiff | tree | snapshot |
2005-07-06 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2005-07-05 |
foobar | - Fixed crash in serialize() + classes. (64bit only) |
commit | commitdiff | tree | snapshot |
2005-07-05 |
Derick Rethans | - Added testcase for bug #33578. |
commit | commitdiff | tree | snapshot |
2005-07-05 |
Derick Rethans | - Fixed bug #33578 (strtotime() doesn't understand... |
commit | commitdiff | tree | snapshot |
2005-07-05 |
Ilia Alshanetsky | Fixed crash inside stream_get_line() when length parame... |
commit | commitdiff | tree | snapshot |
2005-07-05 |
Derick Rethans | - Change memory management so that tzinfo structures... |
commit | commitdiff | tree | snapshot |
2005-07-05 |
Edin Kadribasic | Properly detect when the copy command fails |
commit | commitdiff | tree | snapshot |
2005-07-05 |
Dmitry Stogov | Fixed crash in ext\standard\tests\general_functions... |
commit | commitdiff | tree | snapshot |
2005-07-05 |
Dmitry Stogov | Fixed test file |
commit | commitdiff | tree | snapshot |
2005-07-05 |
Derick Rethans | - Fixed memory corruption in pg_copy_from() in case... |
commit | commitdiff | tree | snapshot |
2005-07-05 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2005-07-04 |
Derick Rethans | - Renamed date_timezone_set/get() to date_default_timez... |
commit | commitdiff | tree | snapshot |
2005-07-04 |
Jon Parise | If the PHP_AUTOCONF and PHP_AUTOMAKE environmental... |
commit | commitdiff | tree | snapshot |
next |