summaryrefslogtreecommitdiff
path: root/ext/hyperwave/hg_comm.c
Commit message (Collapse)AuthorAgeFilesLines
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Fixing compile errorFrank M. Kromann2001-11-131-1/+1
|
* C++ comment pollution removed.foobar2001-10-241-1/+1
|
* - freeing memory wasn't always done rightUwe Steinmann2001-10-241-6/+7
|
* - More <br> to <br /> fixesDerick Rethans2001-10-091-5/+5
|
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-1/+1
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* Merge in qsort changesSterling Hughes2001-09-171-2/+2
|
* WhitespaceZeev Suraski2001-08-111-15/+15
|
* - 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-061-19/+14
|
* - fulltext query are working nowUwe Steinmann2001-03-211-8/+60
|
* - Inserting links without any delimiters is now possibleUwe Steinmann2001-03-161-1/+22
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* make hyperwave build under win32Daniel Beulshausen2001-02-201-1/+2
|
* - 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-131-21/+22
| | | | | - several small bugs which might cause a segm fault
* - new function hw_insertanchors(). It takes a document, a list of anchorsUwe Steinmann2000-12-121-2/+40
| | | | | and its destination and inserts the anchors into the text.
* - optional argument for hw_pipedocument() to specify link prefixUwe Steinmann2000-11-231-13/+29
|
* - Some more commentsUwe Steinmann2000-11-091-4/+18
| | | | | - Initial support to just include anchors into documents
* - added four functions to do fulltext queryUwe Steinmann2000-10-271-0/+415
|
* - More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversionsAndi Gutmans2000-06-151-15/+15
|
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* - all functions returning a list of object record should be faster nowUwe Steinmann2000-04-041-9/+201
| | | | | and require less accesses on the server
* - several clean upsUwe Steinmann2000-03-231-20/+21
|
* - replaced some old code to access server variablesUwe Steinmann2000-03-101-4/+19
|
* - bug fix, insertion of links back into HTML documentUwe Steinmann2000-03-091-2/+4
| | | | | - smarter test script
* - several fixes and cleanups in hw moduleUwe Steinmann2000-03-081-23/+48
|
* - some cleanups and fixed memory leakUwe Steinmann2000-03-071-3/+5
|
* - switch to zend's double link list finishedUwe Steinmann2000-03-071-22/+44
|
* - more changes to use zend_llistUwe Steinmann2000-03-031-5/+83
|
* - using zend llist instead of dlist (not tested)Uwe Steinmann2000-03-021-1/+35
|
* Get the license right... (this won't make it to RC1 of B4)Zeev Suraski2000-02-191-2/+2
|
* SAPIfication, Episode VI: Return of the SAPIZeev Suraski2000-02-101-2/+2
| | | | | | | | | | | | | | | Remove mostly all references to APACHE and CGI_BINARY from the code. - Apache include files are no longer included by any PHP code, except for the Apache SAPI module. - No server specific code is in any of the base PHP code. Still left to be done: - Eliminate any references to APACHE from the few remaining modules. - Move request_info.c's logic to SAPI - Modify the regex function names, and globals, so that we can always include them, without having to fear any interference with Apache; Always use the bundled regex library
* - several minor cleanups like removing unused variablesUwe Steinmann2000-02-021-8/+8
|
* 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).
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-17/+17
| | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* - Several small corrections, typos, ...Uwe Steinmann1999-12-071-2/+2
|
* Added hw_mapid(), read comment in hg_comm.cUwe Steinmann1999-10-211-3/+56
|
* - some tiny changes to possible improve link extraction/insertion of HTML-docsUwe Steinmann1999-10-191-16/+25
|
* - fixed some memory leaksUwe Steinmann1999-10-061-12/+12
|
* - Group-attribute may now appear multiple times in objrec record.Uwe Steinmann1999-09-011-1/+11
|
* fixed potential segm faultsUwe Steinmann1999-08-171-2/+2
|
* Order of freeing memory cause segm fault since efree seems to wipeUwe Steinmann1999-08-061-28/+27
| | | | | out the memory.
* Huge patch to update the hyperwave and pdflib module.Uwe Steinmann1999-08-051-322/+476
| | | | | | Only pdflib >2.0 is supported. None is tested yet. Hyperwave seems to be broken now.
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-17/+17
| | | | | php3_compat.h)
* Moving dlist stuff into core.Andrey Hristov1999-07-191-1/+1
|
* License updateZeev Suraski1999-07-161-16/+9
|
* * Get Apache to work. POST doesn't work yet.Zeev Suraski1999-05-111-1/+1
| | | | | | | * There are now -I directives for the absolute path of php4, php4/libzend and the builddir for the Apache module, so we can #include any php/Zend header. * Rename config.h to php_config.h
* * Get the Apache module to compile againZeev Suraski1999-04-261-1/+3
| | | | | | * Get rid of php3_rqst, use SG(server_context) instead (there's still Apache-specific code, but it nuked a global)