summaryrefslogtreecommitdiff
path: root/ext/db/php_db.h
Commit message (Collapse)AuthorAgeFilesLines
* - Moved ext/db to PECL.foobar2003-12-011-82/+0
| | | | | # Derick copied the sources in CVS repository to preserve CVS log.
* Update before moving to PECLMarcus Boerger2003-06-141-0/+2
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* header for last commitMarcus Boerger2002-08-271-2/+1
|
* Missing TSRMLS_* stufffoobar2002-06-291-3/+3
|
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* These PHP3_* macros aren't defined in the code, so these haven't been doingSean Bright2002-01-201-1/+1
| | | | | | | anything for some time now (at least since 4.0 was released). So let's go ahead and remove those. # If I missed something obvious, let me know and I will revert the patch.
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* depreciated, but should build anyway...Daniel Beulshausen2001-08-141-5/+5
|
* more tsrm cleanupSascha Schumann2001-08-061-1/+1
|
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-1/+1
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Fix DB build (hopefully, untested)Zeev Suraski2000-12-031-1/+1
|
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-21/+10
| | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers.
* 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.
* - Nuke COMPILE_DL. Modules that need to be compiled as dll's in WindowsAndi Gutmans2000-06-101-1/+1
| | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1
* Fix the problem with dbmopen() not being defined. Patch byJim Jagielski2000-03-301-3/+0
| | | | | Geoff (geoff@mcrent.com) and The Red Fox
* Cleanup patchesZeev Suraski2000-02-051-1/+1
|
* More php3 cleanupZeev Suraski1999-12-171-5/+5
|
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-6/+6
| | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-0/+95
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.