summaryrefslogtreecommitdiff
path: root/ext/odbc/velocis.c
Commit message (Collapse)AuthorAgeFilesLines
* Changing the Velocis extension to now be called Birdstep, due to a ↵James Cox2002-03-041-698/+0
| | | | | | | | | product/company change. added aliases for Velocis to the birdstep functions. # testing is both advised and encouraged! @ The Velocis extension is no
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* proto fixHartmut Holzgraefe2002-01-041-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* proto fixesHartmut Holzgraefe2001-12-071-2/+2
|
* protos preparedHartmut Holzgraefe2001-12-071-0/+36
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-1/+3
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-38/+38
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-2/+4
|
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵Zeev Suraski2001-07-301-0/+1
| | | | the way
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-2/+2
|
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-4/+6
| | | | | | | | | | | | | * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destructors_ex() instead * Updated all relevant modules to provide the resource type name to register_list_destructors() call * Updated var_dump() to output resource type name instead of number @- Made resource type names visible, e.g. var_dump() and @ get_resource_type() display "file" for file resources. (Andrei)
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-12/+12
|
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-231-1/+1
|
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* #if COMPILE_DLSascha Schumann2000-05-021-1/+1
| | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
| | | | | ZEND_GET_MODULE(name) macro.
* phpinfo() prettyingColin Viebrock2000-04-061-1/+4
|
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+1
| | | | | directory name.
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
|
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
| | | | | you start counting at 0 or 1).
* More php3_ cleanupZeev Suraski1999-12-171-14/+14
|
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-2/+2
| | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* More php3_ annihilationZeev Suraski1999-12-171-6/+6
|
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-1/+1
| | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
* Clean up ODBC HAVE_XXX symbols, compile fixes for OpenLink and Solid.Stig Bakken1999-11-091-1/+1
| | | | | | | #The Solid support still does not link, though (looks like a side-effect of #the way the Solid libs are named and our stubborn friend libtool). #This can wait until after 4.0b3.
* New resource handling for odbc moduleAndreas Karajannis1999-09-051-2/+16
|
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-33/+33
| | | | | php3_compat.h)
* More symbol work.Andrey Hristov1999-08-021-18/+18
|
* License updateZeev Suraski1999-07-161-21/+9
|
* - run ext sources through conv_protoSascha Schumann1999-05-211-12/+12
| | | | | - add necessary phpext_*_ptr
* * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵Zeev Suraski1999-05-091-1/+1
| | | | | | | | | | | | | 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.
* moved odbc into ext/Stig Bakken1999-04-191-0/+646