summaryrefslogtreecommitdiff
path: root/ext/hyperwave/php_hyperwave.h
Commit message (Collapse)AuthorAgeFilesLines
* Empty HEAD of domxml, hyperwave, xsltSascha Schumann2003-06-241-147/+0
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵Zeev Suraski2001-07-301-2/+2
| | | | the way
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-11/+1
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* make hyperwave build under win32Daniel Beulshausen2001-02-201-1/+0
|
* - new function hw_new_document_from_file()Uwe Steinmann2000-12-041-0/+1
|
* - Some more commentsUwe Steinmann2000-11-091-0/+1
| | | | | - Initial support to just include anchors into documents
* - added four functions to do fulltext queryUwe Steinmann2000-10-271-0/+4
|
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-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 generalSascha Schumann2000-07-031-3/+3
| | | | | | | rule is: macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'`
* - using more of the zend APIUwe Steinmann2000-06-301-4/+4
|
* C++ // comments are evil ...Hartmut Holzgraefe2000-06-161-1/+1
|
* - Nuke COMPILE_DL. Modules that need to be compiled as dll's in WindowsAndi Gutmans2000-06-101-5/+0
| | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1
* #if WIN.* => #ifdef PHP_WIN32Sascha Schumann2000-02-121-1/+1
| | | | | #if !(WIN.* => #ifndef PHP_WIN32
* More cleanup...Zeev Suraski1999-12-171-3/+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)
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-0/+166
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.