]> granicus.if.org Git - php/shortlog
php
2005-07-08 Wez Furlongrewrite original names to our preferred format
2005-07-08 Wez Furlonggenerated file
2005-07-08 Wez FurlongFor named-parameter-to-named-parameter rewrites, we...
2005-07-08 Ilia AlshanetskySome of us don't have PostgreSQL 8.0 :)
2005-07-08 Ilia AlshanetskyMissing bit of the previous patch.
2005-07-08 Ilia AlshanetskyFixed compiler warning.
2005-07-08 Wez FurlongAdd early support for native prepared statements in...
2005-07-08 Wez FurlongFix a shutdown order issue I saw in the pgsql driver...
2005-07-08 Wez FurlongAnd the generated version of the parser
2005-07-08 Wez Furlongadd a bit of a hack to cater for pgsql prepared statements.
2005-07-08 Wez Furlongand as a result, need to update the expected data
2005-07-08 Wez Furlongwe declare the column as NOT NULL, so inserting NULL...
2005-07-08 Antony Dovgalmake use of T token
2005-07-08 Antony Dovgalfix #33597 (setcookie() "expires" date format doesn...
2005-07-08 Antony Dovgalrename php_format_date() to date_format()
2005-07-08 Antony Dovgalfix #33614 (memory leak in new strftime())
2005-07-08 Dmitry StogovFixed HTTP basic authentication headers during subrequs...
2005-07-08 foobarMake sure we get a WARNING and not an ERROR here :)
2005-07-08 foobarfix test when session.save_handler is "user"
2005-07-08 foobarfix test when session.save_handler is "user"
2005-07-08 Dmitry StogovFixed support for <any> in base type of extension
2005-07-08 <changelog... ChangeLog update
2005-07-08 Wez FurlongAdd a PDO_ATTR_STRINGIFY_FETCHES attribute, which is...
2005-07-08 Ilia AlshanetskyAdded pg_fetch_all_columns() function to fetch all...
2005-07-07 foobar- Fixed stupid bug in PHP_INSTALL_HEADERS() macro:...
2005-07-07 Antony Dovgaldo not set error_code to HY000 when there was NO error
2005-07-07 Antony Dovgalfree parameter when requested to do so
2005-07-07 Ilia Alshanetsky1st set of fixes to make tests work with MySQL
2005-07-07 Ilia AlshanetskyMake prepared statements obey buffering flag in MySQL.
2005-07-07 Dmitry StogovFixed SIGSEGV on decoding <any> elements
2005-07-07 Wez Furlongpopulate the new dbh->driver field.
2005-07-07 Ilia AlshanetskyFixed memory leak
2005-07-07 Wez Furlongadd an attribute for returning the driver name
2005-07-07 Dmitry StogovFixed bug #33512 (Add missing support for isset()/unset...
2005-07-07 Dmitry StogovFixed bug #33512 (Add missing support for isset()/unset...
2005-07-07 Ilia AlshanetskyFixed memory leak.
2005-07-07 Anantha Kesari H Yzend_stream_getc uses fread internally. NetWare LibC...
2005-07-07 Wez Furlongremove old test files
2005-07-07 Wez Furlongusing new tests
2005-07-07 Wez Furlonguse new tests
2005-07-07 Ilia AlshanetskyStop on the 1st skip.
2005-07-07 Wez Furlongadopt new tests
2005-07-07 Antony Dovgalfix #33605 (substr_compare() crashes with negative...
2005-07-07 Dmitry StogovFixed bug #28072 (static array with some constant keys...
2005-07-07 Wez Furlongskip if we can't connect (include reason in skip output)
2005-07-07 Ilia AlshanetskyReturn an empty array rather then FALSE in fetchAll...
2005-07-07 Ilia AlshanetskyFixed memory leak, after SQLITE_DONE sqlite3_data_count...
2005-07-07 Wez Furlongadopt new tests
2005-07-07 Wez FurlongDB2 wants us to use the proper ODBC 3 function for...
2005-07-07 Wez FurlongNeed to state NOT NULL here, as DB2 won't allow the...
2005-07-07 Wez Furlongmake column names lower case
2005-07-07 Wez Furlongadopt common tests
2005-07-07 Wez Furlongsort redirected tests
2005-07-07 Wez Furlongmore paranoia about the attribute param here too
2005-07-07 Wez Furlongextra paranoia about the attribute param
2005-07-07 Wez FurlongHmm, these ldflags went AWOL.
2005-07-07 Ilia AlshanetskyUse PQexecParams() when available, use original case...
2005-07-07 Wez FurlongIf asked to populate a set of cflags for a header check...
2005-07-07 Wez Furlongadopt generic PDO test suite
2005-07-07 Wez FurlongFix 2 bugs:
2005-07-07 Wez FurlongFix handling of parameter binding.
2005-07-07 Wez FurlongFix bug in bindColumn() for drivers that implement...
2005-07-07 Wez Furlongpedantic WS
2005-07-07 Wez FurlongIt's not portable to expect any consistency between...
2005-07-07 Dmitry StogovFixed memory leaks
2005-07-07 Rob RichardsAllow NULL namespaceURI for getAttributeNodeNS
2005-07-07 foobarreorder. Also: Documentation belongs elsewhere :)
2005-07-07 Anantha Kesari H YReverting the DEFAULT_SLASH to / as it breaks the FreeB...
2005-07-07 Anantha Kesari H Ygwtcwd of NetWare LibC gives a cwd with a volume inform...
2005-07-07 Anantha Kesari H YCOPY_WHEN_ABSOLUTE is not needed for NetWare.
2005-07-07 Dmitry StogovFixed support for shared extensions on AIX
2005-07-07 <changelog... ChangeLog update
2005-07-07 Rasmus LerdorfMissing closing folding marker
2005-07-07 Ilia AlshanetskyLeave it up to the user to decide if to escape the...
2005-07-07 Ilia AlshanetskyFaster sequence id retrieval.
2005-07-06 Edin KadribasicExport missing symbol
2005-07-06 Dmitry StogovFixed possible crash
2005-07-06 Wez Furlongrename pdo_test.php to pdo_test.inc, add it, and update...
2005-07-06 Wez Furlongjuggling to track down a problem with odbc
2005-07-06 Dmitry StogovFixed test to support 64-bit platforms
2005-07-06 Dmitry StogovFixed SIGSEGV during error processing on some systems...
2005-07-06 Wez Furlonglast minute debug stuff sneaked in
2005-07-06 Wez Furlongreplace pdo_odbc tests with new redirection thingy
2005-07-06 Wez Furlongremove the old tests for pdo_sqlite
2005-07-06 Wez FurlongAdd a redirect test to run the common pdo core tests...
2005-07-06 Wez FurlongAdd tests that can be redirected to with new test harne...
2005-07-06 Wez FurlongAdd a new kind of test to the test harness. REDIRECTTE...
2005-07-06 <changelog... ChangeLog update
2005-07-05 foobar- Fixed crash in serialize() + classes. (64bit only)
2005-07-05 Derick Rethans- Added testcase for bug #33578.
2005-07-05 Derick Rethans- Fixed bug #33578 (strtotime() doesn't understand...
2005-07-05 Ilia AlshanetskyFixed crash inside stream_get_line() when length parame...
2005-07-05 Derick Rethans- Change memory management so that tzinfo structures...
2005-07-05 Edin KadribasicProperly detect when the copy command fails
2005-07-05 Dmitry StogovFixed crash in ext\standard\tests\general_functions...
2005-07-05 Dmitry StogovFixed test file
2005-07-05 Derick Rethans- Fixed memory corruption in pg_copy_from() in case...
2005-07-05 <changelog... ChangeLog update
2005-07-04 Derick Rethans- Renamed date_timezone_set/get() to date_default_timez...
2005-07-04 Jon PariseIf the PHP_AUTOCONF and PHP_AUTOMAKE environmental...
next