summaryrefslogtreecommitdiff
path: root/ext/odbc
Commit message (Collapse)AuthorAgeFilesLines
* odbc now uses the new Zend function apiAndreas Karajannis1999-09-251-270/+271
|
* Added support for Easysoft ODBC-ODBC BridgeNick Gorham1999-09-235-1/+46
| | | | | Fixed bug in odbc_setoption
* Added support for metadata functions, odbc_tables, odbc_columns,Nick Gorham1999-09-222-6/+982
| | | | | | | | odbc_columnprivileges, odbc_foreignkeys, odbc_gettypeinfo, odbc_primarykeys, odbc_procedurecolumns, odbc_procedures, odbc_procedurecolumns, odbc_procedures, odbc_specialcolumns, odbc_statistics, odbc_tableprivileges
* improve short help messagesSascha Schumann1999-09-161-3/+4
|
* Renaming odbc filesAndreas Karajannis1999-09-052-2429/+0
|
* New resource handling for odbc moduleAndreas Karajannis1999-09-055-4/+2359
|
* Add support for unixODBCAndreas Karajannis1999-08-304-2/+49
|
* Typo fixAndreas Karajannis1999-08-271-1/+1
|
* Fixed odbc_fetch_into, added prototype return values.Andreas Karajannis1999-08-091-50/+44
| | | | | Pconnects are not working
* First shot at odbc for PHP4Andreas Karajannis1999-08-083-257/+271
| | | | | Problems with LONGs to be investigated
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-022-120/+120
| | | | | php3_compat.h)
* More symbol work.Andrey Hristov1999-08-024-34/+36
|
* License updateZeev Suraski1999-07-162-41/+18
|
* - run ext sources through conv_protoSascha Schumann1999-05-214-57/+59
| | | | | - add necessary phpext_*_ptr
* * Get Apache to work. POST doesn't work yet.Zeev Suraski1999-05-111-1/+1
| | | | | | | * There are now -I directives for the absolute path of php4, php4/libzend and the builddir for the Apache module, so we can #include any php/Zend header. * Rename config.h to php_config.h
* * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵Zeev Suraski1999-05-094-5/+5
| | | | | | | | | | | | | things. * Fully implement ISAPI support - POST and cookies among other things. * Almost completely rewrote phpinfo(). Allow modules to easily display their information in phpinfo() without modifying phpinfo() itself (prototype for the module info function was changed, thus the large amount of updated module files). * Initial extended SAPI support for Apache, completely untested. * CGI now uses SAPI fully as well.
* A step towards generalizing the INI mechanism even moreZeev Suraski1999-04-281-10/+10
|
* A lot of cleanups... Removed old thread-safe code and other redundant code ↵Zeev Suraski1999-04-241-6/+0
| | | | and files
* moved fdf, hyperwave, informix and some smaller filesStig Bakken1999-04-221-1/+1
|
* added ext/*/config.h.stub filesStig Bakken1999-04-201-0/+9
| | | | | removed config.h.in (generated)
* odbc compiles and runs on UNIX again (tested with Solid 2.3)Stig Bakken1999-04-203-1037/+470
|
* include the right header filesStig Bakken1999-04-191-2/+2
|
* moved odbc into ext/Stig Bakken1999-04-197-0/+4092