summaryrefslogtreecommitdiff
path: root/ext/odbc
Commit message (Expand)AuthorAgeFilesLines
* @ Put an end to BUG#4615 (kalowsky & Eric Veldhuyzen)Dan Kalowsky2000-11-221-27/+34
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
* 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-173-30/+28
* - Added the two constants mentioned in bug #6097Derick Rethans2000-10-301-0/+2
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-252-5/+5
* Config Patch for DBMakerAndreas Karajannis2000-10-211-5/+4
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-202-10/+15
* Added support for SAP DBAndreas Karajannis2000-10-173-8/+74
* corrected lines for Solid 2.3 systems after some advice from users, please te...Dan Kalowsky2000-09-292-1/+10
* Fix configure (with Solaris).foobar2000-09-281-1/+1
* Having odbc_tables() and odbc_columns() match the documentation with paramete...Frank M. Kromann2000-09-281-34/+30
* - Fix build of db2Andi Gutmans2000-09-281-0/+1
* prefer -gt to -lt, and dropped the version number to 2 instead of 3Dan Kalowsky2000-08-241-18/+21
* -lt is preferred over \>Sascha Schumann2000-08-231-1/+1
* cleaned up the PHP/SOLID integration code, and corrected some minor assumptio...Dan Kalowsky2000-08-222-21/+16
* Patched to work for Solid/Linux libc5 and glibc2 without the need for renamin...Dan Kalowsky2000-07-241-1/+1
* Patched to work for Solid/Linux libc5 and glibc2 without the need for renamin...Dan Kalowsky2000-07-241-1/+5
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-242-43/+20
* Applied DBMaker patch by Jeffrey Lin <clin@lion.syscom.com.tw>Stig Bakken2000-07-064-25/+235
* Change header protection macros to conform to standard.Sascha Schumann2000-07-022-6/+6
* - 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-303-26/+79
* Stop including dl/phpdl.h.Sascha Schumann2000-06-241-4/+0
* - More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversionsAndi Gutmans2000-06-151-2/+2
* - Nuke COMPILE_DL. Modules that need to be compiled as dll's in WindowsAndi Gutmans2000-06-101-5/+0
* - Fix Win32 buildZeev Suraski2000-06-071-2/+3
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-052-32/+32
* Changed parameter naming some function prototypesAndreas Karajannis2000-05-281-9/+9
* Cosmetic changes.Andreas Karajannis2000-05-282-53/+50
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-232-3/+3
* Turn off retrieving the whole error stackAndreas Karajannis2000-05-211-2/+6
* Update the license with the new clause 6Zeev Suraski2000-05-182-4/+4
* 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-112-67/+83
* #if COMPILE_DLSascha Schumann2000-05-022-3/+3
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-022-2/+2
* Remove trailing empty linesSascha Schumann2000-05-011-4/+0
* Large test commit IVSascha Schumann2000-05-011-0/+1
* Large commit test IIISascha Schumann2000-05-011-0/+3
* 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