]> granicus.if.org Git - php/shortlog
php
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
2004-05-18 George Schlossnagleforgotten off the last commit
2004-05-18 Wez FurlongGive user a nice message when PDO isn't initialized...
2004-05-18 Wez FurlongMinor tweaks
2004-05-18 Wez Furlongtypo..
2004-05-18 Wez FurlongmySQL, not Oracle ;)
2004-05-18 Wez FurlongAdd to win32 build
2004-05-18 Ilia AlshanetskyFixed search path for MySQL.
2004-05-18 George Schlossnagleinitial import of mysql 3.x pdo driver
2004-05-18 Stanislav MalyshevZ_TYPE_P is for zvals
2004-05-18 Wez FurlongUpdate generated parser
2004-05-18 Wez FurlongAdd parser to win32 build
2004-05-18 Wez FurlongTweaks for win32
2004-05-18 George Schlossnaglefor those without re2c
2004-05-18 Wez FurlongFix dl() and extension=
2004-05-18 Wez FurlongRegister according to the type specified by the module.
2004-05-18 George Schlossnaglelicense/copyright block
2004-05-18 George Schlossnaglehandle binding/quoting of queries for drivers with...
2004-05-18 Ilia AlshanetskyFixed command line escaping routines for win32.
2004-05-18 Edin KadribasicMove declarations to the begining of function.
2004-05-18 Edin KadribasicTSRM fix
2004-05-18 Edin KadribasicNo length parameter -> estrdup()
2004-05-18 Wez FurlongProbe for some functions; allows pdo_oci to build on...
2004-05-18 Wez FurlongPrimitive support for probing headers for functions...
2004-05-18 Wez FurlongSkeleton for emulated prepare()
2004-05-18 Wez FurlongUpdate to match new prototype
2004-05-18 Wez FurlongQuoting here leads to problems with databases that...
2004-05-18 George Schlossnagleonly rewrite tmp if quoter returns true
2004-05-18 George Schlossnagleauto-quote values before binding them in at execute...
2004-05-18 George Schlossnagleuse new prototype
2004-05-18 George Schlossnaglewe need the source string length for binary safe string...
2004-05-18 Wez Furlongpackage.xml
2004-05-18 Wez FurlongSkeleton package file
2004-05-18 <changelog... ChangeLog update
2004-05-18 Sara GolemonBugfix#28404 When type is double we need to access...
2004-05-17 Wez FurlongLet is build under unix.
2004-05-17 George Schlossnagleinclude guard
2004-05-17 Ilia AlshanetskyCorrect output.
2004-05-17 Sara GolemonBugFix# 27982: Provide error message when trying to...
2004-05-17 Andrei ZmievskiRevert the .ini vars patch. Will have to try again...
2004-05-17 Wez FurlongAllow PDO OCI to build under unix.
2004-05-17 Wez FurlongAllow PDO to build as a self-contained extension.
2004-05-17 Andrei ZmievskiFix the apparent bug (; at the end of parse rule block).
2004-05-17 Wez FurlongSome pedantic fixes for gcc.
2004-05-17 Derick Rethans- Document the smtp_port setting in php.ini
2004-05-17 Wez FurlongODBC (v3 ish) driver for PDO.
next