Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | @- Fixed some modules to allow using output-buffering. (Thies) | Thies C. Arntzen | 2001-02-15 | 1 | -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 Schmid | 2001-01-26 | 1 | -6/+2 | |
| | ||||||
* | Heads up people! | Zeev Suraski | 2000-12-22 | 1 | -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... | |||||
* | - Bodytag is insertet by fnInsAnchors() | Uwe Steinmann | 2000-12-13 | 1 | -3/+13 | |
| | | | | | - several small bugs which might cause a segm fault | |||||
* | - new function hw_insertanchors(). It takes a document, a list of anchors | Uwe Steinmann | 2000-12-12 | 1 | -11/+75 | |
| | | | | | and its destination and inserts the anchors into the text. | |||||
* | - new function hw_new_document_from_file() | Uwe Steinmann | 2000-12-04 | 1 | -23/+129 | |
| | ||||||
* | Fixed some protos. | Egon Schmid | 2000-12-01 | 1 | -20/+22 | |
| | ||||||
* | - optional argument for hw_pipedocument() to specify link prefix | Uwe Steinmann | 2000-11-23 | 1 | -1/+123 | |
| | ||||||
* | - Some more comments | Uwe Steinmann | 2000-11-09 | 1 | -0/+67 | |
| | | | | | - Initial support to just include anchors into documents | |||||
* | - added four functions to do fulltext query | Uwe Steinmann | 2000-10-27 | 1 | -1/+175 | |
| | ||||||
* | Use zend_register_list_destructors_ex() instead. | Andrei Zmievski | 2000-10-25 | 1 | -3/+3 | |
| | ||||||
* | Mega-patch to get better resource information for modules. | Andrei Zmievski | 2000-10-20 | 1 | -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 prototyp | Uwe Steinmann | 2000-08-28 | 1 | -1/+1 | |
| | ||||||
* | - Link is now of type RESOURCE and not LONG | Uwe Steinmann | 2000-07-05 | 1 | -2/+2 | |
| | ||||||
* | - using more of the zend API | Uwe Steinmann | 2000-06-30 | 1 | -39/+33 | |
| | ||||||
* | Stop including dl/phpdl.h. | Sascha Schumann | 2000-06-24 | 1 | -3/+0 | |
| | ||||||
* | Some protos fixed. | Egon Schmid | 2000-06-18 | 1 | -1/+1 | |
| | ||||||
* | C++ // comments are evil ... | Hartmut Holzgraefe | 2000-06-16 | 1 | -6/+8 | |
| | ||||||
* | - More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversions | Andi Gutmans | 2000-06-15 | 1 | -3/+3 | |
| | ||||||
* | Fixed some protos. | Egon Schmid | 2000-06-12 | 1 | -7/+7 | |
| | ||||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -60/+60 | |
| | ||||||
* | Use #ifdef COMPILE_DL_EXTNAME solely. | Sascha Schumann | 2000-05-23 | 1 | -3/+3 | |
| | ||||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 | |
| | ||||||
* | Change reentrancy API to always use the php prefix. | Sascha Schumann | 2000-05-04 | 1 | -8/+8 | |
| | | | | | | Check for the declaration of reentrant functions, so that we can use them in non-ZTS mode on all platforms. | |||||
* | #if COMPILE_DL | Sascha Schumann | 2000-05-02 | 1 | -3/+3 | |
| | | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME) | |||||
* | Replace the various get_module() functions with a uniform | Sascha Schumann | 2000-05-02 | 1 | -2/+2 | |
| | | | | | ZEND_GET_MODULE(name) macro. | |||||
* | More phpinfo() prettying. | Colin Viebrock | 2000-04-06 | 1 | -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 now | Uwe Steinmann | 2000-04-04 | 1 | -2/+6 | |
| | | | | | and require less accesses on the server | |||||
* | - replaced some old code to access server variables | Uwe Steinmann | 2000-03-10 | 1 | -3/+3 | |
| | ||||||
* | - several fixes and cleanups in hw module | Uwe Steinmann | 2000-03-08 | 1 | -0/+1 | |
| | ||||||
* | Change extension names in all extensions' zend_module_entry to their | Stig Bakken | 2000-03-06 | 1 | -1/+1 | |
| | | | | | directory name. | |||||
* | Protos fixed. | Egon Schmid | 2000-03-05 | 1 | -1/+1 | |
| | ||||||
* | - more changes to use zend_llist | Uwe Steinmann | 2000-03-03 | 1 | -1/+1 | |
| | ||||||
* | More protos. | Egon Schmid | 2000-02-22 | 1 | -1/+1 | |
| | ||||||
* | Get the license right... (this won't make it to RC1 of B4) | Zeev Suraski | 2000-02-19 | 1 | -2/+2 | |
| | ||||||
* | - made hyperwave extension compile again | Uwe Steinmann | 2000-02-08 | 1 | -5/+5 | |
| | ||||||
* | - fixed segm fault in hw_docbyanchor() | Uwe Steinmann | 2000-02-03 | 1 | -1/+1 | |
| | ||||||
* | - several minor cleanups like removing unused variables | Uwe Steinmann | 2000-02-02 | 1 | -3/+1 | |
| | ||||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 | |
| | | | | | you start counting at 0 or 1). | |||||
* | Change ALLOC_ZVAL() semantics | Zeev Suraski | 1999-12-26 | 1 | -1/+1 | |
| | ||||||
* | - Use ALLOC_ZVAL() in PHP. Finding the places to put FREE_ZVAL(z) is much | Andi Gutmans | 1999-12-24 | 1 | -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 again | Zeev Suraski | 1999-12-18 | 1 | -32/+32 | |
| | ||||||
* | More cleanup... | Zeev Suraski | 1999-12-17 | 1 | -10/+10 | |
| | ||||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -5/+5 | |
| | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | |||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -70/+70 | |
| | ||||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -1/+1 | |
| | ||||||
* | switched to Ex Api | Uwe Steinmann | 1999-12-15 | 1 | -216/+217 | |
| | ||||||
* | always check if output is ok after php3_header() | Uwe Steinmann | 1999-12-14 | 1 | -2/+2 | |
| | ||||||
* | - Several small corrections, typos, ... | Uwe Steinmann | 1999-12-07 | 1 | -1/+1 | |
| | ||||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -2/+2 | |
| | | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. |