summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* php_error_docrefMarcus Boerger2002-08-2429-258/+226
* Remove relic from PHP3 days which is not useful anymore.foobar2002-08-242-6/+0
* Fix import_request_variables()Zeev Suraski2002-08-241-1/+2
* ChangeLog update2002-08-241-0/+35
* Made this extension to use the resource stufffoobar2002-08-232-57/+57
* - Add \n to configure fprintfAndi Gutmans2002-08-231-1/+1
* - dlerror -> DL_ERRORAndi Gutmans2002-08-231-1/+1
* ws fixfoobar2002-08-231-3/+3
* stream closing bug here tooRasmus Lerdorf2002-08-231-1/+1
* Fix segfault reported by Rasmus.Wez Furlong2002-08-231-1/+1
* Respect safe mode setting when opening scripts and things for the ZE.Wez Furlong2002-08-231-1/+1
* fixed bug #18643Georg Richter2002-08-231-2/+2
* renamed xslt_dump_* to xslt_result_dump_* to avoid confusionChristian Stocker2002-08-232-10/+10
* fix memleak in xslt->dump_mem()Christian Stocker2002-08-231-1/+2
* debug_backtrace: show include/require/eval as normal functions on the stackThies C. Arntzen2002-08-231-6/+20
* - No spaces :)Derick Rethans2002-08-231-1/+1
* - debug_backtrace now also returns an array containing the arguments of theThies C. Arntzen2002-08-231-0/+25
* fixed bug #19016Georg Richter2002-08-231-0/+2
* - debug_backtrace:Thies C. Arntzen2002-08-232-17/+31
* those are set by RETURN_FROM_EXECUTEThies C. Arntzen2002-08-231-2/+0
* fixed bug #16965Georg Richter2002-08-231-2/+3
* Fix ob_gzhandler()'s handling of requests w/o compression but that do haveZeev Suraski2002-08-232-7/+7
* Update/cleanup.foobar2002-08-231-18/+25
* NEWS update2002-08-231-0/+17
* Add a configure check to see if the seeker function in an fopencookieWez Furlong2002-08-222-8/+59
* Fixed a typoIlia Alshanetsky2002-08-221-1/+1
* more php_error_docrefMarcus Boerger2002-08-221-20/+18
* php_error_docref...Marcus Boerger2002-08-222-45/+45
* Fix compile warnings under win32Wez Furlong2002-08-221-1/+4
* *cough*Wez Furlong2002-08-221-1/+1
* Fix error messages.Wez Furlong2002-08-222-2/+3
* fiw warningsMarcus Boerger2002-08-223-6/+11
* - moved xslt_dump_ to better placeChristian Stocker2002-08-221-75/+72
* @- Added XsltObject->dump_file($result,$filename[,$compression]) for dumpingChristian Stocker2002-08-222-1/+42
* @- Added XsltObject->dump_mem($result) for returning xslt-result directlyChristian Stocker2002-08-223-6/+46
* return version number of linked libxml2, not of the one, which it wasChristian Stocker2002-08-221-2/+2
* fix examplesMarcus Boerger2002-08-221-4/+4
* fix zts buildMarcus Boerger2002-08-221-3/+3
* Removed C++ commentsMark L. Woodward2002-08-222-9/+9
* magic.mime seems to be more common name for the file.Edin Kadribasic2002-08-221-1/+1
* @- Made mime_magic extension available on win32 platform. (Edin)Edin Kadribasic2002-08-222-0/+114
* Instead of hardcoding the path of magic.mime file, try to find the fileIlia Alshanetsky2002-08-222-1/+18
* Fixed a number of compile warnings.Ilia Alshanetsky2002-08-221-5/+4
* fix warningMarcus Boerger2002-08-221-1/+1
* fix php_error_docref parametersMarcus Boerger2002-08-221-3/+3
* @ - Added xslt_backend_version() and xslt_backend_name() for gettingChristian Stocker2002-08-222-0/+24
* Fixed prototype.Stefan Roehrich2002-08-221-15/+16
* add allow_webdav_methods as optionChristian Stocker2002-08-222-0/+12
* do not check for POST twiceChristian Stocker2002-08-221-1/+0
* @ - Added php.ini option "allow_webdav_methods" to allow handling ofChristian Stocker2002-08-224-8/+21