summaryrefslogtreecommitdiff
path: root/ext/bz2/bz2.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (41 commits) fix test - output can be chunked fix test fix test Fixed test for commit 997be125eb0228c5b1b6dd278f617791e71192c6 Add bug fix to NEWS Update UPGRADING according to bug fix fix test improve CURL tests to allow testing without separate server improve CURL tests to allow testing without separate server Fixed bug #67199 mb_regex_encoding mishmash Fix bug #67248 (imageaffinematrixget missing check of parameters) Fix bug #67247 spl_fixedarray_resize integer overflow fix news add tests stuff to README Updated NEWS Fix Linux specific fail in error traces (cherry-picked and fix for bug #67245) Linux apparently does not like memcpy in overlapping regions... - Fixed off-by-one in phar_build (patch by crrodriguez at opensuse dot org) - Move checking - Fixed missing NULL check in SimpleXMLElement::xpath() - Fixed missing NULL check ... Conflicts: ext/bz2/bz2.c ext/gd/gd.c ext/mbstring/php_mbregex.c ext/session/tests/031.phpt ext/simplexml/simplexml.c ext/spl/spl_fixedarray.c
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-05-081-2/+2
| |\ | | | | | | | | | | | | * PHP-5.5: oops, 5.4 and 5.5 use malloc in TSRM
| | * 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
| |\ \ | | |/ | | | | | | | | | * PHP-5.5: Fix memory leak in TSRM
| | * Fix memory leak in TSRMStanislav Malyshev2014-05-081-0/+6
| | |
| | * Bump yearXinchen Hui2014-01-031-1/+1
| | |
| | * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | | | | | | | | | | | | | * pull-request/341: (23 commits) typofixes
| | * Happy New YearXinchen Hui2013-01-011-1/+1
| | |
| | * - Year++Felipe Pena2012-01-011-1/+1
| | |
| | * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| | |
| | * - remove magic quotes support, functions are kept (see the NEWS entry for ↵Pierre Joye2011-07-221-7/+0
| | | | | | | | | | | | the details) for BC reasons but do not allow to set enable MQ
| | * - Added new parameter parsing option (p - for valid path (string without ↵Felipe Pena2011-06-061-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits
* | | Finish bz2 (all tests passed)Xinchen Hui2014-05-081-22/+22
| | |
* | | bz2 changes for phpngkrakjoe2014-05-081-24/+27
| | |
* | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-2/+3
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During merge I had to revert: Nikita's patch for php_splice() (it probably needs to be applyed again) Bob Weinand's patches related to constant expression handling (we need to review them carefully) I also reverted all our attempts to support sapi/phpdbg (we didn't test it anyway) Conflicts: Zend/zend.h Zend/zend_API.c Zend/zend_ast.c Zend/zend_compile.c Zend/zend_compile.h Zend/zend_constants.c Zend/zend_exceptions.c Zend/zend_execute.c Zend/zend_execute.h Zend/zend_execute_API.c Zend/zend_hash.c Zend/zend_highlight.c Zend/zend_language_parser.y Zend/zend_language_scanner.c Zend/zend_language_scanner_defs.h Zend/zend_variables.c Zend/zend_vm_def.h Zend/zend_vm_execute.h ext/date/php_date.c ext/dom/documenttype.c ext/hash/hash.c ext/iconv/iconv.c ext/mbstring/tests/zend_multibyte-10.phpt ext/mbstring/tests/zend_multibyte-11.phpt ext/mbstring/tests/zend_multibyte-12.phpt ext/mysql/php_mysql.c ext/mysqli/mysqli.c ext/mysqlnd/mysqlnd_reverse_api.c ext/mysqlnd/php_mysqlnd.c ext/opcache/ZendAccelerator.c ext/opcache/zend_accelerator_util_funcs.c ext/opcache/zend_persist.c ext/opcache/zend_persist_calc.c ext/pcre/php_pcre.c ext/pdo/pdo_dbh.c ext/pdo/pdo_stmt.c ext/pdo_pgsql/pgsql_driver.c ext/pgsql/pgsql.c ext/reflection/php_reflection.c ext/session/session.c ext/spl/spl_array.c ext/spl/spl_observer.c ext/standard/array.c ext/standard/basic_functions.c ext/standard/html.c ext/standard/mail.c ext/standard/php_array.h ext/standard/proc_open.c ext/standard/streamsfuncs.c ext/standard/user_filters.c ext/standard/var_unserializer.c ext/standard/var_unserializer.re main/php_variables.c sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_bp.c sapi/phpdbg/phpdbg_frame.c sapi/phpdbg/phpdbg_help.c sapi/phpdbg/phpdbg_list.c sapi/phpdbg/phpdbg_print.c sapi/phpdbg/phpdbg_prompt.c
| * | Fixes to various stream cast on win64Anatol Belski2014-03-191-2/+3
| | | | | | | | | | | | | | | | | | This fixes further issues on win64 with casts from the streams. Sockets/descriptors handling was unitized. This has an impact only on win64, php_socket_t otherwise can be feed back to int datatype.
* | | Cleanup (1-st round)Dmitry Stogov2014-04-151-1/+1
|/ /
* | Bump yearXinchen Hui2014-01-031-1/+1
| |
* | Constify streams API and a few other calls down the rabbit hole.Andrey Hristov2013-07-301-3/+3
| | | | | | | | | | (`char *` to `const char *` for parameters and few return values) In a few places int len moved to size_t len.
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | | | | | | | | * pull-request/341: (23 commits) typofixes
* | Happy New YearXinchen Hui2013-01-011-1/+1
| |
* | - Year++Felipe Pena2012-01-011-1/+1
| |
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| |
* | - remove magic quotes support, functions are kept (see the NEWS entry for ↵Pierre Joye2011-07-221-7/+0
| | | | | | | | the details) for BC reasons but do not allow to set enable MQ
* | - Added new parameter parsing option (p - for valid path (string without ↵Felipe Pena2011-06-061-2/+4
|/ | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits
* - Year++Felipe Pena2011-01-011-1/+1
|
* Fix bug #52826 (phpinfo is incorrect for bzip2 stream wrapper).Adam Harvey2010-09-131-1/+1
|
* - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments ↵Felipe Pena2010-06-261-3/+12
| | | | for function aliases)
* Removed safe_modeKalle Sommer Nielsen2010-04-261-3/+3
| | | | | | | * 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
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Fix compiler warningsKalle Sommer Nielsen2009-05-151-4/+4
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-7/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+7
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-7/+0
|
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-2/+2
|
* MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSEAntony Dovgal2008-07-231-2/+0
|
* MFH: add PHP_STREAM_FLAG_FCLOSE, bz2 streams can be closed with fclose()Antony Dovgal2008-07-231-0/+3
|
* on the contrary, string length is intAntony Dovgal2008-07-011-2/+2
|
* updated to the new parameter-parsing apiAlexey Zakhlestin2008-06-221-36/+35
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* Added missing open_basedir & safe_mode checks to zip:// and bzip://Ilia Alshanetsky2007-03-141-1/+5
| | | | | | | wrappers. Issues idendtified by MOPB-20 and MOPB-21
* use safe_reallocStanislav Malyshev2007-03-061-2/+2
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* MFHAntony Dovgal2006-12-251-1/+1
|
* fix #38485 (bz2 extension does not compile with GCC 4.1)Antony Dovgal2006-08-171-1/+1
|
* move static declaration to *.c filesNuno Lopes2006-08-141-0/+11
| | | | | mroe static/const keywording
* a few more static keywordingNuno Lopes2006-08-141-13/+13
|