summaryrefslogtreecommitdiff
path: root/main/streams
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Update copyright headers to 2017Sammy Kaye Powers2017-01-0418-18/+18
| | * | Clear FG(user_stream_current_filename) when bailing outSara Golemon2016-10-111-6/+11
| * | | Update copyright headers to 2017Sammy Kaye Powers2017-01-0418-18/+18
| * | | Clear FG(user_stream_current_filename) when bailing outSara Golemon2016-10-141-6/+11
* | | | Update copyright headers to 2017Sammy Kaye Powers2017-01-0218-18/+18
* | | | Finish remaining replacement uint => uint32_tAnatol Belski2016-12-221-1/+1
* | | | Remove Netware supportKalle Sommer Nielsen2016-11-126-22/+8
* | | | Clear FG(user_stream_current_filename) when bailing outSara Golemon2016-10-111-6/+11
* | | | Merge branch 'PHP-7.1'Anatol Belski2016-10-061-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-10-061-1/+1
| |\ \ \ | | |/ /
| | * | fix datatypeAnatol Belski2016-10-061-1/+1
| * | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-09-231-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-09-231-1/+1
| | |\ \ | | | |/
| | | * Revert "Fixed bug #73037 SoapServer reports Bad Request when gzipped"Anatol Belski2016-09-231-1/+1
| | | * Fixed bug #73037 SoapServer reports Bad Request when gzippedAnatol Belski2016-09-231-1/+1
| | | * Fixed bug #72505 (readfile() mangles files larger than 2G)Xinchen Hui2016-09-161-1/+1
| * | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-09-231-1/+1
| |\ \ \ | | |/ /
| | * | Fixed bug #73037 SoapServer reports Bad Request when gzippedAnatol Belski2016-09-231-1/+1
* | | | catch up with stream datatypesAnatol Belski2016-10-052-5/+5
* | | | reduce size of stream bucket struct by 8 bytes on 64-bitAnatol Belski2016-10-052-4/+4
|/ / /
* | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-08-171-0/+12
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2016-08-171-0/+12
| |\ \ | | |/
| | * Fixed bug #72853 (stream_set_blocking doesn't work)Xinchen Hui2016-08-171-1/+13
* | | Fixed bug #72743 (Out-of-bound read in php_stream_filter_create)Xinchen Hui2016-08-041-2/+2
* | | Merge branch 'PHP-7.0' into PHP-7.1Pierrick Charron2016-07-271-5/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Pierrick Charron2016-07-271-5/+0
| |\ \ | | |/
| | * Fixed bug #72686 (zlib: url support is broken).Pierrick Charron2016-07-271-5/+0
* | | Require strict base64 in data URILauri Kenttä2016-07-221-1/+1
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-06-281-1/+1
|\ \ \ | |/ /
| * | Fixed bug #72505 (readfile() mangles files larger than 2G)Xinchen Hui2016-06-281-1/+1
* | | Fixed compilation warningsDmitry Stogov2016-06-214-4/+7
* | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-1/+1
* | | Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-201-2/+10
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-06-181-4/+14
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2016-06-181-4/+14
| |\ \ | | |/
| | * Fixed bug #72439 (Stream socket with remote address leads to a segmentation f...Xinchen Hui2016-06-181-5/+16
* | | Implement #51879 stream context socket option tcp_nodelayJoe Watkins2016-04-291-24/+37
* | | Merge branch 'PHP-7.0'Joe Watkins2016-04-281-1/+1
|\ \ \ | |/ /
| * | simplify expressionJoe Watkins2016-04-281-1/+1
* | | - get rid of EG(scope). zend_get_executed_scope() should be used instead.Dmitry Stogov2016-04-281-1/+1
* | | Removed "zend_fcall_info.function_table". It was assigned in many places, but...Dmitry Stogov2016-04-271-1/+0
* | | Removed zend_fcall_info.symbol_tableDmitry Stogov2016-03-021-1/+0
|/ /
* | Fix bug #71629: sync php_url_decode definitionStanislav Malyshev2016-02-211-2/+2
* | Merge branch 'PHP-5.6.18' into PHP-7.0.3Stanislav Malyshev2016-02-011-1/+3
|\ \ | |/
| * Merge branch 'PHP-5.5.32' into PHP-5.6.18Stanislav Malyshev2016-02-011-14/+16
| |\
| | * Fixed bug #71323 - Output of stream_get_meta_data can be falsified by its inputStanislav Malyshev2016-01-161-14/+16
* | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-0118-18/+18
|\ \ \ | |/ /
| * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-0118-18/+18
| * | Fixed bug #70198 Checking liveness does not work as expectedAnatol Belski2015-08-111-1/+11
| * | Fixed bug #69900 Too long timeout on pipesAnatol Belski2015-07-281-3/+3