summaryrefslogtreecommitdiff
path: root/ext/hyperwave
Commit message (Collapse)AuthorAgeFilesLines
...
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-1/+1
| | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it...
* - fixed some compiler warningsUwe Steinmann2001-06-062-20/+15
|
* 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
|
* - fulltext query are working nowUwe Steinmann2001-03-211-8/+60
|
* - Inserting links without any delimiters is now possibleUwe Steinmann2001-03-162-1/+23
|
* -fixed prototype and indentionUwe Steinmann2001-03-141-3/+4
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-265-5/+5
|
* 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
| | | | | Is this really neccesary at this point?
* make hyperwave build under win32Daniel Beulshausen2001-02-204-84/+208
|
* @- Fixed some modules to allow using output-buffering. (Thies)Thies C. Arntzen2001-02-151-2/+1
| | | | | | | | | i nuked all unneded calls to php_header() - i'm not too sure how we do handle HEAD Requests as they were only detected via php_header(). but calling php_header from a module makes output-buffering unusable. NOTICE: there is some EBSDIC stuff in gd.c - i think it's obsolete.
* Fixed another proto.Egon Schmid2001-01-261-6/+2
|
* Heads up people!Zeev Suraski2000-12-221-12/+6
| | | | | | Updated the get_current_key() API - the relevant authors, please take a look at the updated code and make sure it's ok...
* - handled possible case that an Anchor has no PositionUwe Steinmann2000-12-141-1/+1
| | | | | (This used to cause a segm fault)
* - Bodytag is insertet by fnInsAnchors()Uwe Steinmann2000-12-132-24/+35
| | | | | - several small bugs which might cause a segm fault
* - new function hw_insertanchors(). It takes a document, a list of anchorsUwe Steinmann2000-12-123-13/+116
| | | | | and its destination and inserts the anchors into the text.
* - new function hw_new_document_from_file()Uwe Steinmann2000-12-042-23/+130
|
* Fixed some protos.Egon Schmid2000-12-011-20/+22
|
* - optional argument for hw_pipedocument() to specify link prefixUwe Steinmann2000-11-233-17/+155
|
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
|
* - Some more commentsUwe Steinmann2000-11-093-4/+86
| | | | | - Initial support to just include anchors into documents
* - added four functions to do fulltext queryUwe Steinmann2000-10-274-1/+601
|
* 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 a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destructors_ex() instead * Updated all relevant modules to provide the resource type name to register_list_destructors() call * Updated var_dump() to output resource type name instead of number @- Made resource type names visible, e.g. var_dump() and @ get_resource_type() display "file" for file resources. (Andrei)
* - fixed prototypUwe Steinmann2000-08-281-1/+1
|
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-243-51/+31
| | | | | | | | | 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.
* - Link is now of type RESOURCE and not LONGUwe Steinmann2000-07-051-2/+2
|
* 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/\./_/'`
* Change header protection macros to conform to standard.Sascha Schumann2000-07-023-7/+10
| | | | | | | | | 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.
* - using more of the zend APIUwe Steinmann2000-06-302-43/+37
|
* 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-162-7/+9
|
* - More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversionsAndi Gutmans2000-06-153-19/+19
|
* Fixed some protos.Egon Schmid2000-06-121-7/+7
|
* - 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
* - 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-182-4/+4
|
* Change reentrancy API to always use the php prefix.Sascha Schumann2000-05-041-8/+8
| | | | | | Check for the declaration of reentrant functions, so that we can use them in non-ZTS mode on all platforms.
* #if COMPILE_DLSascha Schumann2000-05-021-3/+3
| | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-2/+2
| | | | | ZEND_GET_MODULE(name) macro.
* Remove trailing empty linesSascha Schumann2000-05-011-4/+0
|
* Large test commit IVSascha Schumann2000-05-011-0/+1
|
* Large commit test IIISascha Schumann2000-05-011-0/+1
|
* Large test commit IISascha Schumann2000-05-011-0/+2
|
* Improved in-tree shared libraries build systemSascha Schumann2000-05-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following new/revived shared modules are available now: ... MySQL (*) ... PCRE (*) ... Session ... SWF (*) capable of using bundled library or external library All changes: The m4 macro PHP_EXTENSION was revamped. Uses LIB_BUILD now. This effectively means that all extensions have to use dynlib. ext/mysql/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/pcre/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/ext_skel was changed to reflect that more modules should be compileable as shared module. ext/Makefile.in has been simplified enormously. Dependencies are now stored in the build tree. Empty dependencies are not generated by buildconf anymore. They are now dynamically created during the build process. Implicit rules for .S were removed. The NO_RECURSION feature was removed. "libs.mk" has been added to all cvsignore files in ext.