]> granicus.if.org Git - php/shortlog
php
2005-07-13 Ilia AlshanetskyFixed bug #33673 (Added detection for partially uploade...
2005-07-13 foobartypofix
2005-07-13 foobar- Added check whether re_magic exists in struct regex_t
2005-07-13 foobarfix typo
2005-07-13 foobarfixed typos
2005-07-13 <changelog... ChangeLog update
2005-07-12 Andi Gutmans- Update Beta 3 date
2005-07-12 Antony Dovgaladd forgotten ifdefs, fix #33667 (mysqli doesn't compile)
2005-07-12 Andi Gutmans- Update News
2005-07-12 Andi Gutmans- Back to -dev
2005-07-12 Andi Gutmans- Beta 3
2005-07-12 Andrey Hristovok, call pdo_mysql_error() before returning -1
2005-07-12 Andrey Hristovstrictly check the result of mysql_affected_rows()
2005-07-12 Ilia AlshanetskyAdded support for LOCK_EX flag for file_put_contents().
2005-07-12 Ilia AlshanetskyFixed double-free in the digest authentication handling.
2005-07-12 Georg Richterchanged version dependency for charset functions
2005-07-12 Wez Furlongcompile before commit...
2005-07-12 Wez FurlongEnable unix build for dblib/sybase/freetds.
2005-07-12 Antony Dovgalfix tests that started to fail after the last change...
2005-07-12 Wez FurlongAvoid estrdup(NULL), modified patch from Zhao ming...
2005-07-12 Georg Richterremoved charset structure. libmysql now provides a...
2005-07-12 foobarTouch with working re2c
2005-07-12 Dmitry StogovFixed bug #33156 (cygwin version of setitimer doesn...
2005-07-12 <changelog... ChangeLog update
2005-07-12 Wez Furlongtouch generated file
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
next