summaryrefslogtreecommitdiff
path: root/ext/sockets
Commit message (Expand)AuthorAgeFilesLines
* Fixed test (it failed on 32-bit Linux and worked on 64-bit Linux just because...Dmitry Stogov2015-10-071-2/+2
* Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp...Dmitry Stogov2015-09-242-4/+4
* switch to the unified globals accessor where appropriateAnatol Belski2015-07-291-6/+1
* More warning fixesNikita Popov2015-07-171-3/+5
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-302-36/+36
* Remove these old references to the DSP files we don't use anymoreKalle Sommer Nielsen2015-06-221-1/+0
* fix unknown size of void errorAnatol Belski2015-06-171-1/+1
* Merge branch 'PHP-5.6'Sara Golemon2015-06-171-2/+2
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Sara Golemon2015-06-171-2/+2
| |\
| | * Fix buffer growth in sockets/conversion.cSara Golemon2015-06-171-2/+2
* | | fixed language dependent Windows socket testsChristoph M. Becker2015-06-082-3/+3
* | | Fixed bug #68887 (resources are not freed correctly)Dmitry Stogov2015-04-081-1/+2
* | | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-232-1/+3
* | | Optimize zend_string_realloc() add more specialized versions zend_string_exte...Dmitry Stogov2015-03-201-1/+1
* | | Use specialized macro for string zval creationDmitry Stogov2015-03-121-1/+1
* | | ZTS cleanupReeze Xia2015-03-081-1/+1
* | | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-161-3/+3
* | | Use new ZEND_HASH_FOREACH_... API.Dmitry Stogov2015-02-101-6/+7
* | | found type is unnecessaryXinchen Hui2015-02-022-3/+3
* | | Cleanup resource handling APIsXinchen Hui2015-02-023-41/+82
* | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-01-311-6/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-01-311-5/+1
| |\ \ | | |/
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-01-311-5/+1
| | |\
| | | * Bump yearXinchen Hui2014-01-036-6/+6
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-01-311-1/+5
| |\ \ \ | | |/ /
| | * | Add mitigation for CVE-2015-0235 (bug #68925)Stanislav Malyshev2015-01-311-1/+5
| | * | Bump yearXinchen Hui2015-01-158-8/+8
| | * | Fix skipif test hereRasmus Lerdorf2014-11-101-65/+66
| * | | bump yearXinchen Hui2015-01-158-8/+8
| * | | Fix skipif test hereRasmus Lerdorf2014-11-101-65/+66
* | | | Add mitigation for CVE-2015-0235 (bug #68925)Stanislav Malyshev2015-01-311-1/+5
* | | | nmake install missing headerAnatol Belski2015-01-301-1/+1
* | | | bump yearXinchen Hui2015-01-158-8/+8
* | | | trailing whitespace removalStanislav Malyshev2015-01-103-111/+111
* | | | Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-214-5/+5
* | | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-1310-209/+203
* | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-262-2/+4
|\ \ \ \
| * \ \ \ Merge branch 'pull-request/898'Stanislav Malyshev2014-11-232-2/+4
| |\ \ \ \
| | * | | | add php_create_socket/php_destroy_socket PHP_SOCKETS_API to abel to create so...Mathieu CARBONNEAUX2014-11-102-2/+4
* | | | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-181-65/+66
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix skipif test hereRasmus Lerdorf2014-11-101-65/+66
| |/ / / /
* | | | | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+6
* | | | | convert ext/sockets to work with the static tsrm cache pointerAnatol Belski2014-10-054-3/+12
* | | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-011-117/+0
|\ \ \ \ \ | |/ / / /
| * | | | removed *.dsw and *.dsp filesAnatol Belski2014-09-281-117/+0
* | | | | cleanup TSRMLS_FETCH in ext/socketsAnatol Belski2014-09-261-6/+0
|/ / / /
* | | | Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* | | | Merge branch 'master' into issue-67910Florian MARGAINE2014-09-209-71/+47
|\ \ \ \
| * | | | Use inline functions for most of smart_strNikita Popov2014-09-191-1/+1
| * | | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-198-8/+8