summaryrefslogtreecommitdiff
path: root/main/streams/php_stream_transport.h
Commit message (Expand)AuthorAgeFilesLines
* Enable TLS 1.3 by defaultJakub Zelenka2019-04-281-7/+7
* Added tls 1.3 support for PHPcodarrenvelvindron2019-04-281-0/+2
* 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-1/+0
* year++Xinchen Hui2018-01-021-1/+1
* Use any TLS crypto method by default, don't use SSLNiklas Keller2017-06-101-4/+4
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* 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
* | Revert "Add stream_socket_crypto_info() function"Daniel Lowrey2015-03-091-15/+1
* | Merge branch 'PHP-5.6'Daniel Lowrey2015-03-051-4/+10
|\ \ | |/
| * Fixed bug (#69195 Inconsistent stream crypto values across versions)Daniel Lowrey2015-03-051-4/+10
| * bump yearXinchen Hui2015-01-151-1/+1
* | Add stream_socket_crypto_info() functionDaniel Lowrey2015-02-281-1/+15
* | bump yearXinchen Hui2015-01-151-1/+1
* | second shot on removing TSRMLS_*Anatol Belski2014-12-141-5/+5
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-10/+10
* | fix datatype mismatchesAnatol Belski2014-10-241-3/+3
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | reduce the struct size by 8 bytes on 64 bitAnatol Belski2014-09-121-5/+5
* | better alignment, reduced the struct by 8 byte on 64 bitAnatol Belski2014-09-121-3/+3
* | fix typeAnatol Belski2014-09-121-1/+1
* | cleanup (use zend_string* instead of char*)Dmitry Stogov2014-08-131-12/+10
|/
* Use crypto method flags; add tlsv1.0 wrapper; add wrapper testsDaniel Lowrey2014-02-201-14/+21
* Bump yearXinchen Hui2014-01-031-1/+1
* Added support for TLSv1.1 and TLSv1.2Daniel Lowrey2013-10-081-1/+5
* Constify streams API and a few other calls down the rabbit hole.Andrey Hristov2013-07-301-8/+8
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - silent compiler warning about socklen_t benign redefinitionPierre Joye2009-02-021-0/+4
* 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
* - Make sure to be ANSI C compliantAndi Gutmans2007-02-051-1/+1
* only 2 bits are needed for shutdown(2) method (only 3 possible values). this ...Nuno Lopes2007-01-181-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Added function stream_socket_shutdown(). It is a wraper for system shutdown()...Dmitry Stogov2006-12-191-1/+14
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* EXTERN_C wrapping for PHPAPI prototypesHartmut Holzgraefe2004-02-201-0/+6
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* Add stream_socket_sendto and stream_socket_recvfrom which work very muchWez Furlong2003-11-291-1/+24
* One bit fields need to be unsigned, otherwise there is no storage forSascha Schumann2003-08-171-3/+3
* socklen_t needs this.Wez Furlong2003-07-021-0/+4
* size_t -> socklen_tWez Furlong2003-07-011-3/+3
* updating license information in the headers.James Cox2003-06-101-3/+3
* New user-space functions:Wez Furlong2003-02-281-3/+11
* Another big commit (tm).Wez Furlong2003-02-271-0/+153