Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
* | master renamings phase 5 | Anatol Belski | 2014-08-25 | 1 | -2/+2 |
* | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -8/+8 |
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -17/+17 |
* | rename zval_get_long and fixes to some string functions | Anatol Belski | 2014-08-18 | 1 | -26/+29 |
* | fix macros in the 5 basic extensions | Anatol Belski | 2014-08-16 | 1 | -10/+10 |
* | Replace more convert_to_* calls | Nikita Popov | 2014-04-25 | 1 | -27/+15 |
* | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -4/+4 |
* | Arguments taken by internal functions using zend_parse_parameters() with "+" ... | Dmitry Stogov | 2014-03-05 | 1 | -4/+0 |
* | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-13 | 1 | -31/+31 |
* | 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 |
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |