summaryrefslogtreecommitdiff
path: root/main/streams/transports.c
Commit message (Expand)AuthorAgeFilesLines
* Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-4/+4
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Removed "dead" code (zend_hash_update() never fails)Dmitry Stogov2018-06-011-3/+2
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-2/+2
* year++Xinchen Hui2018-01-021-1/+1
* Cleanup type conversionDmitry Stogov2017-12-071-7/+1
* Avoid strings duplication (zend_hash* and printf may work with non zero termi...Dmitry Stogov2017-11-301-4/+1
* Fixed memory leaksDmitry Stogov2017-11-021-1/+6
* Use interned strings for stream transportsDmitry Stogov2017-11-011-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Fixed compilation warningsDmitry Stogov2016-06-211-1/+2
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-1/+1
* | Revert "Add stream_socket_crypto_info() function"Daniel Lowrey2015-03-091-19/+0
* | Add stream_socket_crypto_info() functionDaniel Lowrey2015-02-281-0/+19
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-25/+25
* | second shot on removing TSRMLS_*Anatol Belski2014-12-141-5/+5
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-21/+21
* | fix datatype mismatchesAnatol Belski2014-10-241-2/+2
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-1/+1
* | master renames phase 1Anatol Belski2014-08-251-2/+2
* | first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-2/+2
* | cleanup (use zend_string* instead of char*)Dmitry Stogov2014-08-131-15/+12
* | Make stream->context indirect trough zend_resource (stream->ctx->ptr).Dmitry Stogov2014-08-071-1/+1
* | Fixed uninitialized usedXinchen Hui2014-05-181-1/+1
* | Fixed segfault in file_get_contentsXinchen Hui2014-02-211-2/+2
* | Use better data structures (incomplete)Dmitry Stogov2014-02-101-9/+9
* | Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-1/+1
|\ \ | |/
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Kill a TSRMLS_FETCH() in php_stream_context_set() by passing TSRMLS_CC to itKalle Sommer Nielsen2013-12-181-1/+1
|/
* Constify streams API and a few other calls down the rabbit hole.Andrey Hristov2013-07-301-5/+5
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* add backlock socket context option for stream_socket_server(),Michael Wallner2010-03-111-1/+14
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Switching to TSRMLS_FETCH versionFelipe Pena2009-11-161-1/+1
* - Fixed bug #49936 (crash with ftp stream in php_stream_context_get_option())Felipe Pena2009-11-151-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fixed Bug #39396 (stream_set_blocking crashes on Win32).Ilia Alshanetsky2007-02-241-1/+1
* MFH: add trailing '\0' to stream hashesAntony Dovgal2007-01-151-3/+6
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1