summaryrefslogtreecommitdiff
path: root/ext/standard/pack.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * - 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
* bump year and license versionfoobar2006-01-011-3/+3