Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Empty HEAD of domxml, hyperwave, xslt | Sascha Schumann | 2003-06-24 | 1 | -147/+0 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵ | Zeev Suraski | 2001-07-30 | 1 | -2/+2 |
| | | | | the way | ||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -11/+1 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | make hyperwave build under win32 | Daniel Beulshausen | 2001-02-20 | 1 | -1/+0 |
| | |||||
* | - new function hw_new_document_from_file() | Uwe Steinmann | 2000-12-04 | 1 | -0/+1 |
| | |||||
* | - Some more comments | Uwe Steinmann | 2000-11-09 | 1 | -0/+1 |
| | | | | | - Initial support to just include anchors into documents | ||||
* | - added four functions to do fulltext query | Uwe Steinmann | 2000-10-27 | 1 | -0/+4 |
| | |||||
* | Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. | David Croft | 2000-07-24 | 1 | -17/+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. | ||||
* | Rename macros which begin with underscore to appropiate macros. The general | Sascha Schumann | 2000-07-03 | 1 | -3/+3 |
| | | | | | | | rule is: macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'` | ||||
* | - using more of the zend API | Uwe Steinmann | 2000-06-30 | 1 | -4/+4 |
| | |||||
* | C++ // comments are evil ... | Hartmut Holzgraefe | 2000-06-16 | 1 | -1/+1 |
| | |||||
* | - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows | Andi Gutmans | 2000-06-10 | 1 | -5/+0 |
| | | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1 | ||||
* | #if WIN.* => #ifdef PHP_WIN32 | Sascha Schumann | 2000-02-12 | 1 | -1/+1 |
| | | | | | #if !(WIN.* => #ifndef PHP_WIN32 | ||||
* | More cleanup... | Zeev Suraski | 1999-12-17 | 1 | -3/+1 |
| | |||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -1/+1 |
| | | | | | | - 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/+166 |
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. |