summaryrefslogtreecommitdiff
path: root/ext/bz2
Commit message (Expand)AuthorAgeFilesLines
* Improve fix for bug #72837Anatol Belski2016-08-191-13/+20
* Fix bug #72837 - integer overflow in bzdecompress caused heap corruptionAnatol Belski2016-08-161-4/+14
* Partial fix for bug #72613 - do not allow reading past error readStanislav Malyshev2016-07-183-1/+28
* Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-06-221-1/+1
|\
| * fix dir separator in testAnatol Belski2016-06-221-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-06-181-0/+15
|\ \ | |/
| * Fix bug #72447: Type Confusion in php_bz2_filter_create()Stanislav Malyshev2016-06-182-1/+16
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-013-3/+3
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-013-3/+3
| * bump yearXinchen Hui2015-01-153-3/+3
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-6/+6
* | Remove these old references to the DSP files we don't use anymoreKalle Sommer Nielsen2015-06-221-1/+0
* | Clean up some type conversionsNikita Popov2015-04-271-15/+8
* | Fixed bug #68887 (resources are not freed correctly)Dmitry Stogov2015-04-081-0/+3
* | cleaning up the version macrosAnatol Belski2015-03-232-1/+4
* | silence warningStanislav Malyshev2015-03-221-1/+1
* | Use specialized macro for string zval creationDmitry Stogov2015-03-121-2/+2
* | indentXinchen Hui2015-03-041-1/+1
* | Fixed memleakXinchen Hui2015-03-041-0/+4
* | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati...Dmitry Stogov2015-03-042-16/+4
* | bump yearXinchen Hui2015-01-153-3/+3
* | trailing whitespace removalStanislav Malyshev2015-01-102-28/+28
* | second shot on removing TSRMLS_*Anatol Belski2014-12-141-2/+2
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-133-56/+56
* | fix datatype mismatch warningsAnatol Belski2014-10-301-2/+2
* | fix some datatype mismatches in ext/bz2Anatol Belski2014-10-301-9/+35
* | removed *.dsw and *.dsp filesAnatol Belski2014-09-281-112/+0
* | Merge branch 'master' into issue-67910Florian MARGAINE2014-09-203-15/+9
|\ \
| * | s/PHP 5/PHP 7/Johannes Schlüter2014-09-193-3/+3
| * | remove useless checkAnatol Belski2014-09-191-6/+0
| * | reduce the struct size by 8 byte on 64 bitAnatol Belski2014-09-121-6/+6
* | | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-201-2/+2
|/ /
* | 's' works with size_t round 2Anatol Belski2014-08-271-1/+2
* | first show to make 's' work with size_tAnatol Belski2014-08-271-2/+2
* | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-2/+2
* | master renames phase 3Anatol Belski2014-08-251-1/+1
* | master renames phase 1Anatol Belski2014-08-252-22/+22
* | fixes to %pd format usageAnatol Belski2014-08-241-2/+2
* | fixes to ext/bz2Anatol Belski2014-08-191-8/+8
* | basic macro replacements, all at onceAnatol Belski2014-08-192-13/+13
* | test the right length and remove unused var (remaining from 'old' version)Pierre Joye2014-05-161-7/+5
* | Merge branch 'master' into phpngDmitry Stogov2014-05-131-2/+12
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-05-081-2/+2
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-05-081-2/+2
| | |\
| | | * oops, 5.4 and 5.5 use malloc in TSRMStanislav Malyshev2014-05-081-2/+2
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-05-081-0/+6
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-05-081-0/+6
| | |\ \ | | | |/
| | | * Fix memory leak in TSRMStanislav Malyshev2014-05-081-0/+6
| | | * Bump yearXinchen Hui2014-01-033-3/+3
| | * | Bump yearXinchen Hui2014-01-033-3/+3