summaryrefslogtreecommitdiff
path: root/ext/hyperwave
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-6/+1
* More phpinfo() prettying.Colin Viebrock2000-04-061-1/+4
* - all functions returning a list of object record should be faster nowUwe Steinmann2000-04-042-11/+207
* - several clean upsUwe Steinmann2000-03-232-20/+43
* - replaced some old code to access server variablesUwe Steinmann2000-03-102-7/+22
* - bug fix, insertion of links back into HTML documentUwe Steinmann2000-03-091-2/+4
* - several fixes and cleanups in hw moduleUwe Steinmann2000-03-082-23/+49
* - some cleanups and fixed memory leakUwe Steinmann2000-03-071-3/+5
* - switch to zend's double link list finishedUwe Steinmann2000-03-071-22/+44
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+1
* Protos fixed.Egon Schmid2000-03-051-1/+1
* - more changes to use zend_llistUwe Steinmann2000-03-032-6/+84
* - using zend llist instead of dlist (not tested)Uwe Steinmann2000-03-021-1/+35
* More protos.Egon Schmid2000-02-221-1/+1
* Get the license right... (this won't make it to RC1 of B4)Zeev Suraski2000-02-192-4/+4
* #if WIN.* => #ifdef PHP_WIN32Sascha Schumann2000-02-121-1/+1
* SAPIfication, Episode VI: Return of the SAPIZeev Suraski2000-02-101-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-022-11/+9
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-012-2/+2
* Get rid of config.h.stub. Note that you should embed a comment aboutSascha Schumann1999-12-302-5/+3
* Integration of -ng changes. Changes:Sascha Schumann1999-12-302-5/+10
* 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
* - The tree compiles againZeev Suraski1999-12-181-32/+32
* More cleanup...Zeev Suraski1999-12-172-13/+11
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-173-23/+23
* 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-072-3/+3
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-042-2/+2
* Convert more source files to use thread-safe functionsSascha Schumann1999-11-261-8/+11
* Remove the extra INCLUDES line from most automake Mafiles. This is notSascha Schumann1999-11-131-1/+0
* Added hw_mapid(), read comment in hg_comm.cUwe Steinmann1999-10-214-3/+91
* - some tiny changes to possible improve link extraction/insertion of HTML-docsUwe Steinmann1999-10-192-19/+29
* - fixed some memory leaksUwe Steinmann1999-10-062-12/+18
* * archive-based convenience libraries completely replacedSascha Schumann1999-10-041-2/+2
* - Thread-unsafe win32 compiles againAndi Gutmans1999-09-151-3/+3
* - add posibility to specify how objrec to objarr conversionUwe Steinmann1999-09-081-88/+59