summaryrefslogtreecommitdiff
path: root/ext/hyperwave/hw.c
Commit message (Collapse)AuthorAgeFilesLines
* - Some more commentsUwe Steinmann2000-11-091-0/+67
| | | | | - Initial support to just include anchors into documents
* - 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 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
|
* - 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
| | | | | | 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.
* More phpinfo() prettying.Colin Viebrock2000-04-061-1/+4
| | | | | | | Can someone check my code for the interbase support, and I need someone else to decode the LDAP stuff ... it's beyond me.
* - all functions returning a list of object record should be faster nowUwe Steinmann2000-04-041-2/+6
| | | | | and require less accesses on the server
* - 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
|
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+1
| | | | | directory name.
* Protos fixed.Egon Schmid2000-03-051-1/+1
|
* - more changes to use zend_llistUwe Steinmann2000-03-031-1/+1
|
* More protos.Egon Schmid2000-02-221-1/+1
|
* Get the license right... (this won't make it to RC1 of B4)Zeev Suraski2000-02-191-2/+2
|
* - made hyperwave extension compile againUwe Steinmann2000-02-081-5/+5
|
* - fixed segm fault in hw_docbyanchor()Uwe Steinmann2000-02-031-1/+1
|
* - several minor cleanups like removing unused variablesUwe Steinmann2000-02-021-3/+1
|
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
| | | | | you start counting at 0 or 1).
* Change ALLOC_ZVAL() semanticsZeev Suraski1999-12-261-1/+1
|
* - Use ALLOC_ZVAL() in PHP. Finding the places to put FREE_ZVAL(z) is muchAndi Gutmans1999-12-241-1/+1
| | | | | | more tricky and I'm not sure how many places this is. zval allocations were only made directly in 11 places.
* - The tree compiles againZeev Suraski1999-12-181-32/+32
|
* More cleanup...Zeev Suraski1999-12-171-10/+10
|
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-5/+5
| | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* More php3_ annihilationZeev Suraski1999-12-171-70/+70
|
* More php3_ annihilationZeev Suraski1999-12-171-1/+1
|
* switched to Ex ApiUwe Steinmann1999-12-151-216/+217
|
* always check if output is ok after php3_header()Uwe Steinmann1999-12-141-2/+2
|
* - Several small corrections, typos, ...Uwe Steinmann1999-12-071-1/+1
|
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-2/+2
| | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
* Convert more source files to use thread-safe functionsSascha Schumann1999-11-261-8/+11
|
* Added hw_mapid(), read comment in hg_comm.cUwe Steinmann1999-10-211-0/+32
|
* - some tiny changes to possible improve link extraction/insertion of HTML-docsUwe Steinmann1999-10-191-3/+4
|
* - fixed some memory leaksUwe Steinmann1999-10-061-0/+6
|
* - Thread-unsafe win32 compiles againAndi Gutmans1999-09-151-3/+3
| | | | | - Some strlcpy changes including one bug fix.
* - add posibility to specify how objrec to objarr conversionUwe Steinmann1999-09-081-88/+59
| | | | | is performed (not ready yet)
* - complete rewrite of object to array conversionUwe Steinmann1999-09-031-1/+144
|
* - Group-attribute may now appear multiple times in objrec record.Uwe Steinmann1999-09-011-8/+38
|