summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* MFH those punctuation fixesexperimental/threadedHarald Radi2002-12-081-3/+3
|
* threaded version to 1:1 map connections and php request handler threadsHarald Radi2002-12-081-216/+307
|
* This commit was manufactured by cvs2svn to create branch 'THREADED'.SVN Migration2002-12-012332-687347/+0
|
* rename callbacks to fit the original nameHarald Radi2002-12-011-3/+3
|
* - Allow enabling of memory cache with zend_mmAndi Gutmans2002-12-011-1/+1
|
* initial checkinHarald Radi2002-12-011-0/+7
|
* if the api functions are called, check if they're valid in that contextHarald Radi2002-12-012-96/+315
| | | | | | | reopen file per request, so milter doesn't hang. PHPA or APC can be used to speed the milter up added a milter_init callback to init the milter before it is registered added protos to make sniper happy
* - MFZE1Andi Gutmans2002-12-013-0/+204
|
* - Revert as the patch doesn't compileAndi Gutmans2002-12-013-204/+0
|
* - MFZE1Andi Gutmans2002-12-013-0/+204
|
* Comment about maximal length now matches code.Stefan Roehrich2002-12-011-2/+2
|
* fix build..foobar2002-12-011-8/+8
|
* first working versionHarald Radi2002-12-011-107/+106
|
* check for libmilter pathHarald Radi2002-12-011-4/+6
|
* -fix typoDerick Rethans2002-12-011-1/+1
|
* no messageHarald Radi2002-12-011-2/+8
|
* improve username/password detection for IISStanislav Malyshev2002-12-011-0/+19
|
* no messageHarald Radi2002-12-011-0/+1
|
* No more (f)printf for errors and warnings instead use php_error_docref.Marcus Boerger2002-12-0111-137/+168
|
* Fix buildfoobar2002-12-011-5/+4
|
* it finally compiles nowHarald Radi2002-12-015-69/+232
| | | | | tests will follow tomorrow
* add a "force HTTP/1.0 response" facility to the SAPI layerSascha Schumann2002-12-013-2/+25
| | | | | | | this is necessary, when you want to take over control of a connection and the web server is doing stupid things by default (like enabling chunked transfer encoding for no reason).
* remove dos line endingsSterling Hughes2002-12-011-1/+1
|
* fix buildHarald Radi2002-12-011-66/+59
|
* Fixed possible buffer overflow in php_base64_decode();Moriyoshi Koizumi2002-12-011-1/+1
| | | | | | # This bug doesn't appear to be harmful for now, # so I won't merge it into branches...
* todo or not todoHarald Radi2002-12-011-0/+5
|
* added remaining functions, still untested, still having problems with config.m4Harald Radi2002-12-012-15/+121
|
* Skip overload for ZE2Marcus Boerger2002-12-011-3/+8
| | | | | Bug #20156
* Sendmail Milter SAPIHarald Radi2002-12-014-0/+870
| | | | | initial version
* Dont scan headers for cc abd bcc if extra parameters are used for theseFrank M. Kromann2002-11-301-29/+27
|
* Fix the use of "personal" information in To and Cc headersFrank M. Kromann2002-11-301-4/+23
|
* Fixed bug #20716.Ilia Alshanetsky2002-11-301-5/+0
|
* Bug #20433Marcus Boerger2002-11-302-3/+3
|
* h WHitespaceAndi Gutmans2002-11-3012-31/+31
|
* fixed big bad memory leak in xpath objects.Christian Stocker2002-11-301-81/+2
|
* Sockets is no longer experimentalJason Greene2002-11-291-5/+0
|
* Prevented the result from being affected by function overloadingMoriyoshi Koizumi2002-11-291-0/+2
|
* Remove all traces of _bc_Free_list - it's not used anymoreSander Roobol2002-11-293-0/+8
|
* Fixed problem with PostgreSQL 7.3Yasuo Ohgaki2002-11-291-1/+1
|
* - Initialize constants_updated (by Marcus)Andi Gutmans2002-11-291-0/+2
|
* removed unused variableChristian Stocker2002-11-291-1/+1
|
* MFBfoobar2002-11-291-1/+1
|
* - MFBfoobar2002-11-290-0/+0
|
* fix for bug #20389 (no trailing slash in configure option)Christian Stocker2002-11-292-2/+2
|
* add missing lineSascha Schumann2002-11-291-0/+1
|
* @- Added xpath_register_ns_auto([contextnode]) for automatically registeringChristian Stocker2002-11-292-26/+42
| | | | | | | | @ namespace definitions (chregu) changed my mind. Automatic namesapce registration is not done within xpath_eval() anymore, but in a seperate function.
* do some kind of automatic namespace registration in xpath_eval(). ThisChristian Stocker2002-11-291-5/+30
| | | | | | | | works only for namespaces defined in the context node (eg docroot if no second argument is given. If one wants to use namespaces defined elsewhere or with different prefixes, you still have to use xpath_ns_register()
* relative xpath queries are already possibleChristian Stocker2002-11-291-1/+1
| | | | | (use $ctx->xpath_eval($xpath,$contextnode) )
* get_element_by_id does not need LIBXML_XPATH supportChristian Stocker2002-11-291-3/+6
|
* Conversion fixesMarcus Boerger2002-11-293-7/+11
|