summaryrefslogtreecommitdiff
path: root/ext/sockets
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-04-101-1/+1
|\ | | | | | | | | * PHP-7.0: Fixed condition check
| * Fixed condition checkXinchen Hui2017-04-101-1/+1
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-01-131-2/+2
|\ \ | |/ | | | | | | * PHP-7.0: templatize the resource number
| * templatize the resource numberAnatol Belski2017-01-131-2/+2
| |
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-048-8/+8
| |
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-048-8/+8
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-11-221-1/+1
|\ \ | |/ | | | | | | * PHP-7.0: remove TSRMLS_*
| * remove TSRMLS_*Anatol Belski2016-11-211-1/+1
| |
* | Fix #72810. Add check for SKIP_ONLINE_TESTSVille Hukkamäki2016-08-112-0/+2
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-07-282-0/+6
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-282-0/+6
| |\
| | * Fix #72677: SCM_CREDENTIALS related tests should be skipped on AIXChristoph M. Becker2016-07-282-0/+6
| | | | | | | | | | | | Patch provided by matthieu dot sarter dot external at atos dot net.
* | | Fixed compilation warningsDmitry Stogov2016-06-235-14/+14
| | |
* | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-214-14/+14
|/ / | | | | | | | | "%p" replaced by ZEND_LONG_FMT to avoid compilation warnings. Fixed most incorrect use cases of format specifiers.
* | Implement socket_export_stream()Chris Wright2016-05-027-3/+465
| |
* | fix #71609: Segmentation fault on ZTS with gethostbynameJoe Watkins2016-03-312-3/+3
| |
* | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
| | | | | | | | Also re bug #71575.
* | Fix bug #71575 removing extra semicolons outside macrosJames Titcumb2016-03-031-1/+1
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-01-186-0/+143
|\ \ | |/ | | | | | | | | | | | | | | * PHP-5.6: fork test fix test fork test fork test for win32 fork test
| * fork testAnatol Belski2016-01-182-0/+35
| |
| * fork test for win32Anatol Belski2016-01-182-0/+62
| |
| * fork testAnatol Belski2016-01-182-0/+46
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-018-8/+8
|\ \ | |/ | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-018-8/+8
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2015-12-244-0/+205
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: Fixed and improved tests test to function socket_getopt(); test to function socket_clear_error();; test to function socket_shutdown(); test to function socket_send(); test to function gethostname ( void ); test to function DateTimeZone::getLocation(); test to function stream_get_transports(); test to function stream_get_wrappers(); test to function stream_socket_enable_crypto(); test to function stream_socket_get_name(); Create stream_socket_recvfrom.phpt test to stream function set_file_buffer.phpt(); test to function PDO_getAvaliableDrivers; test to misc. function connection_status(); test to function connection_aborted(); test to function memory_get_peak_usage();
| * Fixed and improved testsJulien Pauli2015-12-242-3/+30
| |
| * test to function socket_getopt();marcosptf2015-12-241-0/+74
| |
| * test to function socket_shutdown();marcosptf2015-12-241-0/+54
| |
| * test to function socket_send();marcosptf2015-12-241-0/+50
| |
| * backport missing rev bfdc9e280515c1639dfe1d81ce6fc225d2cf1bc9Anatol Belski2015-06-251-1/+1
| |
* | Add support for IPV6_V6ONLY on socketsBob Weinand2015-11-061-0/+4
| |
* | Fixed test (it failed on 32-bit Linux and worked on 64-bit Linux just ↵Dmitry Stogov2015-10-071-2/+2
| | | | | | | | because of luck).
* | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more ↵Dmitry Stogov2015-09-242-4/+4
| | | | | | | | appropriate Z_ARRVAL_P() or Z_OBJPROP_P().
* | 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 ↵Dmitry Stogov2015-06-302-36/+36
| | | | | | | | semantick changes).
* | 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
|\ \ | |/ | | | | | | | | * PHP-5.6: Fix buffer growth in sockets/conversion.c Implements extended error messages
| * Merge branch 'PHP-5.5' into PHP-5.6Sara Golemon2015-06-171-2/+2
| |\ | | | | | | | | | | | | * PHP-5.5: Fix buffer growth in sockets/conversion.c
| | * Fix buffer growth in sockets/conversion.cSara Golemon2015-06-171-2/+2
| | | | | | | | | | | | | | | | | | | | | memset() the *end* of the new buffer, not the beginning Copy the pointer to the buffer, not its initial contents Fixes bug 69619
* | | 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 ↵Dmitry Stogov2015-03-201-1/+1
| | | | | | | | | | | | zend_string_extend() and zend_string_truncate()
* | | 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
| | | | | | | | | | | | which also comply with the current semantics for such macros
* | | Use new ZEND_HASH_FOREACH_... API.Dmitry Stogov2015-02-101-6/+7
| | |
* | | found type is unnecessaryXinchen Hui2015-02-022-3/+3
| | |