History log of /php-src/main/streams/streams.c (Results 176 – 200 of 423)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-5.4.28RC1, php-5.5.12RC1
# a18cec1b 14-Apr-2014 Boro Sitnikovski

Fix bug #65701: Do not use cache for file file copy

Revision tags: php-5.6.0beta1
# 8d4ee1db 03-Apr-2014 Michael Wallner

Merge branch 'PHP-5.6'

* PHP-5.6:
NEWS
NEWS
Fix Bug #66736 fpassthru broken


# 55005c86 03-Apr-2014 Michael Wallner

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
NEWS
Fix Bug #66736 fpassthru broken


# bbd25ca0 03-Apr-2014 Michael Wallner

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
Fix Bug #66736 fpassthru broken


# d08b4dbf 03-Apr-2014 Michael Wallner

Fix Bug #66736 fpassthru broken

# 4d412421 02-Apr-2014 Michael Wallner

Merge branch 'PHP-5.6'

* PHP-5.6:
NEWS
NEWS
Fixed bug #61019 (Out of memory on command stream_get_contents)


# 68c57f81 02-Apr-2014 Michael Wallner

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
NEWS
Fixed bug #61019 (Out of memory on command stream_get_contents)


# f453917f 02-Apr-2014 Michael Wallner

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
Fixed bug #61019 (Out of memory on command stream_get_contents)


# 1ec83d44 02-Apr-2014 Michael Wallner

Fixed bug #61019 (Out of memory on command stream_get_contents)

# 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.

12345678910>>...17