#
d0cb7153 |
| 19-Sep-2014 |
Johannes Schlüter |
s/PHP 5/PHP 7/
|
#
32be79dc |
| 23-Aug-2014 |
Chris Wright |
Fix stream_select() issue with OpenSSL buffer Ensure data from OpenSSL internal buffer has been transfered to PHP stream buffer before a select() emulation operation is performed
Fix stream_select() issue with OpenSSL buffer Ensure data from OpenSSL internal buffer has been transfered to PHP stream buffer before a select() emulation operation is performed Addresses bug #65137 https://bugs.php.net/bug.php?id=65137 Conflicts: ext/openssl/xp_ssl.c
show more ...
|
#
c3e3c98e |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 1
|
Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32 |
|
#
8ee2a4a9 |
| 16-Aug-2014 |
Anatol Belski |
first shot on merging the core fro the int64 branch
|
Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29 |
|
#
417ed16d |
| 07-Aug-2014 |
Dmitry Stogov |
Make stream->context indirect trough zend_resource (stream->ctx->ptr). Fixed ext/standard/tests/streams/bug61115.phpt
|
Revision tags: php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1 |
|
#
449f3e64 |
| 31-Jul-2014 |
Dmitry Stogov |
Fixed resource leak
|
Revision tags: php-5.6.0RC3, php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2, php-5.4.30, php-5.5.14 |
|
#
27776626 |
| 20-Jun-2014 |
Dmitry Stogov |
Hide warning message after fatal errors
|
Revision tags: php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4, php-5.4.29, php-5.5.13 |
|
#
922285ec |
| 26-May-2014 |
Xinchen Hui |
Don't use cast (compiler friendly)
|
#
59d74db1 |
| 21-May-2014 |
Xinchen Hui |
Fixed segafult while stream is referenced by persistent resource (like dba)
|
#
98f801cc |
| 19-May-2014 |
Xinchen Hui |
Fixed resources apply_dtor
|
Revision tags: php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1, php-5.6.0beta2, php-5.5.12, php-5.4.28 |
|
#
72c287bd |
| 21-Apr-2014 |
Dmitry Stogov |
Combine HashTable.flags and HashTable.nApplyCount into single 32-bit word
|
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 |
|
#
d08b4dbf |
| 03-Apr-2014 |
Michael Wallner |
Fix Bug #66736 fpassthru broken
|
#
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 |
|
#
c081ce62 |
| 03-Jan-2014 |
Xinchen Hui |
Bump year
|