Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Moved ext/db to PECL. | foobar | 2003-12-01 | 1 | -82/+0 |
| | | | | | # Derick copied the sources in CVS repository to preserve CVS log. | ||||
* | Update before moving to PECL | Marcus Boerger | 2003-06-14 | 1 | -0/+2 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | header for last commit | Marcus Boerger | 2002-08-27 | 1 | -2/+1 |
| | |||||
* | Missing TSRMLS_* stuff | foobar | 2002-06-29 | 1 | -3/+3 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | These PHP3_* macros aren't defined in the code, so these haven't been doing | Sean Bright | 2002-01-20 | 1 | -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 Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | depreciated, but should build anyway... | Daniel Beulshausen | 2001-08-14 | 1 | -5/+5 |
| | |||||
* | more tsrm cleanup | Sascha Schumann | 2001-08-06 | 1 | -1/+1 |
| | |||||
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -1/+1 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Fix DB build (hopefully, untested) | Zeev Suraski | 2000-12-03 | 1 | -1/+1 |
| | |||||
* | Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. | David Croft | 2000-07-24 | 1 | -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 Schumann | 2000-07-02 | 1 | -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 Windows | Andi Gutmans | 2000-06-10 | 1 | -1/+1 |
| | | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1 | ||||
* | Fix the problem with dbmopen() not being defined. Patch by | Jim Jagielski | 2000-03-30 | 1 | -3/+0 |
| | | | | | Geoff (geoff@mcrent.com) and The Red Fox | ||||
* | Cleanup patches | Zeev Suraski | 2000-02-05 | 1 | -1/+1 |
| | |||||
* | More php3 cleanup | Zeev Suraski | 1999-12-17 | 1 | -5/+5 |
| | |||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -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 all | Sascha Schumann | 1999-12-04 | 1 | -0/+95 |
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. |