History log of /PHP-8.2/ext/standard/pack.c (Results 151 – 175 of 196)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-4.3.1
# 0a18a9d7 16-Feb-2003 Wez Furlong

A add much more useful select(2) implementation than is provided by
windows sockets. The winsock implementation will only work with sockets;
our implementation works with sockets and file de

A add much more useful select(2) implementation than is provided by
windows sockets. The winsock implementation will only work with sockets;
our implementation works with sockets and file descriptors.
By association, stream_select() will now operate correctly with files, pipes and sockets.

This change required linking against the winsock2 library. In terms of
compatibility, only older versions of windows 95 do not have winsock2
installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user.

Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x.

show more ...

Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# 7fa09705 11-Jan-2003 Moriyoshi Koizumi

Reverted because correct decision has not been made yet.

# b66b92e9 11-Jan-2003 Moriyoshi Koizumi

Reduced warnings in ZE2 build

# b506f5c8 31-Dec-2002 Sebastian Bergmann

Bump year.

Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3
# c6680551 05-Dec-2002 Ilia Alshanetsky

Remove pointless checks for array_init() return values.

# 49a99a98 05-Dec-2002 Marcus Boerger

-php_error -> php_error_docref
-removed some cases where emalloc result was tested

Revision tags: php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1, php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003, RELEASE_0_91, php-4.3.0dev_zend2_alpha3
# 338332c7 06-Sep-2002 Anantha Kesari H Y

NetWare related changes/modifications

Revision tags: php-4.2.3, php-4.2.3RC2, php-4.2.3RC1
# 19e42a2e 13-Aug-2002 Dan Kalowsky

Fixed another memory leak, patch provided by Ilia <ilia@prohost.org>

# ed135034 13-Aug-2002 Dan Kalowsky

Fixes a memory leak which results when an invalid format code is
specified. Patch by Ilia <ilia@prohost.org>
#Someone give him php4 karma :)

Revision tags: dev, php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2, php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2, php-4.2.1RC1, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1, help
# 90613d22 28-Feb-2002 Sebastian Bergmann

Maintain headers.

Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# 0d59ff42 27-Jan-2002 Sterling Hughes

don't throw fatal errors, throw E_WARNING instead.

Revision tags: php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# 38933514 11-Dec-2001 Sebastian Bergmann

Update headers.

Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS
# c0332885 25-Sep-2001 Jeroen van Wolffelaar

Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.

Revision tags: PRE_SUBST_Z_MACROS
# 78747bd2 09-Sep-2001 Derick Rethans

- Don't wrap lines... this is annoying while coding.

Revision tags: php-4.0.7RC2
# dda004bc 03-Sep-2001 Sterling Hughes

- update to php4 api
- expand case statements, ie:

case 1: case 2: case 3:

to

case 1:
case 2:
case 3:

- Remove un-necessary brackets and parentheses (o

- update to php4 api
- expand case statements, ie:

case 1: case 2: case 3:

to

case 1:
case 2:
case 3:

- Remove un-necessary brackets and parentheses (only when it takes away from
readability, I know this is quite arbitrary, but I did my best :)

show more ...

Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE
# c0404f46 11-Aug-2001 Zeev Suraski

Whitespace

Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT, PRE_TSRM_MERGE_PATCH, PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3
# 81e2cf03 06-Jun-2001 Rasmus Lerdorf

Fix folding and clean up some extensions

# 25c3a3a3 05-Jun-2001 Rasmus Lerdorf

vim-6 does folding - clean up a bunch of missing folding tags plus
some misguided RINIT and RSHUTDOWN calls in a few fringe extensions

Revision tags: php-4.0.6RC2, php-4.0.6RC1, php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1
# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001

Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3
# 7eed2e5b 30-Oct-2000 Stanislav Malyshev

Make "H*" work

Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1
# e8f30253 10-Sep-2000 Stanislav Malyshev

Make unpack("H") work like in Perl

# 4237ddad 10-Sep-2000 Stanislav Malyshev

Fix pack() function reading string beyond the end

# d443fff0 10-Sep-2000 Stanislav Malyshev

Fix double unpack bug

Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE
# d7b554ee 09-Jul-2000 Egon Schmid

Fixed a proto.

Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC, PRE_EIGHT_BYTE_ALLOC_PATCH
# 3701bc42 05-Jun-2000 Andi Gutmans

- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch

12345678