summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc.c
Commit message (Expand)AuthorAgeFilesLines
* Missed one section that required the addition of a new HAVE_SOLID_30Dan Kalowsky2000-11-171-1/+1
* Corrected the spelling of verion to version, and cleaned the configurationDan Kalowsky2000-11-171-15/+15
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-3/+3
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-6/+9
* corrected lines for Solid 2.3 systems after some advice from users, please te...Dan Kalowsky2000-09-291-0/+10
* Having odbc_tables() and odbc_columns() match the documentation with paramete...Frank M. Kromann2000-09-281-34/+30
* Applied DBMaker patch by Jeffrey Lin <clin@lion.syscom.com.tw>Stig Bakken2000-07-061-0/+187
* - Make PHP compile again under Windows.Andi Gutmans2000-07-021-1/+1
* updates for the SolidEE to work for 3.5 with PHP4.0.1. Still causes warning ...Dan Kalowsky2000-06-301-9/+9
* Stop including dl/phpdl.h.Sascha Schumann2000-06-241-4/+0
* - More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversionsAndi Gutmans2000-06-151-2/+2
* - Fix Win32 buildZeev Suraski2000-06-071-2/+3
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-20/+20
* Changed parameter naming some function prototypesAndreas Karajannis2000-05-281-9/+9
* Cosmetic changes.Andreas Karajannis2000-05-281-49/+45
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-231-2/+2
* Turn off retrieving the whole error stackAndreas Karajannis2000-05-211-2/+6
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* Prototype adaptedAndreas Karajannis2000-05-111-1/+1
* Restoring old parameter ordering in odbc_fetch_into()Andreas Karajannis2000-05-111-9/+5
* Fixed some typos.Egon Schmid2000-05-111-3/+3
* Forcing passing by reference for array in odbc_fetch_into()Andreas Karajannis2000-05-111-62/+77
* #if COMPILE_DLSascha Schumann2000-05-021-2/+2
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
* Removed unnecessary FAR's (I am assuming we don't need to work underNick Gorham2000-04-161-2/+2
* phpinfo() prettyingColin Viebrock2000-04-061-5/+6
* - ELS are passed to internal functionsAndi Gutmans2000-03-141-2/+0
* odbc_close() and odbc_close_all() working againAndreas Karajannis2000-03-131-11/+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-121-30/+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-091-0/+30
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+5
* uodbc now uses zend's reference system. The crashes on request shutdown shoul...Andreas Karajannis2000-02-231-39/+21
* More protos.Egon Schmid2000-02-231-26/+26
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* - Make Win32 compile againAndi Gutmans2000-02-051-8/+7
* - 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-021-14/+27
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* Replaced some ODBC 3 stuff to be backwards compatible to ODBC 2Andreas Karajannis1999-12-301-27/+27
* 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
* @- 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-171-16/+16
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-2/+2
* Don't include functions not supported by SolidAndreas Karajannis1999-12-111-10/+16