summaryrefslogtreecommitdiff
path: root/ext/standard/pack.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed bug #35817 (unpack() does not decode odd number of hexadecimal values)Ilia Alshanetsky2005-12-281-3/+6
* MFH: fix #35690 (pack() tries to allocate huge memory block when packing floa...Antony Dovgal2005-12-151-0/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* NetWare has pwd.h and removed unwanted check on NEW_LIBC while including param.hAnantha Kesari H Y2005-02-211-6/+0
* Fixed bug #31465 (False warning in unpack() when working with *).Ilia Alshanetsky2005-01-251-1/+3
* Fixed: removed possible integer over-/underflowsStefan Esser2004-11-281-7/+23
* removing unwanted commentAnantha Kesari H Y2004-09-251-1/+0
* fix for bug 27384George Schlossnagle2004-02-241-1/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* signed/unsigned compiler warning fixesHartmut Holzgraefe2003-09-261-2/+2
* emalloc -> safe_emallocIlia Alshanetsky2003-08-111-3/+3
* updating license information in the headers.James Cox2003-06-101-3/+3
* Win32 build improvementsZeev Suraski2003-02-171-2/+0
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-161-1/+1
* Reverted because correct decision has not been made yet.Moriyoshi Koizumi2003-01-111-2/+2
* Reduced warnings in ZE2 buildMoriyoshi Koizumi2003-01-111-2/+2
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Remove pointless checks for array_init() return values.Ilia Alshanetsky2002-12-051-2/+1
* -php_error -> php_error_docrefMarcus Boerger2002-12-051-11/+11
* NetWare related changes/modificationsAnantha Kesari H Y2002-09-061-0/+14
* Fixed another memory leak, patch provided by Ilia <ilia@prohost.org>Dan Kalowsky2002-08-131-1/+2
* Fixes a memory leak which results when an invalid format code isDan Kalowsky2002-08-131-0/+3
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* don't throw fatal errors, throw E_WARNING instead.Sterling Hughes2002-01-271-4/+4
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-2/+2
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* - update to php4 apiSterling Hughes2001-09-031-125/+151
* WhitespaceZeev Suraski2001-08-111-5/+5
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-6/+11
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-2/+2
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Make "H*" workStanislav Malyshev2000-10-301-1/+1
* Make unpack("H") work like in PerlStanislav Malyshev2000-09-101-6/+11
* Fix pack() function reading string beyond the endStanislav Malyshev2000-09-101-0/+4
* Fix double unpack bugStanislav Malyshev2000-09-101-2/+2
* Fixed a proto.Egon Schmid2000-07-091-2/+2
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-2/+2
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* Fix build on systems which lack snprintf or vsnprintf.Sascha Schumann2000-03-121-1/+0
* @Cleaned up extension namespace (Stig)Stig Bakken2000-03-061-10/+0
* Will watch the diffs as much as I can.Egon Schmid2000-02-241-1/+1
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2