summaryrefslogtreecommitdiff
path: root/ext/sockets
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
| | |
* | | Cleanup resource handling APIsXinchen Hui2015-02-023-41/+82
| | |
* | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-01-311-6/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: Use better constant since MAXHOSTNAMELEN may mean shorter name use right sizeof for memset Conflicts: ext/sockets/sockaddr_conv.c ext/standard/dns.c
| * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-01-311-5/+1
| |\ \ | | |/ | | | | | | | | | | | | * PHP-5.5: Use better constant since MAXHOSTNAMELEN may mean shorter name use right sizeof for memset
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-01-311-5/+1
| | |\ | | | | | | | | | | | | | | | | | | | | * PHP-5.4: Use better constant since MAXHOSTNAMELEN may mean shorter name use right sizeof for memset
| | | * Bump yearXinchen Hui2014-01-036-6/+6
| | | |
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-01-311-1/+5
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | * PHP-5.5: Add mitigation for CVE-2015-0235 (bug #68925) Add mitigation for CVE-2015-0235 (bug #68925)
| | * | 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
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: (102 commits) fix dir separator in test fix TS build fix TS build Better fix for bug #68446 Revert "Merge remote-tracking branch 'origin/PHP-5.6'" Revert NEWS and set test to XFAIL Revert "Fix bug #68446 (bug with constant defaults and type hints)" Improved zend_hash_clean() and added new optimized zend_symtable_clean() Use inline version of zval_ptr_dtor() Added new optimized zend_array_destroy() function Moved i_zval_ptr_dtor() from zend_execute.h to zend_variables.h fix REGISTER_NS_*_CONSTANT macros Removed useless assert. EG(uninitialized_zval) can't be refcounted. Use specialized destructors when types of zvals are known. move tests into proper place Improved assignment to object property Reuse zend_assign_to_variable() in zend_std_write_property() cleanup comments from svn/cvs era fix dir separator in test fork test for windows ...
| * \ \ \ Merge branch 'pull-request/898'Stanislav Malyshev2014-11-232-2/+4
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * pull-request/898: add php_create_socket/php_destroy_socket PHP_SOCKETS_API to abel to create socket ressource in other ext
| | * | | | add php_create_socket/php_destroy_socket PHP_SOCKETS_API to abel to create ↵Mathieu CARBONNEAUX2014-11-102-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | socket ressource in other ext
* | | | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-181-65/+66
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: (398 commits) NEWS add test for bug #68381 Fixed bug #68381 Set FPM log level earlier during init proper dllexport move to size_t where zend_string is used internally fix some datatype mismatches return after the warning, to fix uninitialized salt usage fix datatype mismatches add missing type specifier fix datatype mismatches fix unsigned check "extern" shouldn't be used for definitions joined identical conditional blocks simplify fpm tests SEND_VAR_NO_REF optimization Add test for bug #68442 Add various tests for FPM - covering recent bugs (68420, 68421, 68423, 68428) - for UDS - for ping and status URI - for multi pool and multi mode Include small MIT FastCGI client library from https://github.com/adoy/PHP-FastCGI-Client Get rid of zend_free_op structure (use zval* instead). Get rid of useless TSRMLS arguments. Add new FPM test for IPv4/IPv6 ... Conflicts: win32/build/config.w32
| * | | | | Fix skipif test hereRasmus Lerdorf2014-11-101-65/+66
| |/ / / /
* | | | | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+6
| | | | | | | | | | | | | | | | | | | | for better comparability with the mainstream
* | | | | 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
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: (26 commits) Micro optimization Drop unused INIT_STRING opcode Drop unused RAISE_ABSTRACT_ERROR opcode CT substitute unqualified true/false/null in namespaces Fix a couple compile warnings fix test filename one more test to illustrate transfer of an arbitrary data amount throug pipes fix tests on linux better test cleanup Use more readable inline functions increase the polling period to not to break existing behaviours updated NEWS Fixed bug #51800 proc_open on Windows hangs forever Fixed segfault Set an LDAP error code when failing ldap_bind due to null bytes Fix segmentation fault in debug_backtrace() Drop support for GMP 4.1 Make gmp_setbit and gmp_clrbit return values consistent removed *.dsw and *.dsp files Opcache compatibility for coalesce operator ...
| * | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So we can use it there as well... For now I've retained the zend_smart_str_public.h header, though it would probably be better to just move that one struct into zend_types.h.
* | | | Merge branch 'master' into issue-67910Florian MARGAINE2014-09-209-71/+47
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README.PARAMETER_PARSING_API ext/gmp/tests/001.phpt
| * | | | Use inline functions for most of smart_strNikita Popov2014-09-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | smart_str_free_ex no longer exists, always use smart_str_free instead. smart_str_alloc no longer requires a newlen variable to be in scope, instead it returns the new length.
| * | | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-198-8/+8
| | | | |
| * | | | Fixed useless or duplicated IS_INTERNED() checksDmitry Stogov2014-09-192-7/+7
| | | | |
| * | | | Drop some unsafe-looking casting code from ext/socketNikita Popov2014-09-051-54/+30
| | | | | | | | | | | | | | | | | | | | ZVAL_COPY before convert_to_string is probably not right.
| * | | | Fixed discards qualifiers from pointer target typeXinchen Hui2014-09-051-5/+5
| | | | |
* | | | | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-201-2/+2
|/ / / /
* | | | fix expected warning in testAnatol Belski2014-08-311-4/+4
| | | |
* | | | 's' works with size_t round 3Anatol Belski2014-08-271-5/+8
| | | |
* | | | first show to make 's' work with size_tAnatol Belski2014-08-271-2/+2
| | | |
* | | | fixed several long vs zend_long castsAnatol Belski2014-08-263-13/+13
| | | |
* | | | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-253-9/+9
| | | |
* | | | master renames phase 3Anatol Belski2014-08-251-1/+1
| | | |
* | | | master renames phase 1Anatol Belski2014-08-257-371/+371
| | | |
* | | | fixes to %pd format usageAnatol Belski2014-08-243-3/+3
| | | |
* | | | ported ext/socketsAnatol Belski2014-08-194-67/+67
| | | |
* | | | basic macro replacements, all at onceAnatol Belski2014-08-197-309/+309
| | | |
* | | | It's okey for use a stack value here (deleted immediately after use)Xinchen Hui2014-08-141-1/+1
| | | |