summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc_includes.h
Commit message (Collapse)AuthorAgeFilesLines
* - Sync with HEAD. (php_error -> php_error_docref, proto fixes, code cleanup)foobar2003-07-141-5/+5
|
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* WSDan Kalowsky2002-07-311-5/+5
|
* - Fixed bug #15803 (and propably others related too, part 2/2)foobar2002-06-141-0/+287
. Changed the configure/compile so that it doesn't "pollute" the INCLUDES anymore and thus cause trouble with other extensions which might use the same header files. (e.g. Informix) . Separated the #include statements to own file so we don't get any errors when compiling main/internal_functions.c