History log of /PHP-7.4/ext/standard/pack.c (Results 26 – 50 of 162)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.6.22, php-5.5.36, php-7.0.7
# b56352aa 13-May-2016 sskaje

PR#1905: directly copy to target memory


# 267ddb3a 13-May-2016 sskaje

missing efree()


# 92bcc10e 12-May-2016 sskaje

comments for e,E,g,G


# 540f4b5c 12-May-2016 sskaje

pack()/unpack() for Big Endian float/double and Little Endian float/double


Revision tags: php-5.6.22RC1, php-7.0.7RC1, php-7.0.6, php-5.6.21, php-5.5.35, php-5.6.21RC1, php-7.0.6RC1, php-5.6.20, php-5.5.34, php-7.0.5, php-5.6.20RC1, php-7.0.5RC1
# a9a26100 03-Mar-2016 Dmitry Stogov

unpack() function accepts an additional optional argument $offset.


Revision tags: php-5.6.19, php-5.5.33, php-7.0.4, php-5.6.19RC1, php-7.0.4RC1
# c9357f82 14-Feb-2016 Nikita Popov

Format string fixes

Conflicts:
ext/pgsql/pgsql.c


Revision tags: php-5.6.18, php-7.0.3, php-5.5.32, php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2
# 49493a2d 01-Jan-2016 Lior Kaplan

Happy new year (Update copyright to 2016)


Revision tags: php-7.0.2RC1, php-5.6.17RC1, php-7.0.1RC1, php-7.0.0, php-5.6.16, php-7.0.0RC8, php-7.0.0RC7, php-5.6.16RC1, php-5.6.15, php-7.0.0RC6, php-7.0.1, php-5.6.15RC1, php-7.0.0RC5, php-5.5.30, php-5.6.14, php-7.0.0RC4, php-5.6.14RC1, php-7.0.0RC3
# ab74d802 14-Sep-2015 Nikita Popov

Fix bug #70487

Switch to * instead of + in zpp.


# 7c879883 09-Sep-2015 Nikita Popov

Small cleanup in pack() implementation


Revision tags: php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45, php-5.6.13RC1, php-7.0.0RC1, php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44
# 545b364d 02-Aug-2015 Anatol Belski

remove TSRMLS_*

either remains or merged in from PHP5


Revision tags: php-5.6.12RC1, php-7.0.0beta2, php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43
# c47c5262 01-Jul-2015 Dmitry Stogov

Cleanup (avoid reallocation)


# 4a2e40bb 30-Jun-2015 Dmitry Stogov

Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).


Revision tags: php-5.6.11RC1, php-5.5.27RC1, php-7.0.0alpha2, php-5.5.26, php-7.0.0alpha1, php-5.6.10, php-5.4.42, POST_PHP7_NSAPI_REMOVAL, PRE_PHP7_NSAPI_REMOVAL, php-5.6.10RC1, php-5.5.26RC1, php-5.5.25, php-5.6.9, php-5.4.41
# 9c0813fd 11-May-2015 Stanislav Malyshev

Add test for bug #69522


# ba1d9cc4 11-May-2015 Stanislav Malyshev

Fix bug #69522 - do not allow int overflow


Revision tags: php-5.6.9RC1, php-5.5.25RC1, php-5.6.8, php-5.5.24, php-5.4.40, php-5.6.8RC1, php-5.5.24RC1, php-5.6.7, php-5.5.23, php-5.4.39, php-5.6.7RC1, php-5.5.23RC1, POST_PHP7_EREG_MYSQL_REMOVALS, PRE_PHP7_EREG_MYSQL_REMOVALS, php-5.6.6, php-5.5.22, php-5.4.38, POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS, php-5.6.6RC1, php-5.5.22RC1, php-5.5.21, php-5.6.5, php-5.4.37
# fc33f52d 15-Jan-2015 Xinchen Hui

bump year


# 0579e827 15-Jan-2015 Xinchen Hui

bump year


# 73c1be26 15-Jan-2015 Xinchen Hui

Bump year


Revision tags: php-5.5.21RC1, php-5.6.5RC1
# b7a7b1a6 03-Jan-2015 Stanislav Malyshev

trailing whitespace removal


# 1b4f7c3a 08-Jan-2015 Xinchen Hui

Fixed #68711


Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4
# bdeb220f 13-Dec-2014 Anatol Belski

first shot remove TSRMLS_* things


# 6f3714a8 02-Dec-2014 Remi Collet

Fix Bug #68536 Pack for 64bits integer is broken on bigendian.

Covered by ext/standard/tests/strings/pack64.phpt


# e7a6c15b 28-Nov-2014 Anatol Belski

Fixed bug #68225 unpack and X format code

This is done by reverting some parts to the state of pre 7, whereby
that means all the size_t potential isn't exhausted. This might be
a sub

Fixed bug #68225 unpack and X format code

This is done by reverting some parts to the state of pre 7, whereby
that means all the size_t potential isn't exhausted. This might be
a subject of the subsequent fix, the functionality can be ensured
with the supplied test.

show more ...


Revision tags: php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1
# df6aff48 23-Oct-2014 Anatol Belski

fix pack64.phpt related fail on win64


Revision tags: php-5.5.18
# 52b93004 15-Oct-2014 Dmitry Stogov

Fixed ext/standard/tests/strings/pack64_32.phpt failure (In PHP7, we must not free array of arguments recieved using "+")


Revision tags: php-5.4.34
# 2a765d31 09-Oct-2014 Tjerk Meesters

pack(): Use SIZEOF_ZEND_LONG instead of SIZEOF_LONG


1234567