summaryrefslogtreecommitdiff
path: root/ext/standard/fsock.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* 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
* Avoid useless dereferences and separations during paramter passing.Dmitry Stogov2017-06-191-6/+6
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Use new param API in standardSara Golemon2016-12-301-3/+8
* 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
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-5/+5
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-2/+2
* | fix datatype mismatchesAnatol Belski2014-10-231-4/+13
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | first show to make 's' work with size_tAnatol Belski2014-08-271-1/+1
* | master renames phase 3Anatol Belski2014-08-251-3/+3
* | master renames phase 1Anatol Belski2014-08-251-8/+8
* | more fixes to ext/standardAnatol Belski2014-08-181-7/+7
* | mostly fixes to spl, but also some otherAnatol Belski2014-08-171-2/+2
* | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-2/+2
* | cleanup (use zend_string* instead of char*)Dmitry Stogov2014-08-131-7/+5
* | Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-3/+1
* | Use strpprintfXinchen Hui2014-05-101-0/+1
* | Cleanup (2-nd round)Dmitry Stogov2014-04-151-1/+1
* | Fixed fsockopen's reference argument handlingXinchen Hui2014-03-031-2/+4
* | Use better data structures (incomplete)Dmitry Stogov2014-02-131-2/+3
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* Removed safe_modeKalle Sommer Nielsen2010-04-261-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSEAntony Dovgal2008-07-231-2/+0
* - MFH: Fixed bug #44246 (closedir() accepts a file resource opened by fopen())Felipe Pena2008-07-221-0/+2
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* 64-bit bugsquash partyArd Biesheuvel2004-06-161-1/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* proto fixAndrey Hristov2003-12-311-2/+2
* Plugged a small memleak when errstr isn't efree()'d.Jay Smith2003-11-121-0/+4
* fix format stringsSascha Schumann2003-08-281-1/+1
* kill warningsSascha Schumann2003-08-281-1/+1
* fix format string (long port)Sascha Schumann2003-08-281-1/+1
* updating license information in the headers.James Cox2003-06-101-3/+3
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-061-1/+1
* New user-space functions:Wez Furlong2003-02-281-1/+5