summaryrefslogtreecommitdiff
path: root/ext/hyperwave/hw.c
Commit message (Expand)AuthorAgeFilesLines
* MFHStig Bakken2001-10-111-1/+2
* Track down a few more functions that don't check for 0 args and useRasmus Lerdorf2001-08-131-2/+3
* We don't consistently check for args passed to functions that don'tRasmus Lerdorf2001-08-131-0/+3
* WhitespaceZeev Suraski2001-08-111-161/+161
* fix php_writeSascha Schumann2001-08-051-1/+1
* - TSRMLS_FETCH workZeev Suraski2001-08-051-61/+122
* More TSRMLS_FETCH annihilation. Enough for today...Zeev Suraski2001-07-311-3/+5
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-5/+3
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-2/+0
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-301-1/+2
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-5/+6
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-2/+28
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* - completed list of error messages (thanks to Torben Wilson)Uwe Steinmann2001-05-181-5/+185
* *must* use HwSLS_FETCH()Daniel Beulshausen2001-04-301-2/+4
* -fixed prototype and indentionUwe Steinmann2001-03-141-3/+4
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Finish fopen-wrappers rename.Sascha Schumann2001-02-231-1/+1
* - took out the HwSLS_FETCH to make it compile again on UnixUwe Steinmann2001-02-221-2/+2
* make hyperwave build under win32Daniel Beulshausen2001-02-201-82/+86
* @- Fixed some modules to allow using output-buffering. (Thies)Thies C. Arntzen2001-02-151-2/+1
* Fixed another proto.Egon Schmid2001-01-261-6/+2
* Heads up people!Zeev Suraski2000-12-221-12/+6
* - Bodytag is insertet by fnInsAnchors()Uwe Steinmann2000-12-131-3/+13
* - new function hw_insertanchors(). It takes a document, a list of anchorsUwe Steinmann2000-12-121-11/+75
* - new function hw_new_document_from_file()Uwe Steinmann2000-12-041-23/+129
* Fixed some protos.Egon Schmid2000-12-011-20/+22
* - optional argument for hw_pipedocument() to specify link prefixUwe Steinmann2000-11-231-1/+123
* - Some more commentsUwe Steinmann2000-11-091-0/+67
* - added four functions to do fulltext queryUwe Steinmann2000-10-271-1/+175
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-3/+3
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-6/+9
* - fixed prototypUwe Steinmann2000-08-281-1/+1
* - Link is now of type RESOURCE and not LONGUwe Steinmann2000-07-051-2/+2
* - using more of the zend APIUwe Steinmann2000-06-301-39/+33
* Stop including dl/phpdl.h.Sascha Schumann2000-06-241-3/+0
* Some protos fixed.Egon Schmid2000-06-181-1/+1
* C++ // comments are evil ...Hartmut Holzgraefe2000-06-161-6/+8
* - More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversionsAndi Gutmans2000-06-151-3/+3
* Fixed some protos.Egon Schmid2000-06-121-7/+7
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-60/+60
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-231-3/+3
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* Change reentrancy API to always use the php prefix.Sascha Schumann2000-05-041-8/+8
* #if COMPILE_DLSascha Schumann2000-05-021-3/+3
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-2/+2
* More phpinfo() prettying.Colin Viebrock2000-04-061-1/+4
* - all functions returning a list of object record should be faster nowUwe Steinmann2000-04-041-2/+6
* - replaced some old code to access server variablesUwe Steinmann2000-03-101-3/+3
* - several fixes and cleanups in hw moduleUwe Steinmann2000-03-081-0/+1