summaryrefslogtreecommitdiff
path: root/ext/standard/pack.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #70487Nikita Popov2015-09-141-2/+2
* Small cleanup in pack() implementationNikita Popov2015-09-091-16/+5
* remove TSRMLS_*Anatol Belski2015-08-021-1/+1
* Cleanup (avoid reallocation)Dmitry Stogov2015-07-011-18/+18
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-9/+9
* Merge branch 'PHP-5.6'Stanislav Malyshev2015-05-121-2/+9
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-05-121-62/+69
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-05-121-67/+74
| | |\
| | | * Add test for bug #69522Stanislav Malyshev2015-05-111-0/+6
| | | * Fix bug #69522 - do not allow int overflowStanislav Malyshev2015-05-101-69/+70
| | | * Bump yearXinchen Hui2014-01-031-1/+1
| | * | Bump yearXinchen Hui2015-01-151-1/+1
| | * | Bump yearXinchen Hui2014-01-031-1/+1
| * | | bump yearXinchen Hui2015-01-151-1/+1
* | | | bump yearXinchen Hui2015-01-151-1/+1
* | | | trailing whitespace removalStanislav Malyshev2015-01-101-70/+70
* | | | Fixed #68711Xinchen Hui2015-01-081-1/+1
* | | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-19/+19
* | | | Merge branch 'PHP-5.6'Remi Collet2014-12-021-12/+12
|\ \ \ \ | |/ / /
| * | | Fix Bug #68536 Pack for 64bits integer is broken on bigendian.Remi Collet2014-12-021-12/+12
* | | | Fixed bug #68225 unpack and X format codeAnatol Belski2014-11-281-2/+2
* | | | fix pack64.phpt related fail on win64Anatol Belski2014-10-231-3/+3
* | | | Fixed ext/standard/tests/strings/pack64_32.phpt failure (In PHP7, we must not...Dmitry Stogov2014-10-151-2/+0
* | | | pack(): Use SIZEOF_ZEND_LONG instead of SIZEOF_LONGTjerk Meesters2014-10-101-9/+9
* | | | Merge branch 'PHP-5.6'Tjerk Meesters2014-10-101-3/+151
|\ \ \ \ | |/ / /
| * | | Add 64 bit formats to pack() and unpack()Leigh2014-10-091-3/+151
* | | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-1/+1
* | | | master renamings phase 5Anatol Belski2014-08-251-2/+2
* | | | master renames phase 3Anatol Belski2014-08-251-8/+8
* | | | master renames phase 1Anatol Belski2014-08-251-17/+17
* | | | rename zval_get_long and fixes to some string functionsAnatol Belski2014-08-181-26/+29
* | | | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-10/+10
* | | | Replace more convert_to_* callsNikita Popov2014-04-251-27/+15
* | | | Cleanup (1-st round)Dmitry Stogov2014-04-151-4/+4
* | | | Arguments taken by internal functions using zend_parse_parameters() with "+" ...Dmitry Stogov2014-03-051-4/+0
* | | | Use better data structures (incomplete)Dmitry Stogov2014-02-131-31/+31
|/ / /
* | | Bump yearXinchen Hui2014-01-031-1/+1
|/ /
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-041-1/+1
|\ \ | |/
| * non living code related typo fixesVeres Lajos2013-08-041-1/+1
| * typo fixesVeres Lajos2013-07-151-1/+1
| * Happy New YearXinchen Hui2013-01-011-1/+1
* | typo fixesVeres Lajos2013-07-151-1/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Fixed Bug #63738 unpack: back result with Z formatRemi Collet2012-12-111-2/+1
* | - Remove unused variableFelipe Pena2012-08-191-1/+0
* | Fix build on MS WindowsGustavo André dos Santos Lopes2012-04-281-2/+3
* | Merge branch '5.4'Gustavo André dos Santos Lopes2012-04-231-4/+2
|\ \ | |/
| * Merge branch '5.3' into 5.4Gustavo André dos Santos Lopes2012-04-231-4/+2
| |\
| | * Fixed bug #61764: 'I' unpacks n as signed if n > 2^31-1 on LP64Gustavo André dos Santos Lopes2012-04-231-4/+2