summaryrefslogtreecommitdiff
path: root/ext/oracle/php_oracle.h
Commit message (Collapse)AuthorAgeFilesLines
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-11/+1
|
* @- You can now call Ora_Error() without prameters to get the reasonThies C. Arntzen2000-07-151-0/+1
| | | | | @ for a failed connection attempt. (Kirill Maximov)
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
| | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
* oracle compiles now on win32 - untested!Thies C. Arntzen2000-04-211-2/+0
|
* Define phpext_oracle_ptr properly.Andrei Zmievski2000-02-111-1/+1
|
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-1/+1
| | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* small cleanups in MINIT codeThies C. Arntzen1999-12-091-1/+1
| | | | | OCIInitialize is now called at the "right" spot again
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-0/+148
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.