]> granicus.if.org Git - php/shortlog
php
2008-04-15 Dmitry StogovOptimized request startup sequence for php.ini without...
2008-04-15 Jani Taskinen- missed one line
2008-04-15 Jani Taskinen- Readd config_get_has(). No need to document, it is...
2008-04-15 Greg Beaveradd support for proper APC caching
2008-04-15 Greg Beaveradd interception for readfile [DOC]
2008-04-15 Greg Beaveradd support for big-endian systems to zip implementation
2008-04-15 <changelog... ChangeLog update
2008-04-15 Scott MacVicarFixed bug #44719 (More uninitialised values causing...
2008-04-15 Scott MacVicarFixed bug #44722 (Segfault setting a null session path)
2008-04-14 Greg Beaverfix test to be OS-agnostic
2008-04-14 Greg Beaverfix invalid variable access
2008-04-14 Greg Beaverfixes test on windows. Does it break on unix? the...
2008-04-14 Greg Beaverfix test on windows
2008-04-14 Greg Beaverfix test
2008-04-14 Greg Beavercomplete rename code coverage tests, completely re...
2008-04-14 Greg Beaverremove unused file
2008-04-14 Greg Beaverremove redundant check for file existence, add another...
2008-04-14 Greg Beaverdisallow unlink() on extracted phars (the idea is that...
2008-04-14 Felipe Pena- Fixed test (bug #44533)
2008-04-14 Felipe Pena- Fixed test
2008-04-14 Greg Beaveradd stat test for root dir
2008-04-14 Greg Beaveradd tests for extract_list and stat
2008-04-14 Greg Beavernuke potential segfault in phar_open_url, remove mem...
2008-04-14 Greg Beavers/l/L/ to match actual lstat errors
2008-04-14 Greg Beaveradd test case for SEEK_CUR fseek
2008-04-14 Steph Fox- Kill doze compiler warning
2008-04-14 Greg Beaveradd test case for inability to open extract_list file
2008-04-14 Greg Beaver2 more test coverage edge cases down
2008-04-14 Greg Beaverminor re-factoring of phar_open_url to remove one neste...
2008-04-14 Steph Fox- Fix ZTS build
2008-04-14 Etienne KneussFix dns_check_proto (related to #44723)
2008-04-14 Greg Beaveradd test coverage for fopen() with append mode
2008-04-14 Greg Beaveradd phar.extract_list test coverage for opendir
2008-04-14 Greg Beaveradd test coverage for phar.extract_list and mkdir/rmdir
2008-04-14 Greg Beaverfix potential segfault if some idiot tries to remove...
2008-04-14 Greg Beaverincrease code coverage further
2008-04-14 Greg Beaveradd error message on attempt to rmdir/mkdir 'phar:...
2008-04-14 Greg Beaverupdate tests to ensure all temp files are erased, and...
2008-04-14 Greg Beaverincrease code coverage slightly
2008-04-14 Greg Beaveradd test for mkdir() of sub-directory of existing file...
2008-04-14 Greg Beaverincrease test coverage of phar_wrapper_mkdir, fix segfa...
2008-04-14 Hannes MagnussonMFB5.3: Remove config_get_hash() & and add new boolean...
2008-04-14 Greg Beaverfix edge case where a new phar is created via mkdir...
2008-04-14 Hannes MagnussonMFB53: Fixed bug#44716 (Progress notifications incorrect)
2008-04-14 Greg Beaveranother attempt at fixing mac OS X compile, remove...
2008-04-14 Greg Beavermissing from previous commit to remove stat from opendi...
2008-04-14 Greg Beavermore test coverage and fixes from increased coverage...
2008-04-14 <changelog... ChangeLog update
2008-04-13 Greg Beaveradd fstat to 027 test. Remove phar_dir_stat, stat...
2008-04-13 Greg Beaveradd to 027 test (for code coverage) of fwrite on dir...
2008-04-13 Greg Beaverminor optimization
2008-04-13 Greg Beaver100% code coverage for dir handle seeking, remove error...
2008-04-13 Greg Beaveradd test for stat interception, fix stat interception
2008-04-13 Hannes MagnussonMFB5.3: Fixed bug#44712 (stream_context_set_params...
2008-04-13 Greg BeaverMFB do not scan include_path with faulty plain_wrapper...
2008-04-13 Greg Beaversync fixed test properly with 5.3 branch
2008-04-13 Greg Beaverfix test
2008-04-13 Greg Beavermake tests php version-agnostic with regards to stream...
2008-04-13 Greg Beaveradd test for fopen interception, fix fopen interception
2008-04-13 Greg Beaveradd test for file_get_contents interception, fix file_g...
2008-04-12 Greg Beaveradd test for opendir, fix bugs found
2008-04-12 Greg Beaverfix build if SPL is disabled
2008-04-12 <changelog... ChangeLog update
2008-04-11 Hannes MagnussonUpdate url for go-pear
2008-04-11 Hannes MagnussonApparenty go-pear no longer exists (bug#44699)
2008-04-11 Felipe PenaMFB: Fixed bug #44703 (htmlspecialchars() does not...
2008-04-11 Dmitry StogovSpeedup GC initialization
2008-04-11 Robin FernandesFix test parse_url_variation_002.phpt for 64bit platforms.
2008-04-11 Greg Beaverrestore Phar->compress/decompress() to simplify $phar...
2008-04-11 Greg Beavercosmetics, extra space
2008-04-11 Greg Beavercombine PharFileInfo->setCompressedGZ/setCompressedBZIP...
2008-04-11 Greg Beavermerge PharFileInfo->isCompressed/isCompressedGZ/isCompr...
2008-04-11 Greg Beaverchange PharFileInfo->setUncompressed to decompress
2008-04-11 Antony Dovgalfix tests
2008-04-11 Antony Dovgalfix 2 segfaults in ZTS mode
2008-04-11 Dmitry StogovOptimized ZEND_RETURN opcode to not allocate and copy...
2008-04-11 Steve SeearPOSIX extension error tests
2008-04-11 Steve SeearPOSIX extension variation tests (failing due to spuriou...
2008-04-11 Robin FernandesAdding some tests for ereg and url functions.
2008-04-11 Greg Beaverrefactor compress/convertToTar/convertToPhar/convertToZ...
2008-04-11 <changelog... ChangeLog update
2008-04-10 Marcus Boerger- No longer allow to disable pcre
2008-04-10 Nuno LopesMFB
2008-04-10 Nuno LopesMFB
2008-04-10 Greg Beavers/getContents/getContent/
2008-04-10 Greg Beaverre-factor all-file compression. Remove compressAllFile...
2008-04-10 Philip OlsonUpdated the documentation credits
2008-04-10 Greg Beaveradd Phar->isWritable() for detecting whether a phar...
2008-04-10 Greg Beavermake built-in SplFileInfo->isWriteable() work for PharF...
2008-04-10 <changelog... ChangeLog update
2008-04-09 Marcus Boerger- SPL can no longer be disabld as discussed some time...
2008-04-09 Scott MacVicarMFB: Fixes to heredoc and cleanup of new re2c scanner...
2008-04-09 Greg Beaveradd addFile/addFromString/addEmptyDir. API is identica...
2008-04-09 Etienne KneussFix #44511 (Ensure no exception was already thrown...
2008-04-09 Greg Beaveradd PharFileInfo->getContents() to retrieve file contents
2008-04-09 Felipe PenaMFB: Fixed bug #44678 (spliti error message includes...
2008-04-09 Dmitry StogovFixed bug #44673 (With CGI argv/argc starts from argume...
2008-04-09 Dmitry StogovBug #44653 (Invalid namespace name resolution)
2008-04-09 <changelog... ChangeLog update
2008-04-08 Jani Taskinen- Add missing basic test (see also bug #44574)
next