| Commit message (Expand) | Author | Age | Files | Lines |
| * | Empty HEAD of domxml, hyperwave, xslt | Sascha Schumann | 2003-06-24 | 1 | -5841/+0 |
| * | Fixed a few remaining compiler warnings. | Ilia Alshanetsky | 2003-06-16 | 1 | -4/+4 |
| * | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| * | A add much more useful select(2) implementation than is provided by | Wez Furlong | 2003-02-16 | 1 | -1/+1 |
| * | Fixed compile warning & removed useless variable. | Ilia Alshanetsky | 2003-01-14 | 1 | -9/+4 |
| * | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| * | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| * | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| * | Fixing compile error | Frank M. Kromann | 2001-11-13 | 1 | -1/+1 |
| * | C++ comment pollution removed. | foobar | 2001-10-24 | 1 | -1/+1 |
| * | - freeing memory wasn't always done right | Uwe Steinmann | 2001-10-24 | 1 | -6/+7 |
| * | - More <br> to <br /> fixes | Derick Rethans | 2001-10-09 | 1 | -5/+5 |
| * | Back-substitute for Z_* macro's. If it breaks some extension (the script isn'... | Jeroen van Wolffelaar | 2001-09-25 | 1 | -1/+1 |
| * | Merge in qsort changes | Sterling Hughes | 2001-09-17 | 1 | -2/+2 |
| * | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -15/+15 |
| * | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -1/+1 |
| * | - fixed some compiler warnings | Uwe Steinmann | 2001-06-06 | 1 | -19/+14 |
| * | - fulltext query are working now | Uwe Steinmann | 2001-03-21 | 1 | -8/+60 |
| * | - Inserting links without any delimiters is now possible | Uwe Steinmann | 2001-03-16 | 1 | -1/+22 |
| * | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| * | make hyperwave build under win32 | Daniel Beulshausen | 2001-02-20 | 1 | -1/+2 |
| * | - handled possible case that an Anchor has no Position | Uwe Steinmann | 2000-12-14 | 1 | -1/+1 |
| * | - Bodytag is insertet by fnInsAnchors() | Uwe Steinmann | 2000-12-13 | 1 | -21/+22 |
| * | - new function hw_insertanchors(). It takes a document, a list of anchors | Uwe Steinmann | 2000-12-12 | 1 | -2/+40 |
| * | - optional argument for hw_pipedocument() to specify link prefix | Uwe Steinmann | 2000-11-23 | 1 | -13/+29 |
| * | - Some more comments | Uwe Steinmann | 2000-11-09 | 1 | -4/+18 |
| * | - added four functions to do fulltext query | Uwe Steinmann | 2000-10-27 | 1 | -0/+415 |
| * | - More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversions | Andi Gutmans | 2000-06-15 | 1 | -15/+15 |
| * | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| * | - all functions returning a list of object record should be faster now | Uwe Steinmann | 2000-04-04 | 1 | -9/+201 |
| * | - several clean ups | Uwe Steinmann | 2000-03-23 | 1 | -20/+21 |
| * | - replaced some old code to access server variables | Uwe Steinmann | 2000-03-10 | 1 | -4/+19 |
| * | - bug fix, insertion of links back into HTML document | Uwe Steinmann | 2000-03-09 | 1 | -2/+4 |
| * | - several fixes and cleanups in hw module | Uwe Steinmann | 2000-03-08 | 1 | -23/+48 |
| * | - some cleanups and fixed memory leak | Uwe Steinmann | 2000-03-07 | 1 | -3/+5 |
| * | - switch to zend's double link list finished | Uwe Steinmann | 2000-03-07 | 1 | -22/+44 |
| * | - more changes to use zend_llist | Uwe Steinmann | 2000-03-03 | 1 | -5/+83 |
| * | - using zend llist instead of dlist (not tested) | Uwe Steinmann | 2000-03-02 | 1 | -1/+35 |
| * | Get the license right... (this won't make it to RC1 of B4) | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| * | SAPIfication, Episode VI: Return of the SAPI | Zeev Suraski | 2000-02-10 | 1 | -2/+2 |
| * | - several minor cleanups like removing unused variables | Uwe Steinmann | 2000-02-02 | 1 | -8/+8 |
| * | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
| * | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -17/+17 |
| * | - Several small corrections, typos, ... | Uwe Steinmann | 1999-12-07 | 1 | -2/+2 |
| * | Added hw_mapid(), read comment in hg_comm.c | Uwe Steinmann | 1999-10-21 | 1 | -3/+56 |
| * | - some tiny changes to possible improve link extraction/insertion of HTML-docs | Uwe Steinmann | 1999-10-19 | 1 | -16/+25 |
| * | - fixed some memory leaks | Uwe Steinmann | 1999-10-06 | 1 | -12/+12 |
| * | - Group-attribute may now appear multiple times in objrec record. | Uwe Steinmann | 1999-09-01 | 1 | -1/+11 |
| * | fixed potential segm faults | Uwe Steinmann | 1999-08-17 | 1 | -2/+2 |
| * | Order of freeing memory cause segm fault since efree seems to wipe | Uwe Steinmann | 1999-08-06 | 1 | -28/+27 |