summaryrefslogtreecommitdiff
path: root/ext/odbc
Commit message (Expand)AuthorAgeFilesLines
* Improved in-tree shared libraries build systemSascha Schumann2000-05-011-1/+1
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-6/+1
* Removed unnecessary FAR's (I am assuming we don't need to work underNick Gorham2000-04-161-2/+2
* phpinfo() prettyingColin Viebrock2000-04-062-6/+10
* Some white-space changesSascha Schumann2000-03-261-3/+2
* - ELS are passed to internal functionsAndi Gutmans2000-03-141-2/+0
* odbc_close() and odbc_close_all() working againAndreas Karajannis2000-03-132-12/+71
* Use sprintf everywhere and define sprintf to php_sprintf, if sprintf is broken.Sascha Schumann2000-03-121-1/+1
* Fix build on systems which lack snprintf or vsnprintf.Sascha Schumann2000-03-121-1/+0
* remove recent patch to _close_odbc_conn calling _free_odbc_resultLeo Baschy2000-03-122-31/+0
* - Don't define DEBUG anymore. Everyone should use PHP_DEBUG.Andi Gutmans2000-03-111-1/+1
* _close_odbc_conn calls _free_odbc_result if possibleLeo Baschy2000-03-092-0/+31
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-062-2/+6
* Define SQL_SUCCEEDED for Solid.Sascha Schumann2000-02-231-0/+1
* uodbc now uses zend's reference system. The crashes on request shutdown shoul...Andreas Karajannis2000-02-232-42/+26
* More protos.Egon Schmid2000-02-231-26/+26
* the pipe is breaking all the timeZeev Suraski2000-02-192-4/+4
* - Make Win32 compile againAndi Gutmans2000-02-051-8/+7
* Fix for wrong library ordering with adabasAndreas Karajannis2000-01-191-2/+2
* - Remove the pre-request-shutdown hooks, they should no longer be necessary.Zeev Suraski2000-01-161-2/+8
* in an rshutdown function we should not access the regular_list like this.Thies C. Arntzen2000-01-151-4/+14
* Statements get closed before connection shutdown.Andreas Karajannis2000-01-022-14/+28
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-012-2/+2
* Fix linking problems with iODBC. This is from the Adabas section, soSascha Schumann1999-12-311-0/+1
* First try at getting the ODBC stuff rightSascha Schumann1999-12-311-15/+9
* Replaced some ODBC 3 stuff to be backwards compatible to ODBC 2Andreas Karajannis1999-12-302-27/+28
* Fix define.Sascha Schumann1999-12-301-1/+1
* Whoops, defining them to empty values generates many parse errors.Sascha Schumann1999-12-301-11/+11
* Get rid of config.h.stub. Note that you should embed a comment aboutSascha Schumann1999-12-302-24/+12
* Integration of -ng changes. Changes:Sascha Schumann1999-12-303-9/+17
* Change ALLOC_ZVAL() semanticsZeev Suraski1999-12-261-1/+1
* - Move more stuff to ALLOC_ZVAL(). We need to add those FREE_ZVAL()'s now.Andi Gutmans1999-12-241-1/+1
* Some cleanupSascha Schumann1999-12-211-1/+0
* @- Fixed a bug in ODBC error reporting (Zeev)Zeev Suraski1999-12-211-1/+1
* - The tree compiles againZeev Suraski1999-12-181-46/+46
* More php3_ cleanupZeev Suraski1999-12-173-31/+31
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-174-6/+6
* More php3_ annihilationZeev Suraski1999-12-171-6/+6
* Don't include functions not supported by SolidAndreas Karajannis1999-12-112-13/+23
* Report all ODBC error's not just the top of the stackNick Gorham1999-12-091-9/+12
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-044-11/+13
* Added check in the ODBC module that a connection is still valid beforeNick Gorham1999-11-302-1/+28
* @Added DBMaker support (patch by Pax Tsai <paxtsai@lion.syscom.com.tw>)Stig Bakken1999-11-295-3/+102
* Remove the extra INCLUDES line from most automake Mafiles. This is notSascha Schumann1999-11-131-1/+0
* Clean up ODBC HAVE_XXX symbols, compile fixes for OpenLink and Solid.Stig Bakken1999-11-096-53/+57
* Fix OpenLink ODBC supportStig Bakken1999-11-091-2/+2
* (IBM DB2 Support) Fix stuff to allow IBM DB2 to work with PHP 4.Rasmus Lerdorf1999-10-284-8/+37
* Make ODBC work under Win32Zeev Suraski1999-10-151-438/+444
* new improved resource-API (i hope everything still compiles)Thies C. Arntzen1999-10-121-35/+17
* Forgot to remove workaround for SQLANY_BUG which is no longer neededAndreas Karajannis1999-10-081-18/+0