Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
* | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-05-12 | 1 | -62/+69 |
|\ | |||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-05-12 | 1 | -67/+74 |
| |\ | |||||
| | * | Add test for bug #69522 | Stanislav Malyshev | 2015-05-11 | 1 | -0/+6 |
| | * | Fix bug #69522 - do not allow int overflow | Stanislav Malyshev | 2015-05-10 | 1 | -69/+70 |
| | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| * | | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | Fix Bug #68536 Pack for 64bits integer is broken on bigendian. | Remi Collet | 2014-12-02 | 1 | -12/+12 |
* | | | Add 64 bit formats to pack() and unpack() | Leigh | 2014-10-09 | 1 | -3/+151 |
* | | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-08-04 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | non living code related typo fixes | Veres Lajos | 2013-08-04 | 1 | -1/+1 |
| * | typo fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | | typo fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | | Fixed Bug #63738 unpack: back result with Z format | Remi Collet | 2012-12-11 | 1 | -2/+1 |
* | | - Remove unused variable | Felipe Pena | 2012-08-19 | 1 | -1/+0 |
* | | Fix build on MS Windows | Gustavo André dos Santos Lopes | 2012-04-28 | 1 | -2/+3 |
* | | Merge branch '5.4' | Gustavo André dos Santos Lopes | 2012-04-23 | 1 | -4/+2 |
|\ \ | |/ | |||||
| * | Merge branch '5.3' into 5.4 | Gustavo André dos Santos Lopes | 2012-04-23 | 1 | -4/+2 |
| |\ | |||||
| | * | Fixed bug #61764: 'I' unpacks n as signed if n > 2^31-1 on LP64 | Gustavo André dos Santos Lopes | 2012-04-23 | 1 | -4/+2 |
| | * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | * | Fixed a possible memory corruption in pack(). Reported by Stefan Esser | Dmitry Stogov | 2010-05-12 | 1 | -0/+12 |
| * | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | | | pack() with new "Z" more in line with Perl. | Gustavo André dos Santos Lopes | 2012-04-17 | 1 | -2/+10 |
* | | | Fixed bug #61038; "Z" and better behavior for unpack() | theanomaly.is@gmail.com | 2012-04-17 | 1 | -7/+56 |
* | | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
|/ / | |||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | | Fixed a possible memory corruption in pack(). Reported by Stefan Esser | Dmitry Stogov | 2010-05-12 | 1 | -0/+12 |
* | | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -1/+0 |
|/ | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | Don't clober variables | Ilia Alshanetsky | 2009-08-24 | 1 | -5/+5 |
* | Fixed bug #47564 (unpacking unsigned long 32bit bit endian returns wrong | Ilia Alshanetsky | 2009-05-12 | 1 | -0/+7 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | - Fix segfault | Felipe Pena | 2008-06-21 | 1 | -0/+2 |
* | - New parsing parameter API cleanups | David Coallier | 2008-06-20 | 1 | -19/+9 |
* | - New parameter parsing API | Felipe Pena | 2008-06-20 | 1 | -17/+10 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | Fixed memory leak inside pack() (coverity issues #398,#399,#400) | Ilia Alshanetsky | 2007-09-22 | 1 | -0/+3 |
* | Added missing format validator to unpack() function | Ilia Alshanetsky | 2007-06-06 | 1 | -0/+6 |
* | correction for previous fix to bug #38770 (pack/unpack is broken on 64bit) | Brian Shire | 2007-04-03 | 1 | -3/+5 |
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -2/+2 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
* | Fixed bug #38770 (unpack() broken with longs on 64 bit machines). | Ilia Alshanetsky | 2006-11-19 | 1 | -5/+11 |
* | - Warning fixes by Steph | Marcus Boerger | 2006-02-26 | 1 | -1/+1 |
* | Fixed bug #36148 (unpack("H*hex", $data) is adding an extra character to the | Ilia Alshanetsky | 2006-01-26 | 1 | -1/+3 |