summaryrefslogtreecommitdiff
path: root/sapi/fpm/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-5.6' into PHP-7.0Ferenc Kovacs2016-04-181-0/+6
|\ | | | | | | | | * PHP-5.6: mark frequent intermittent fpm test with XFAIL
| * mark frequent intermittent fpm test with XFAILFerenc Kovacs2016-04-181-0/+6
| |
* | Fixed bug #70540 (sapi/fpm/tests/008.phpt and 016.phpt should be skipped on ↵Xinchen Hui2015-11-022-3/+33
| | | | | | | | some platforms)
* | Add test_fpm_conf to skip some tests ranth than mark --xfail--Xinchen Hui2015-11-022-5/+25
| |
* | Fixed test in some cases(for more children, needs more time)Xinchen Hui2015-05-071-8/+5
| |
* | These tests all assume that IPV6 is available.Rasmus Lerdorf2015-01-095-5/+20
|/
* Fix bug #68526 Implement POSIX Access Control List for UDSRemi Collet2014-12-101-0/+89
| | | | | | | | | - add --with-fpm-acl build option which allow to manage ACL on Unix Domain Socket - add listen.acl_users pool option - add listen.acl_groups pool option Keep old behavior (chmod) if option not used or not supported.
* XFAIL as catch_workers_output = yes seems not reliableRemi Collet2014-12-013-2/+4
|
* minor typo in testRemi Collet2014-11-221-1/+1
|
* add test for global / pool prefix and bug #68478Remi Collet2014-11-222-0/+156
|
* add test for fastcgi_finish_request()Remi Collet2014-11-211-0/+67
|
* add test for #68391Remi Collet2014-11-211-0/+87
|
* adapt test for error message introduce in fix for #68463Remi Collet2014-11-201-12/+28
|
* run a few request in this testRemi Collet2014-11-201-0/+7
|
* Fixed #68458 Change pm.start_servers default warning to noticeRemi Collet2014-11-201-0/+64
| | | | | | Add another test 014 checks that no "notice" are traced when log_level=warning 015 checks that "notice" are traced when log_level=notice
* fix test descriptionDavid Zuelke2014-11-201-1/+1
|
* tests for #895David Zuelke2014-11-201-0/+54
|
* add test for bug #68381Remi Collet2014-11-181-0/+54
|
* simplify fpm testsRemi Collet2014-11-1810-32/+16
|
* Add test for bug #68442Remi Collet2014-11-184-4/+95
| | | | | | Add another helper function fpm_display_log Restore change from c996a989 badly reverted in 8c0cc49
* Add various tests for FPMRemi Collet2014-11-189-6/+467
| | | | | | | - 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 fromRemi Collet2014-11-182-1/+615
| | | | | | | https://github.com/adoy/PHP-FastCGI-Client Add run_request function to easily run a FastCGI call, which is needed for new tests.
* Add new FPM test for IPv4/IPv6Remi Collet2014-11-173-4/+68
| | | | | | Use 9000+PHP_INT_SIZE as poprt - to avoid using default 9000 - to allow multipole 32/64 bits simultaneous run
* Merge branch 'PHP-5.5' into PHP-5.6Ferenc Kovacs2014-10-031-0/+53
|\ | | | | | | | | | | * PHP-5.5: NEWS entry for previous commit add IPv6 support to php-fpm
| * add IPv6 support to php-fpmRobin Gloster2014-10-031-0/+53
|
* a few typofixesVeres Lajos2014-02-141-2/+2
|
* Add some basic and apparmor tests to fpmGernot Vormayr2014-01-176-0/+250