Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.4.45' into PHP-5.5.29 | Stanislav Malyshev | 2015-09-01 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4.45: add test Fix bug #70366 - use-after-free vulnerability in unserialize() with SplDoublyLinkedList Fix bug #70365 - use-after-free vulnerability in unserialize() with SplObjectStorage Fix bug #70172 - Use After Free Vulnerability in unserialize() Fix bug #70388 - SOAP serialize_function_call() type confusion Fixed bug #70350: ZipArchive::extractTo allows for directory traversal when creating directories Improve fix for #70385 Fix bug #70345 (Multiple vulnerabilities related to PCRE functions) Fix bug #70385 (Buffer over-read in exif_read_data with TIFF IFD tag byte value of 32 bytes) Conflicts: ext/pcre/php_pcre.c ext/standard/var_unserializer.c | ||||
| * | Fixed bug #70350: ZipArchive::extractTo allows for directory traversal when ↵ | Stanislav Malyshev | 2015-08-30 | 1 | -39/+39 |
| | | | | | | | | creating directories | ||||
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | |||||
* | | Fix typo: unitialized -> uninitialized | Lior Kaplan | 2015-04-01 | 1 | -1/+1 |
| | | |||||
* | | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Remi Collet | 2013-12-19 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-5.4: Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real) | ||||
| * | Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real) | Remi Collet | 2013-12-19 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Felipe Pena | 2013-10-20 | 1 | -4/+4 |
|\ \ | |/ | | | | | | | * PHP-5.4: - Moved NULL check before dereferencing | ||||
| * | - Moved NULL check before dereferencing | Felipe Pena | 2013-10-20 | 1 | -4/+4 |
| | | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Felipe Pena | 2013-10-20 | 1 | -4/+5 |
|\ \ | |/ | | | | | | | * PHP-5.4: - Fix possible memory leak | ||||
| * | - Fix possible memory leak | Felipe Pena | 2013-10-20 | 1 | -4/+5 |
| | | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Christopher Jones | 2013-08-14 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | | | * PHP-5.4: Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings. Conflicts: ext/dba/libinifile/inifile.c | ||||
| * | Reduce (some) compile noise of 'unused variable' and 'may be used ↵ | Christopher Jones | 2013-08-14 | 1 | -1/+1 |
| | | | | | | | | uninitialized' warnings. | ||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2013-04-10 | 1 | -0/+7 |
|\ \ | |/ | | | | | | | | | * PHP-5.4: updated NEWS Fixed bug #64342 ZipArchive::addFile() has to check for file existence | ||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Anatol Belski | 2013-04-10 | 1 | -0/+7 |
| |\ | | | | | | | | | | | | | * PHP-5.3: Fixed bug #64342 ZipArchive::addFile() has to check for file existence | ||||
| | * | Fixed bug #64342 ZipArchive::addFile() has to check for file existence | Anatol Belski | 2013-04-10 | 1 | -0/+7 |
| | | | |||||
| | * | Happy New Year~ | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | | |||||
| | * | Fix #62432 ReflectionMethod random corrupt memory on high concurrent | Johannes Schlüter | 2012-06-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | This fixes the same issue in multiple extensions. This isn't needed in later branches as 5.4 introduced object_properties_init() | ||||
| * | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | | |||||
* | | | fix bug #49348 - issue notice on get_property_ptr_ptr when used for read | Stanislav Malyshev | 2013-02-18 | 1 | -39/+39 |
| | | | |||||
* | | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-06-07 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-5.3: set current versions for libzip and zip ext | ||||
| * | set current versions for libzip and zip ext | Anatoliy Belsky | 2012-06-07 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-06-07 | 1 | -5/+10 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.3: zip windows fixes fixed bc break related to #57905 fixed a bit overlooked from the last libzip port brought the fix for #47667 back fixed zip entry freeing rechecked the merged libzip, took also the indents from the original to avoid confusion next time fixed a double freeing crash fixed header include initial libzip upgrade patch to 0.10.1 - BFN Conflicts: NEWS | ||||
| * | fixed zip entry freeing | Anatoliy Belsky | 2012-06-07 | 1 | -5/+10 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -2/+1 |
| | | |||||
| * | - Fixed bug #54681 (addGlob() crashes on invalid flags) | Felipe Pena | 2011-05-07 | 1 | -0/+32 |
| | | |||||
| * | - Fixed bug #53893 (Wrong return value for ZipArchive::extractTo()) | Pierre Joye | 2011-02-07 | 1 | -10/+30 |
| | | |||||
| * | Change the way HAVE_GLOB is dealt with in ext/zip per IRC conversation with | Adam Harvey | 2011-02-04 | 1 | -18/+9 |
| | | | | | | | | | | Pierre. | ||||
| * | Fix bug #53923 (Zip functions assume HAVE_GLOB is defined). | Adam Harvey | 2011-02-04 | 1 | -3/+17 |
| | | |||||
| * | - WS | Pierre Joye | 2011-02-01 | 1 | -15/+15 |
| | | |||||
| * | Fixed bug #53854 (Missing constants for compression type). Patch by Richard | Adam Harvey | 2011-01-28 | 1 | -0/+6 |
| | | | | | | | | | | Quadling. | ||||
| * | - Fix bug #53166, missing parameters in reflections/docs | Pierre Joye | 2011-01-27 | 1 | -15/+25 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Fixed bug #53603 (ZipArchive should quiet stat errors). | Gustavo André dos Santos Lopes | 2010-12-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | #It is unclear if url_stat handlers should emit a warning in case #PHP_STREAM_URL_STAT_QUIET is not specified and the resource does #not exist. Most url_stat handlers never emit messages; the plain #one does only so in the extraordinary event of an open_basedir #restriction. #But in case, php_stat uses PHP_STREAM_URL_STAT_QUIET for the #FS_EXISTS, which suggests that mere checks on file existence are #supposed to use this flag (arguably). #The downside is that important diagnostic messages might be #omitted. | ||||
| * | - that should not have been applied | Pierre Joye | 2010-12-13 | 1 | -0/+2 |
| | | |||||
| * | - add phpize support for windows, need a nmake install for now (nmake ↵ | Pierre Joye | 2010-12-13 | 1 | -2/+0 |
| | | | | | | | | devel-pkg version is coming), works exactly the same as on unix, or should :) | ||||
| * | Fixed crash in zip extract method (possible CWE-170) | Pierre Joye | 2010-11-30 | 1 | -0/+3 |
| | | |||||
| * | - fix #39863, do not accept paths with NULL in them. See ↵ | Pierre Joye | 2010-11-18 | 1 | -0/+15 |
| | | | | | | | | http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus | ||||
| * | ws fix | Rasmus Lerdorf | 2010-11-15 | 1 | -6/+6 |
| | | |||||
| * | - fix Fixed NULL pointer dereference in ZipArchive::getArchiveComment, ↵ | Pierre Joye | 2010-10-19 | 1 | -0/+3 |
| | | | | | | | | (CVE-2010-3709), report&patch from Maksymilian Arciemowicz | ||||
| * | Fixed a compiler warning | Ilia Alshanetsky | 2010-09-20 | 1 | -1/+1 |
| | | |||||
| * | - Fix #51002, fix possible memory corruption with very long names | Pierre Joye | 2010-06-15 | 1 | -3/+3 |
| | | |||||
| * | - Fix proto and argname | Felipe Pena | 2010-06-03 | 1 | -3/+3 |
| | | |||||
| * | - Added ZipArchive arginfo | Felipe Pena | 2010-06-03 | 1 | -30/+135 |
| | | |||||
| * | Merge safe_mode changes into extensions that are in sync in both branches | Kalle Sommer Nielsen | 2010-04-26 | 1 | -8/+8 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | Removed unreachable code (stream == NULL check is done already) | Ilia Alshanetsky | 2011-09-21 | 1 | -8/+0 |
| | |