Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed compilation warnings | Dmitry Stogov | 2016-06-22 | 1 | -3/+3 |
* | Added ZEND_ATTRIBUTE_FORMAT to some middind functions. | Dmitry Stogov | 2016-06-21 | 1 | -14/+14 |
* | Merge branch 'PHP-7.0' | Stanislav Malyshev | 2016-06-21 | 1 | -2/+2 |
|\ | |||||
| * | Merge branch 'PHP-5.6.23' into PHP-7.0.8 | Stanislav Malyshev | 2016-06-21 | 1 | -2/+2 |
| |\ | |||||
| | * | Fix bug #72321 - use efree() for emalloc allocation | Stanislav Malyshev | 2016-06-12 | 1 | -2/+2 |
| | * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2016-03-28 | 1 | -20/+20 |
| | |\ | |||||
| | | * | Fix bug #71860: Require valid paths for phar filenames | Stanislav Malyshev | 2016-03-20 | 1 | -20/+20 |
| | * | | Merge branch 'PHP-5.5.32' into PHP-5.6.18 | Stanislav Malyshev | 2016-02-01 | 1 | -0/+1 |
| | |\ \ | | | |/ | |||||
| | | * | Fix bug #71354 - remove UMR when size is 0 | Stanislav Malyshev | 2016-01-13 | 1 | -0/+1 |
* | | | | Merge branch 'PHP-7.0' | Anatol Belski | 2016-03-29 | 1 | -20/+20 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix bug #71860: Require valid paths for phar filenames | Stanislav Malyshev | 2016-03-20 | 1 | -20/+20 |
| * | | | Remove TSRMLS_* from code, they are not used anymore | Stanislav Malyshev | 2016-02-17 | 1 | -1/+1 |
* | | | | Replace usage of php_int32 and php_uint32 with int32_t and uint32_t | Rouven Weßling | 2016-02-04 | 1 | -7/+7 |
* | | | | Remove version checks | Nikita Popov | 2016-01-30 | 1 | -74/+1 |
* | | | | Remove HAVE_SPL checks | Nikita Popov | 2016-01-30 | 1 | -32/+0 |
* | | | | Merge branch 'PHP-7.0' | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
* | | | | Remove leftovers of TSRMLS in code | Tom Van Looy | 2015-12-25 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-08-04 | 1 | -7/+7 |
|\ \ \ | |/ / | |||||
| * | | virtual_file_ex uses emalloc in 5.6+ | Stanislav Malyshev | 2015-08-04 | 1 | -7/+7 |
* | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-08-04 | 1 | -4/+46 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-08-04 | 1 | -4/+46 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-08-04 | 1 | -4/+46 |
| | |\ | |||||
| | | * | Fix bug #70019 - limit extracted files to given directory | Stanislav Malyshev | 2015-08-04 | 1 | -4/+46 |
| | | * | Better fix for bug #69958 | Stanislav Malyshev | 2015-07-07 | 1 | -9/+13 |
| | | * | Fix bug #69958 - Segfault in Phar::convertToData on invalid file | Stanislav Malyshev | 2015-07-07 | 1 | -34/+36 |
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-07-07 | 1 | -40/+47 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-07-07 | 1 | -0/+1 |
| | |\ \ | |||||
| | | * | | Better fix for bug #69958 | Stanislav Malyshev | 2015-07-07 | 1 | -9/+13 |
| | * | | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-07-06 | 1 | -9/+13 |
| | |\ \ \ | |||||
| | | * | | | Better fix for bug #69958 | Stanislav Malyshev | 2015-07-06 | 1 | -9/+13 |
| | | |/ / | |||||
| | * | | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-07-06 | 1 | -34/+36 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Fix bug #69958 - Segfault in Phar::convertToData on invalid file | Stanislav Malyshev | 2015-07-04 | 1 | -34/+36 |
| | | |/ | |||||
| | | * | Fixed bug #68901 (use after free) | Xinchen Hui | 2015-04-11 | 1 | -1/+1 |
* | | | | Better fix for bug #69958 | Stanislav Malyshev | 2015-07-07 | 1 | -9/+13 |
* | | | | Fix bug #69958 - Segfault in Phar::convertToData on invalid file | Stanislav Malyshev | 2015-07-07 | 1 | -1/+3 |
* | | | | Switch position of ce in exception ce variable names | Aaron Piotrowski | 2015-07-03 | 1 | -2/+2 |
* | | | | Change zend_exception_get_default() to zend_exception_ce | Aaron Piotrowski | 2015-07-03 | 1 | -4/+2 |
* | | | | Cleanup (avoid reallocation) | Dmitry Stogov | 2015-07-02 | 1 | -12/+10 |
* | | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -15/+15 |
* | | | | Get rid of more ZVAL_ZVAL() macros | Dmitry Stogov | 2015-06-12 | 1 | -8/+6 |
* | | | | Avoid zval duplication in ZVAL_ZVAL() macro (it was necessary only in few pla... | Dmitry Stogov | 2015-06-12 | 1 | -2/+2 |
* | | | | Always throw TypeException on throwing zpp failures | Nikita Popov | 2015-04-06 | 1 | -18/+3 |
* | | | | Merge branch 'InternalClassClean' | Dmitry Stogov | 2015-04-01 | 1 | -3/+18 |
|\ \ \ \ | |||||
| * | | | | Patch improvement: | Dmitry Stogov | 2015-03-30 | 1 | -1/+1 |
| * | | | | Merge branch 'InternalClassClean' of github.com:Danack/php-src into InternalC... | Dmitry Stogov | 2015-03-30 | 1 | -3/+18 |
| |\ \ \ \ | |||||
| | * | | | | Made Phar throw exception on bad constructor. | Danack | 2015-03-15 | 1 | -3/+18 |
* | | | | | | Merge branch 'PHP-5.6' | Michael Wallner | 2015-03-30 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | | | |||||
| * | | | | Merge branch 'PHP-5.5' into PHP-5.6 | Michael Wallner | 2015-03-30 | 1 | -1/+1 |
| |\ \ \ \ | | | |/ / | | |/| | |