mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: added missing parentheses Fix #67626 Fix #63486 Conflicts: main/streams/userspace.c
This commit is contained in:
commit
0f333fa93c
1 changed files with 1 additions and 1 deletions
|
@ -701,7 +701,7 @@ static size_t php_userstreamop_read(php_stream *stream, char *buf, size_t count
|
|||
zval_ptr_dtor(&zcount);
|
||||
|
||||
if (EG(exception)) {
|
||||
return -1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (call_result == SUCCESS && retval != NULL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue