]> granicus.if.org Git - php/shortlog
php
2008-01-12 Greg Beaverfix faulty fix for Bug #40189, and provide real fix...
2008-01-12 Greg Beaverfix conflict on win32 if phar compiled statically
2008-01-12 Greg Beaveradd definitions for MAX_WBITS in case it isn't defined
2008-01-12 Greg Beaverclarify error message on why opening a stream wrapper...
2008-01-12 Greg Beavermake zip optional
2008-01-12 Greg Beaverfix compile on windows
2008-01-12 Greg Beaverexport symbols for use by other extensions like phar
2008-01-12 Greg Beaveradd missing defines, s/filename_len/filename_length...
2008-01-12 <changelog... ChangeLog update
2008-01-11 Dmitry StogovSimplified assignment to string offset
2008-01-11 Lukas Smith- added rules about real names and signatures
2008-01-11 Lukas Smith- minor typo fixes
2008-01-11 Dmitry StogovFixed unspecialized executor
2008-01-11 Lukas Smith- initial commit .. feedback appreciated
2008-01-11 Dmitry StogovFixed bug #39346 (Unsetting a static variable inside...
2008-01-11 Greg Beaverstupid windows doesn't allow varargs macros, so remove...
2008-01-11 Greg Beaverupdate package.xml
2008-01-11 Greg Beaveradd Phar::interceptFileFuncs()
2008-01-11 Greg Beaveralways mung PATH_INFO and PATH_TRANSLATED, fix segfault...
2008-01-11 Ilia AlshanetskyMFB: Fixed a bug with PDO::FETCH_COLUMN|PDO::FETCH_GROU...
2008-01-11 <changelog... ChangeLog update
2008-01-10 Greg BeaverMAPPHAR_ALLOC_FILE slipped in there somehow
2008-01-10 Greg Beaverfix tsrm build, fix various problems with initializatio...
2008-01-10 Brian Shire- fix truncation of large values on 64-bit systems...
2008-01-10 Rob Richardsadd errors when missing dependencies (Steph)
2008-01-10 Greg Beaveradd interception of is_dir(), file_exists() and file_ge...
2008-01-10 Antony Dovgalfix #43750 (stristr() modifies string)
2008-01-10 Marcus Boerger- Fix bug in example code found by Surf Chen
2008-01-10 Dmitry StogovAdded missing warning message
2008-01-10 Antony Dovgalfix test
2008-01-10 <changelog... ChangeLog update
2008-01-09 Rob Richardsfix crash when using default algorithm
2008-01-09 Dmitry StogovFixed broken soap.wsdl_cache_enabled
2008-01-09 Dmitry StogovRemplemented support for SplArray using Traversable...
2008-01-09 Rob Richardsfix win32 compile
2008-01-09 Greg Beaverupdate package.xml
2008-01-09 Greg Beavernew tests for bz2-compressed tar or phar-based phars...
2008-01-09 Greg Beaverfix gzipped phars in phar file format, add test
2008-01-09 Greg Beaverapply proper fix of bug #43793 to zlib.deflate (window...
2008-01-09 Greg Beaverimplement whole-file compression of phars for phar...
2008-01-09 Greg Beaverapply same fix of bug #43793 to zlib.deflate
2008-01-09 Greg Beaverfix Bug #43793: zlib filter is unable to auto-detect...
2008-01-09 Greg Beaveradd tests to package.xml, note new empty directory...
2008-01-09 Greg Beaveradd tests for directory creation and management for...
2008-01-09 Greg Beaveradd rmdir() support, add rmdir to dir test
2008-01-09 Pierre Joye- MFB: #43790, fix crash when no family name has been...
2008-01-09 <changelog... ChangeLog update
2008-01-09 Greg Beaverfix empty directories in phar, add test
2008-01-08 Greg Beaverimplement mkdir (compiles, not yet tested), support...
2008-01-08 Greg Beaverremove invalid free if opening a phar file in plain_map...
2008-01-08 Greg Beaverupdate package.xml so this can be installed
2008-01-08 Greg Beaversplit stream file handlers into stream.c and directory...
2008-01-08 Greg Beaversplit out zip functions
2008-01-08 Ilia AlshanetskyMFB: Fixed bug #43498 (file_exists() on a proftpd serve...
2008-01-08 Ulf WendelThose functions have been deprecated and removed. We...
2008-01-08 Andrey Hristovstrncpy->strlcpy
2008-01-08 Ulf WendelLooks more than it is. Its whitespace, adding error...
2008-01-08 Greg Beavercomplete set of new tests for zip-based phars (need...
2008-01-08 <changelog... ChangeLog update
2008-01-07 Greg Beaveradd tar-based to 2 tests
2008-01-07 Greg Beavereliminate potential double-free of alias
2008-01-07 Greg Beavernew tests
2008-01-07 Greg Beavermake test OS-agnostic
2008-01-07 Greg Beaverfp must be nulled on every write also when == phar...
2008-01-07 Greg Beaveradd tar-based to test names
2008-01-07 Greg Beavernew tests
2008-01-07 Greg Beaverfix segfault (now all existing tests pass
2008-01-07 Greg Beaverfix segfault (duh, can't free something that was not...
2008-01-07 Greg Beaverfix extension detection for aliases with no extension
2008-01-07 Greg Beaverfix test
2008-01-07 Greg Beaverfix stat of directory in tar/zip
2008-01-07 Greg Beavernew tests for tar format
2008-01-07 <changelog... ChangeLog update
2008-01-06 Marcus Boerger- Add .cvsignore
2008-01-06 Marcus Boerger- Show info for CL and CGI if both are going to be...
2008-01-06 Greg Beavereliminated memleak, now to make it recognize "dir"...
2008-01-06 Greg Beaverfix typo in phar.c if bz2 is disabled
2008-01-06 <changelog... ChangeLog update
2008-01-05 Greg Beavernew test, exposes some memleaks, but not yet sure where...
2008-01-05 Greg Beaverfix segfault, add separate tar test for readonly=0...
2008-01-05 Greg Beaverremove mung server list hash destroy, this is done...
2008-01-05 Greg Beaverdo not attempt to create a new phar if a file exists...
2008-01-05 Greg Beavermodify test to ensure that query string is preserved...
2008-01-05 Greg Beavercomplete tests for Phar::mungServer
2008-01-05 Greg Beaverremove potential preg warnings if --EXPECTHEADERS-...
2008-01-05 Greg Beaverimplement --FILE_EXTERNAL-- section for using an extern...
2008-01-05 Greg Beavernew tests, fix mime type overrides (all web front contr...
2008-01-05 Greg Beavernew test, free resources on error in webPhar() (thanks...
2008-01-05 Greg Beavernew test
2008-01-05 Greg Beavernew test
2008-01-05 Greg Beavernew test
2008-01-05 Greg Beavernew test
2008-01-05 Greg Beaverbeautify 404 error handler, and note missing file.
2008-01-05 Greg Beaverclarify test names
2008-01-05 Greg Beaverfix Location header for index if request has a /, 2...
2008-01-05 Greg Beaverclarify test name
2008-01-05 Greg Beaverfix front controller tests (requires patch to run-tests...
2008-01-05 <changelog... ChangeLog update
2008-01-04 Ulf WendelAdded:
2008-01-04 Greg Beaveruse zip_free() instead of zip_close(), and don't add...
next