summaryrefslogtreecommitdiff
path: root/ext/standard/pack.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-12-021-1/+4
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-12-021-1/+4
| |\
| | * Fix #78833: Integer overflow in pack causes out-of-bound accessChristoph M. Becker2019-12-021-1/+4
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-8/+8
| | * year++Xinchen Hui2018-01-021-1/+1
* | | Allow exceptions in __toString()Nikita Popov2019-06-051-1/+6
* | | Remove local variablesPeter Kokot2019-02-031-9/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
|/ /
* | Remove unused Git attributes identPeter Kokot2018-07-251-1/+0
* | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-5/+5
* | Trailing whitespacesGabriel Caruso2018-01-031-8/+8
* | year++Xinchen Hui2018-01-021-1/+1
* | Avoid unnecessary reference-counting on strings.Dmitry Stogov2017-11-161-6/+6
|/
* Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-08-151-0/+4
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-08-151-0/+4
| |\
| | * Fixed bug #75075 (unpack with X* causes infinity loop)Xinchen Hui2017-08-151-0/+4
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Avoiding str duplicationXinchen Hui2017-06-131-6/+5
* | | Resolve conflictSammy Kaye Powers2017-01-031-9/+205
|\ \ \
| * \ \ Merge branch 'PHP-7.1'Nikita Popov2017-01-031-2/+2
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-031-2/+2
| | |\ \ | | | |/
| | | * Fix buildNikita Popov2017-01-031-2/+2
| | | * Merge branch 'pull-request/1905'Joe Watkins2017-01-031-9/+205
| | * | Merge branch 'pull-request/1905'Joe Watkins2017-01-031-9/+205
| * | | Merge branch 'master' into mastersskaje2017-01-031-24/+21
| |\ \ \
| * | | | better but longer way processing float/double and memorysskaje2016-05-311-33/+118
| * | | | PR#1905: directly copy to target memorysskaje2016-05-131-32/+11
| * | | | missing efree()sskaje2016-05-131-0/+4
| * | | | comments for e,E,g,Gsskaje2016-05-121-0/+2
| * | | | pack()/unpack() for Big Endian float/double and Little Endian float/doublesskaje2016-05-121-9/+135
* | | | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
| |/ / / |/| | |
* | | | Use new param API in standardSara Golemon2016-12-301-7/+10
* | | | Remove Netware supportKalle Sommer Nielsen2016-11-121-7/+0
| |/ / |/| |
* | | Fixed compilation warningsDmitry Stogov2016-06-231-10/+11
|/ /
* | unpack() function accepts an additional optional argument $offset.Dmitry Stogov2016-03-031-2/+11
|/
* Format string fixesNikita Popov2016-02-141-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | 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