History log of /PHP-8.3/main/streams/streams.c (Results 201 – 225 of 439)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# d8099d04 02-Apr-2014 Dmitry Stogov

Changed data layout to allow more efficient operations

Revision tags: php-5.4.27, php-5.5.11, php-5.5.11RC1, php-5.4.27RC1
# 51494f25 14-Mar-2014 Dmitry Stogov

Don't include trailing zero into hash caclculation

Revision tags: php-5.5.10, php-5.4.26
# 1c427513 05-Mar-2014 Xinchen Hui

Refactor stream_get_record to return zend_string

# d28af8ef 04-Mar-2014 Xinchen Hui

Fixed wrapper errors realted tests

# 0fe209e3 02-Mar-2014 Xinchen Hui

Refactor _php_stream_scandir to avoid memleak

# 0548ac59 27-Feb-2014 Dmitry Stogov

Resource closing without destruction

Revision tags: php-5.6.0alpha3
# 5adeaa14 24-Feb-2014 Xinchen Hui

Refactoring php_stream_copy_to_mem to return zend_string

# 29e2ce59 21-Feb-2014 Xinchen Hui

Fixed segfault in file_get_contents

# 557994d5 18-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)

Revision tags: php-5.4.26RC1, php-5.5.10RC1, php-5.6.0alpha2
# f4cfaf36 10-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)

Revision tags: php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24
# 0f53e374 03-Jan-2014 Xinchen Hui

Merge branch 'PHP-5.6'


# c081ce62 03-Jan-2014 Xinchen Hui

Bump year

# 47c90277 03-Jan-2014 Xinchen Hui

Bump year

# c0d060f5 03-Jan-2014 Xinchen Hui

Bump year

Revision tags: php-5.4.24RC1, php-5.5.8RC1
# c8359811 18-Dec-2013 Kalle Sommer Nielsen

Kill a TSRMLS_FETCH() in php_stream_context_set() by passing TSRMLS_CC to it

# For mysqlnd: Relevant PHP_API_VERSION are put in place for cross version compatibility

Revision tags: php-5.5.7, php-5.4.23, php-5.3.28, php-5.5.7RC1, php-5.4.23RC1, php-5.4.22, php-5.5.6, php-5.4.22RC1, php-5.5.6RC1, php-5.4.21, php-5.5.5, php-5.4.21RC1, php-5.5.5RC1, php-5.5.4, php-5.4.20, php-5.5.4RC1, php-5.4.20RC1, php-5.5.3, php-5.4.19, php-5.5.2, php-5.4.18, php-5.5.2RC1, php-5.4.18RC2
# 92d27ccb 30-Jul-2013 Andrey Hristov

Constify streams API and a few other calls down the rabbit hole.
(`char *` to `const char *` for parameters and few return values)
In a few places int len moved to size_t len.

Revision tags: php-5.5.1, php-5.4.18RC1, php-5.3.27
# f5b9d87f 10-Jul-2013 Anatol Belski

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
fix possible resource leak and make sure there's something to qsort()


# 29ac511b 10-Jul-2013 Anatol Belski

fix possible resource leak and make sure there's something to qsort()

Revision tags: php-5.4.17, php-5.5.0, php-5.3.27RC1, php-5.4.17RC1, php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1, php-5.5.0RC1, php-5.3.25, php-5.4.15, php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1, php-5.4.14, php-5.3.24, php-5.5.0beta3
# 44dbe6a8 02-Apr-2013 Remi Collet

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
keep previous test to avoid any behavior change


# 731a5c51 02-Apr-2013 Remi Collet

keep previous test to avoid any behavior change

# ce89bc87 02-Apr-2013 Remi Collet

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
fix comment
Fixed Bug #64565 copy doesn't report failure on partial copy


# 8e8a7544 02-Apr-2013 Remi Collet

fix comment

# 6b4148bc 02-Apr-2013 Remi Collet

Fixed Bug #64565 copy doesn't report failure on partial copy

_php_stream_copy_to_stream_ex, when mmap is possible, doesn't check
if actually written bytes match read bytes.

Fix

Fixed Bug #64565 copy doesn't report failure on partial copy

_php_stream_copy_to_stream_ex, when mmap is possible, doesn't check
if actually written bytes match read bytes.

Fix this (paranoid check) to be consistent with non mmap mode

Seems hard to add a unit test, as this rely on a full filesystem.

show more ...

Revision tags: php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2, php-5.5.0beta1, php-5.3.23, php-5.4.13, php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1, php-5.3.22, php-5.5.0alpha5, php-5.4.12, php-5.3.22RC2, php-5.4.12RC2, php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4, php-5.3.21, php-5.4.11, php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1
# a666285b 01-Jan-2013 Xinchen Hui

Happy New Year

# 0a7395e0 01-Jan-2013 Xinchen Hui

Happy New Year

12345678910>>...18