summaryrefslogtreecommitdiff
path: root/ext/standard/pack.c
Commit message (Expand)AuthorAgeFilesLines
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* 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
* | | Fix Bug #68536 Pack for 64bits integer is broken on bigendian.Remi Collet2014-12-021-12/+12
* | | Add 64 bit formats to pack() and unpack()Leigh2014-10-091-3/+151
* | | 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
| | * - Year++Felipe Pena2012-01-011-1/+1
| | * - Year++Felipe Pena2011-01-011-1/+1
| | * Fixed a possible memory corruption in pack(). Reported by Stefan EsserDmitry Stogov2010-05-121-0/+12
| * | - Year++Felipe Pena2012-01-011-1/+1
* | | pack() with new "Z" more in line with Perl.Gustavo André dos Santos Lopes2012-04-171-2/+10
* | | Fixed bug #61038; "Z" and better behavior for unpack()theanomaly.is@gmail.com2012-04-171-7/+56
* | | - Year++Felipe Pena2012-01-011-1/+1
|/ /
* | - Year++Felipe Pena2011-01-011-1/+1
* | Fixed a possible memory corruption in pack(). Reported by Stefan EsserDmitry Stogov2010-05-121-0/+12
* | Removed safe_modeKalle Sommer Nielsen2010-04-261-1/+0
|/
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Don't clober variablesIlia Alshanetsky2009-08-241-5/+5
* Fixed bug #47564 (unpacking unsigned long 32bit bit endian returns wrongIlia Alshanetsky2009-05-121-0/+7
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - Fix segfaultFelipe Pena2008-06-211-0/+2
* - New parsing parameter API cleanupsDavid Coallier2008-06-201-19/+9
* - New parameter parsing APIFelipe Pena2008-06-201-17/+10
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fixed memory leak inside pack() (coverity issues #398,#399,#400)Ilia Alshanetsky2007-09-221-0/+3
* Added missing format validator to unpack() functionIlia Alshanetsky2007-06-061-0/+6
* correction for previous fix to bug #38770 (pack/unpack is broken on 64bit)Brian Shire2007-04-031-3/+5
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-2/+2
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed bug #38770 (unpack() broken with longs on 64 bit machines).Ilia Alshanetsky2006-11-191-5/+11
* - Warning fixes by StephMarcus Boerger2006-02-261-1/+1
* Fixed bug #36148 (unpack("H*hex", $data) is adding an extra character to theIlia Alshanetsky2006-01-261-1/+3