Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | C++ comment pollution removed. | foobar | 2001-10-24 | 1 | -1/+1 |
| | |||||
* | - switched src and dest in memcpy. This caused a segm fault in ↵ | Uwe Steinmann | 2001-10-24 | 1 | -4/+4 |
| | | | | hw_new_document_from_file() | ||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -1/+2 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | Parse-fix | Jeroen van Wolffelaar | 2001-09-26 | 1 | -1/+1 |
| | |||||
* | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 1 | -170/+170 |
| | | | | | I've got pretty much everything now... | ||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -109/+109 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | Track down a few more functions that don't check for 0 args and use | Rasmus Lerdorf | 2001-08-13 | 1 | -2/+3 |
| | | | | | faster mechanism | ||||
* | We don't consistently check for args passed to functions that don't | Rasmus Lerdorf | 2001-08-13 | 1 | -0/+3 |
| | | | | | | | | | take any args. In some cases we probably want to skip the check for performance reasons, but in other cases where performance is unlikely to be a factor, not throwing a warning on the wrong number of args passed to a function is at best inconsistent, and at worst it could hide a bug. So, add a few such checks. There are still lots of cases out there. | ||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -161/+161 |
| | |||||
* | fix php_write | Sascha Schumann | 2001-08-05 | 1 | -1/+1 |
| | |||||
* | - TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 1 | -61/+122 |
| | | | | | - whitespace fixes | ||||
* | More TSRMLS_FETCH annihilation. Enough for today... | Zeev Suraski | 2001-07-31 | 1 | -3/+5 |
| | |||||
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -5/+3 |
| | |||||
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -2/+0 |
| | |||||
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵ | Zeev Suraski | 2001-07-30 | 1 | -1/+2 |
| | | | | the way | ||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -5/+6 |
| | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -2/+28 |
| | |||||
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
| | |||||
* | - completed list of error messages (thanks to Torben Wilson) | Uwe Steinmann | 2001-05-18 | 1 | -5/+185 |
| | |||||
* | *must* use HwSLS_FETCH() | Daniel Beulshausen | 2001-04-30 | 1 | -2/+4 |
| | |||||
* | -fixed prototype and indention | Uwe Steinmann | 2001-03-14 | 1 | -3/+4 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Finish fopen-wrappers rename. | Sascha Schumann | 2001-02-23 | 1 | -1/+1 |
| | |||||
* | - took out the HwSLS_FETCH to make it compile again on Unix | Uwe Steinmann | 2001-02-22 | 1 | -2/+2 |
| | | | | | Is this really neccesary at this point? | ||||
* | make hyperwave build under win32 | Daniel Beulshausen | 2001-02-20 | 1 | -82/+86 |
| | |||||
* | @- 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 |
| |