Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.6' into PHP-7.0 | Remi Collet | 2016-02-22 | 1 | -1/+0 |
|\ | | | | | | | | | * PHP-5.6: cleanup $Id | ||||
| * | cleanup $Id | Remi Collet | 2016-02-22 | 1 | -1/+0 |
| | | |||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | remove TSRMLS_* | Anatol Belski | 2015-08-02 | 1 | -1/+1 |
| | | | | | | | | either remains or merged in from PHP5 | ||||
* | | don't use deprecated libzip call | Remi Collet | 2015-05-06 | 1 | -0/+8 |
| | | |||||
* | | Use zend_string* instead of char* for opened_patch handling. Avoid ↵ | Dmitry Stogov | 2015-03-04 | 1 | -2/+2 |
| | | | | | | | | reallocations and improve string reuse. | ||||
* | | Fixed #68826 (Resource leak) | Xinchen Hui | 2015-01-17 | 1 | -0/+1 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -2/+2 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -10/+10 |
| | | |||||
* | | Restored zip/oci8 PHP 4 code, add PHP 7 checks | Andrea Faulds | 2014-12-05 | 1 | -0/+2 |
| | | |||||
* | | Removed ZEND_ENGINE_2 checks (and ZE1 code, it's been a decade!) | Andrea Faulds | 2014-12-05 | 1 | -2/+0 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -5/+5 |
| | | |||||
* | | Refactor Zip (1 test failed) | Xinchen Hui | 2014-05-05 | 1 | -5/+4 |
| | | |||||
* | | Refactor basename using zend_string | Xinchen Hui | 2014-02-23 | 1 | -6/+5 |
|/ | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Sync ext/zip with pecl/zip version 1.3.2 | Remi Collet | 2013-11-04 | 1 | -2/+18 |
| | | | | | | - update libzip to version 1.11.1. We don't use any private symbol anymore - new method ZipArchive::setPassword($password) - add --with-libzip option to build with system libzip | ||||
* | Constify streams API and a few other calls down the rabbit hole. | Andrey Hristov | 2013-07-30 | 1 | -3/+3 |
| | | | | | (`char *` to `const char *` for parameters and few return values) In a few places int len moved to size_t len. | ||||
* | - Fixed bug #49072 (feof never returns true for damaged file in zip). | Gustavo André dos Santos Lopes | 2011-02-01 | 1 | -4/+6 |
| | |||||
* | Fixed bug#53579 (stream_get_contents() segfaults on ziparchive streams) | Hannes Magnusson | 2010-12-20 | 1 | -0/+1 |
| | | | | | Also added the filename being access to the stream_get_meta_data() array | ||||
* | Remove unused variables | Pierrick Charron | 2010-11-17 | 1 | -1/+0 |
| | |||||
* | - fix type and silent warning | Pierre Joye | 2010-11-03 | 1 | -1/+1 |
| | |||||
* | - add stat support for zip:// | Pierre Joye | 2010-11-03 | 1 | -1/+79 |
| | |||||
* | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -2/+2 |
| | | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore | ||||
* | - remove double include | Pierre Joye | 2009-08-11 | 1 | -1/+0 |
| | |||||
* | - fixed bug #49072, feof never returns true for damaged file in zip | Pierre Joye | 2009-08-11 | 1 | -7/+15 |
| | |||||
* | MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE | Antony Dovgal | 2008-07-23 | 1 | -1/+0 |
| | |||||
* | MFH: add PHP_STREAM_FLAG_FCLOSE to zip streams | Antony Dovgal | 2008-07-23 | 1 | -0/+1 |
| | |||||
* | - rename SAFEMODE_CHECKFILE to OPENBASEDIR_CHECKPATH (can be used without | Pierre Joye | 2007-03-14 | 1 | -2/+3 |
| | | | | | | | confusing in head without confusion) - Add safemode and open basedir checks in zip:// wrapper (revert Ilia's patch). Bug found by Stefan Esser in his MOPB-20-2007 | ||||
* | Added missing open_basedir & safe_mode checks to zip:// and bzip:// | Ilia Alshanetsky | 2007-03-14 | 1 | -0/+9 |
| | | | | | | | wrappers. Issues idendtified by MOPB-20 and MOPB-21 | ||||
* | Safety checks | Ilia Alshanetsky | 2006-12-23 | 1 | -4/+4 |
| | |||||
* | fix leak in oo_stream.phpt | Nuno Lopes | 2006-11-12 | 1 | -3/+9 |
| | |||||
* | Fixed compiler warnings. | Ilia Alshanetsky | 2006-07-27 | 1 | -5/+1 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_5_2'. | SVN Migration | 2006-07-24 | 1 | -0/+239 |