summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #39548 (ZMSG_LOG_SCRIPT_NAME not routed to OutputDebugString() on W...Dmitry Stogov2006-11-231-1/+7
* fix #39551 (Segfault with stream_bucket_new in user filter)Antony Dovgal2006-11-211-0/+2
* COM initialization/deinitialization are done only if necessaryDmitry Stogov2006-11-173-2/+23
* Unicode support.Dmitry Stogov2006-11-171-5/+0
* MFB: Fix ftruncate() with negative sizeHannes Magnusson2006-11-161-1/+1
* - fix buffer size alignmentMichael Wallner2006-11-132-28/+46
* Removed unnecessary ftell() calls (one call for each included PHP file)Dmitry Stogov2006-11-101-49/+70
* Disabled reading from stream (calls to read()) after EOFDmitry Stogov2006-11-101-0/+3
* Implemented registry cache that prevent registry lookup on each request. In c...Dmitry Stogov2006-11-101-1/+1
* opendir() is reimplemented using GetFistFile/GetNextFile those are faster the...Dmitry Stogov2006-11-101-4/+0
* Removed unnecessary checks for ISREG file and corresponding stat() calls on WindDmitry Stogov2006-11-102-5/+9
* Simplify the code base as this getpwd() was used only onceDmitry Stogov2006-11-103-6/+1
* eliminate a couple of compile warningsAntony Dovgal2006-11-092-6/+6
* Mark memory streams as is_urlRasmus Lerdorf2006-11-041-1/+1
* - Fix merging of $_REQUEST in unicode mode and remove $GLOBALS check fromJohannes Schlüter2006-10-211-9/+3
* Fixed mkdir("/tmp/foo//bar/log", 0777, true)Dmitry Stogov2006-10-192-4/+28
* Extend open_basedir functionality to allow runtime tighteningSara Golemon2006-10-173-1/+63
* MFB: main/php_open_temporary_file.cIlia Alshanetsky2006-10-131-2/+5
* - use new zend_fcall_info APIMichael Wallner2006-10-122-39/+42
* Bugfix 38648: Don't assume all buckets are part of a brigadeSara Golemon2006-10-111-2/+2
* fix crash when parsing invalid hostnames/IPsAntony Dovgal2006-10-111-3/+6
* Error message clean upHannes Magnusson2006-10-084-5/+5
* int -> size_tAntony Dovgal2006-10-032-2/+2
* - typoMichael Wallner2006-10-031-1/+1
* - fix failure with tests/lang/bug23489.phptMichael Wallner2006-10-032-4/+11
* MFB: Last set of zend_hash_init() optimizationsIlia Alshanetsky2006-10-032-2/+2
* PHP6 Update for get_included_files() and export of path decode for ZendSara Golemon2006-10-031-0/+9
* - use fci/fcc instead of zval* for user ob handlerMichael Wallner2006-10-032-21/+34
* Unused label, now how the heck did it get there?Sara Golemon2006-10-021-1/+0
* Try out simplified API for encoding paths/filenamesSara Golemon2006-10-021-0/+55
* fix compile warningAntony Dovgal2006-09-281-1/+1
* Fixed wrong pipe detection codeDmitry Stogov2006-09-281-2/+1
* MFB: Fixed bug #38963 (Fixed a possible open_basedir bypass in tempnam()).Ilia Alshanetsky2006-09-271-1/+10
* MFB: Fixed bug #38904 (apache2filter changes cwd to /).Ilia Alshanetsky2006-09-251-2/+1
* PHP6 Updates for popen() and related functionalitySara Golemon2006-09-243-18/+32
* Update stream_copy_to_stream() for PHP6Sara Golemon2006-09-222-10/+99
* Add INI controlled default stream encoding (unicode.stream_encoding).Sara Golemon2006-09-191-2/+2
* Disabled autoconversion of hash keys (from string to unicode) for PHP arraysDmitry Stogov2006-09-199-53/+53
* MFB: Avoid generating php_errormsg twice in some instances.Ilia Alshanetsky2006-09-181-3/+3
* fix double free(), add testAntony Dovgal2006-09-151-1/+0
* *** empty log message ***Dmitry Stogov2006-09-141-7/+2
* MFB: Fixed bug #37779 (empty include_path leads to search for filesIlia Alshanetsky2006-09-121-2/+5
* Bug #38687 - sockaddr local storage insufficient for all sock familiesSara Golemon2006-09-111-12/+21
* fix coverity issue #197Antony Dovgal2006-09-101-4/+0
* MFBEdin Kadribasic2006-09-051-2/+2
* Fixed VIRTUAL_DIR inconsistencyDmitry Stogov2006-09-041-4/+0
* MFB: Fixed bug #38661 (mixed-case URL breaks url-wrappers).Ilia Alshanetsky2006-09-031-10/+16
* - output handler alias ctor should know about chunk_size and flagsMichael Wallner2006-08-312-2/+2
* - fix PHP_OUTPUT_CONFLICT macroMichael Wallner2006-08-301-4/+5
* - add PHP_OUTPUT_WRITTEN and PHP_OUTPUT_SENT status flagsMichael Wallner2006-08-302-1/+5