]> granicus.if.org Git - php/shortlog
php
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.
2004-05-19 Ilia AlshanetskyAbort if driver cannot be registered.
2004-05-19 Edin KadribasicCosmetics
2004-05-19 Ilia AlshanetskyRemoved unused vars.
2004-05-19 Wez Furlongupdate prototype
2004-05-19 Wez FurlongUpdate prototype
2004-05-19 Wez FurlongUpdate prepare() prototype.
2004-05-19 Wez FurlongExpand the prepare() prototype to accept additional...
2004-05-19 Sebastian BergmannZTS fix.
2004-05-19 Marcus Boerger- Remove unused blocks
2004-05-19 Marcus Boerger- Remove unused blocks
2004-05-19 <changelog... ChangeLog update
2004-05-18 Ilia AlshanetskyFixed possible memory leak.
2004-05-18 Ilia AlshanetskyBetter header detection.
2004-05-18 Ilia AlshanetskyFixed build.
2004-05-18 Ilia AlshanetskyAllow static builds.
2004-05-18 Marcus BoergerFix test
2004-05-18 Marcus Boerger- Need to operate on module pointer in hash table
2004-05-18 Wez FurlongFix #27638: not cleaning up object files in win32 build
2004-05-18 George Schlossnagleshould be a strcmp, not a strncmp, thanks, wez
2004-05-18 Marcus Boerger- Make start and length parameter to Limititerator...
2004-05-18 George Schlossnaglewas leaking query_string's
2004-05-18 George Schlossnaglesupport the read-only property 'queryString'
2004-05-18 Wez FurlongFix bug #28438: win32 build fails in non-zts mode
next