]> granicus.if.org Git - php/shortlog
php
2005-07-12 Wez Furlongremember ? -> :pdox mapping so that binds by position...
2005-07-12 Wez Furlongfix bug when query was rewritten from ? to :name
2005-07-12 Wez Furlongimprove handling of bound input parameters when no...
2005-07-12 Wez Furlongexpand oracle null handling compatability by offering...
2005-07-12 Wez Furlongshould always bind columns after execute.
2005-07-11 Ilia AlshanetskyMake references misuse emit E_NOTICE rather E_STRICT...
2005-07-11 Ilia AlshanetskyA bit of further tuning.
2005-07-11 Andrey Hristovfix a segfault with the following script:
2005-07-11 Andrey Hristov- mysql_affected_rows() already returns an unsigned...
2005-07-11 Jon PariseRemoving the automake-related output. The build no...
2005-07-11 <changelog... ChangeLog update
2005-07-11 Ilia AlshanetskyCompiler warning fix.
2005-07-10 foobar- Moved ext/dbx and ext/ircg to PECL.
2005-07-10 foobartouch
2005-07-10 Wez FurlongFix #33624, mysterious crashes on shutdown on win32
2005-07-10 Marcus Boerger- use three digit octal character definition
2005-07-10 <changelog... ChangeLog update
2005-07-10 Andrey Hristovstmt->column_count is set only if the result has been...
2005-07-10 Andrey Hristovok, calculate max_length only in case of a blob (normal...
2005-07-10 Andrey Hristovif the result set is buffered ask libmysql to compute...
2005-07-10 Wez FurlongGet precise lengths from the server, as suggested by...
2005-07-09 Wez FurlongRelated to #33624. Crashes for me on shutdown, but...
2005-07-09 <changelog... ChangeLog update
2005-07-09 Ilia AlshanetskyAdded safety checks.
2005-07-09 Ilia AlshanetskyMake cursor closer work with emulation as well.
2005-07-09 Wez Furlongdon't free the cols until we know we have another rowset
2005-07-09 Ilia AlshanetskyAdded cursor closer handler.
2005-07-09 Ilia AlshanetskyAdded missing header check.
2005-07-09 Ilia Alshanetskycursor_closer for SQLite.
2005-07-09 Ilia AlshanetskyImplement cursor_closer for MySQL driver.
2005-07-09 Wez Furlongfor the transactions test case, detect working transact...
2005-07-09 Ilia AlshanetskyFixed memory leak
2005-07-09 Wez FurlongFix two bugs:
2005-07-09 Wez FurlongAdded:
2005-07-09 Ilia AlshanetskySafer way of allowing 'blank' user/pass.
2005-07-09 foobarshow ugly full path for failed redirected tests
2005-07-09 foobar- No need to use convert_to_string_ex() when dealing...
2005-07-09 foobar- Fixed bug #33588 (LDAP: RootDSE query not possible).
2005-07-08 Ilia AlshanetskyFix needed for PostgreSQL driver to allow $user & ...
2005-07-08 foobarSanitazione
2005-07-08 Wez Furlongfix leak
2005-07-08 Marcus Boerger- Regenerate using re2c 0.9.8
2005-07-08 Marcus Boerger- std not needed -> avoid warning
2005-07-08 Marcus Boerger- Fix *printf(%lld) under windows
2005-07-08 Wez FurlongFix Bug #33111
2005-07-08 Wez FurlongFix #33618
2005-07-08 Wez FurlongFix PECL #4753
2005-07-08 Antony Dovgalfix tsrm build
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
next