]> granicus.if.org Git - php/shortlog
php
2004-05-21 Wez FurlongUpdate package file
2004-05-21 Wez FurlongBetter error message to save looking in the wrong place.
2004-05-21 Ilia AlshanetskyImplement ODBC doer.
2004-05-21 Wez FurlongFix return type here too
2004-05-21 Wez FurlongFix return type
2004-05-21 Wez FurlongFix setAttribute for oci.
2004-05-21 Derick Rethans- Fixed order (again)
2004-05-21 Dmitry StogovFixed bug #28239 (No results returned on SOAP call...
2004-05-21 Wez FurlongAllow lazy fetch to work with numeric offsets.
2004-05-21 Ilia AlshanetskyFixed compiler warning.
2004-05-21 Ard BiesheuvelRemoved strcpy() call from most common case
2004-05-21 Wez FurlongUpdate for placeholder flags
2004-05-21 Wez Furlongstore the name length in the same manner as it is store...
2004-05-21 Wez FurlongTidy up placeholder flags
2004-05-21 Ard BiesheuvelAdded test for duplicate field names when returning...
2004-05-21 Wez FurlongVersion 1 of PDO_FETCH_LAZY
2004-05-21 Ard BiesheuvelMake sure METADATALENGTH is defined (used by IB 7)
2004-05-21 Derick Rethans- Fixed TSRM problem in latest commit.
2004-05-21 Derick Rethans- Fixed bug #28456 (Problem with enclosed / in uploaded...
2004-05-21 Greg Beaverfix missing assignment
2004-05-21 Greg Beaverfix for BC break
2004-05-21 Greg BeaverSeveral issues resolved.
2004-05-21 <changelog... ChangeLog update
2004-05-20 Ilia AlshanetskyFixed stream leak on error.
2004-05-20 Wez FurlongSpecify that OCI returns column names in upper case...
2004-05-20 Wez FurlongImplement case folding of column names as a portability...
2004-05-20 Ilia AlshanetskyKill unused var.
2004-05-20 Wez FurlongImplement PDO_FETCH_OBJ
2004-05-20 Wez FurlongFix build on win32
2004-05-20 Andrey Hristovfor now removing ":public". Waiting for a decision...
2004-05-20 Andrey Hristovfixing the tests so to work with the new var_dump(...
2004-05-20 Ilia AlshanetskyMake username & password parameters optional.
2004-05-20 Ilia AlshanetskyFixed parameter order.
2004-05-20 Ilia AlshanetskyAdded getAttribute() handler.
2004-05-20 Edin KadribasicUse native PostgreSQL connect string e.g.
2004-05-20 George Schlossnaglesigh... need to include the null byte in hash keys
2004-05-20 Ilia AlshanetskyAdded MySQL getAttribute() support.
2004-05-20 Wez FurlongEnable setting the different error modes via PDO::setAt...
2004-05-20 Ilia AlshanetskyFixed typo.
2004-05-20 Ilia AlshanetskyAdded missing user-land constants.
2004-05-20 Edin KadribasicWe quote with ' in real databases
2004-05-20 Ilia AlshanetskyAdded getAttribute() method.
2004-05-20 George Schlossnagleremove debug
2004-05-20 George Schlossnagleoff by one error
2004-05-20 George Schlossnagleset active_query_string to null in case of failure
2004-05-20 Ilia AlshanetskyMake sure that the error string is freed.
2004-05-20 Ilia AlshanetskyFixed possible crash.
2004-05-20 Ilia AlshanetskyBetter error message.
2004-05-20 Ilia AlshanetskyLast insert id (oids) support.
2004-05-20 Wez FurlongRevert; obviously I missed the function at the bottom...
2004-05-20 George SchlossnagleSupport ? as a bind in emulated prepares
2004-05-20 Andrey Hristovvar_dump() now shows private and protected member varia...
2004-05-20 Ilia AlshanetskyMake doer() work.
2004-05-20 Wez FurlongExport this, so extensions may throw their own exceptio...
2004-05-20 George Schlossnaglekeys need to be null-terminated (how did this not get...
2004-05-20 Wez FurlongAdd methods for error handling
2004-05-20 George Schlossnagleiactually support :\w+ as binds
2004-05-20 Derick Rethans- Removed unused INI sections.
2004-05-20 Dmitry StogovAllowing user defined SOAP transports with SoapClient...
2004-05-20 Wez Furlongzts fix ;)
2004-05-20 Ilia AlshanetskyCorrectly report errors for statment problems.
2004-05-20 Ilia AlshanetskyError handling support.
2004-05-20 Ilia AlshanetskyFixed typo.
2004-05-20 Ilia AlshanetskyFixed compiler warnings.
2004-05-20 Wez FurlongDon't dup here either
2004-05-20 Wez FurlongDon't dup here, PDO will do it as needed
2004-05-20 Derick Rethans- Allow extra parameters to mail to be forced also...
2004-05-20 Wez FurlongFix prototype.
2004-05-20 Edin KadribasicMake it compile on windows
2004-05-20 Edin KadribasicPostgreSQL PDO driver.
2004-05-20 <changelog... ChangeLog update
2004-05-20 Ilia AlshanetskyFree vars before calling E_ERROR.
2004-05-20 Wez Furlongre-jig error handling, and make it co-operate with...
2004-05-20 Wez FurlongFirst cut at a "unified" error handling API. The main...
2004-05-19 Wez FurlongFix win32 build
2004-05-19 Marcus Boerger- Allow to build with ext/mysqli
2004-05-19 Marcus Boerger- Allow to compile as builtin module
2004-05-19 Ilia AlshanetskyRow count cannot be calculated in MySQL without bufferi...
2004-05-19 Ilia AlshanetskyAdded fetchAll and fetchSingle methods for data retrieval.
2004-05-19 Ilia AlshanetskyTimeout stuff.
2004-05-19 Ilia AlshanetskyAdded support for setting timeout value.
2004-05-19 Ilia AlshanetskyPrevent possible crash when working with column contain...
2004-05-19 George Schlossnagleexec() now returns affected row count
2004-05-19 George Schlossnagleexec() now returns row count
2004-05-19 George Schlossnaglebuilds on stock rh9 now
2004-05-19 Frank M. KromannSet correct Win32 line endings and fix ZTS compilation
2004-05-19 Ilia AlshanetskyAdded lastInsertId() method for retrieving last insert id.
2004-05-19 Ilia AlshanetskySkip spaces between connection params.
2004-05-19 Ard BiesheuvelFixed unregistered bug (memory leak in printf() & friends)
2004-05-19 Ilia AlshanetskyBetter include path detection.
2004-05-19 Wez FurlongAdd simple error code values and a place to store them
2004-05-19 Wez FurlongLet it install correctly when built via phpize
2004-05-19 Ilia AlshanetskyMore errno stuff.
2004-05-19 Ilia AlshanetskyFixed possible crash on connection error.
2004-05-19 Ilia AlshanetskySimplify config via the use of mysql_config.
2004-05-19 Ilia AlshanetskyCopy the headers
2004-05-19 Edin KadribasicTypo
2004-05-19 Edin KadribasicFix configure
2004-05-19 Wez FurlongRevise $dbh->exec().
2004-05-19 Wez FurlongAdd $dbh->exec() method.
next