summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2014-11-191-4/+10
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: NEWS Fixed bug #68452 php-fpm man page is oudated (-g, -R, -z) NEWS Fixed bug #68381 Set FPM log level earlier during init
| | * | | | | | | | NEWSRemi Collet2014-11-191-0/+1
| | | | | | | | | |
| | * | | | | | | | Fixed bug #68452 php-fpm man page is oudated (-g, -R, -z)Remi Collet2014-11-191-4/+10
| | | | | | | | | |
| | * | | | | | | | NEWSRemi Collet2014-11-181-0/+2
| | | | | | | | | |
| | * | | | | | | | Fixed bug #68381 Set FPM log level earlier during initDavid Zuelke2014-11-181-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The log level will be ignored throughout log events in fpm_unix_init_main, until the very end when zlog_set_level is finally called. In particular, fpm_unix_conf_wp may throw notices like this: > [08-Nov-2014 17:13:36] NOTICE: [pool www] 'user' directive is ignored when… Which will still appear even if log_level in php-fpm.conf is set to warning+
| * | | | | | | | | NEWSRemi Collet2014-11-181-0/+2
| | | | | | | | | |
| * | | | | | | | | add test for bug #68381Remi Collet2014-11-181-0/+54
| | | | | | | | | |
| * | | | | | | | | Fixed bug #68381 Set FPM log level earlier during initDavid Zuelke2014-11-181-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The log level will be ignored throughout log events in fpm_unix_init_main, until the very end when zlog_set_level is finally called. In particular, fpm_unix_conf_wp may throw notices like this: > [08-Nov-2014 17:13:36] NOTICE: [pool www] 'user' directive is ignored when… Which will still appear even if log_level in php-fpm.conf is set to warning+
| * | | | | | | | | 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.6Remi Collet2014-11-170-0/+0
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: update fpm configuration for #68428 fix incompatible pointer types
| | * | | | | | | | update fpm configuration for #68428Remi Collet2014-11-171-1/+1
| | | | | | | | | |
| | * | | | | | | | fix incompatible pointer typesAnatol Belski2014-11-171-2/+6
| | | | | | | | | |
| * | | | | | | | | update fpm configuration for #68428Remi Collet2014-11-171-1/+1
| | | | | | | | | |
| * | | | | | | | | fix incompatible pointer typesAnatol Belski2014-11-171-2/+6
| | | | | | | | | |
| * | | | | | | | | NEWSRemi Collet2014-11-171-0/+1
| | | | | | | | | |
| * | | | | | | | | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2014-11-171-22/+50
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: NEWS Fixed bug #68428 allowed_client is IPv4 only
| | * | | | | | | | NEWSRemi Collet2014-11-171-0/+1
| | | | | | | | | |
| | * | | | | | | | Fixed bug #68428 allowed_client is IPv4 onlyRemi Collet2014-11-171-22/+50
| | | | | | | | | |
| * | | | | | | | | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2014-11-172-6/+16
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: comment about ipv4-mapped in fpm conf Improve fix bug #68421 access.format='%R' doesn't log ipv6 address
| | * | | | | | | | comment about ipv4-mapped in fpm confRemi Collet2014-11-171-2/+2
| | | | | | | | | |
| | * | | | | | | | Improve fix bug #68421 access.format='%R' doesn't log ipv6 addressRemi Collet2014-11-171-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Log IPv4-Mapped-Ipv6 address as IPv4 (not as IPv6)
| * | | | | | | | | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2014-11-161-2/+4
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: improve comments about FPM listen option
| | * | | | | | | | improve comments about FPM listen optionRemi Collet2014-11-161-2/+4
| | | | | | | | | |
| * | | | | | | | | NEWSRemi Collet2014-11-151-1/+3
| | | | | | | | | |
| * | | | | | | | | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2014-11-150-0/+0
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: NEWS
| | * | | | | | | | NEWSRemi Collet2014-11-151-1/+3
| | | | | | | | | |
| * | | | | | | | | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2014-11-151-7/+17
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Fixed Bug #68420 listen=9000 listens to ipv6 localhost instead of all addresses
| | * | | | | | | | Fixed Bug #68420 listen=9000 listens to ipv6 localhost instead of all addressesRemi Collet2014-11-151-7/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restore default behavior when no address configured: Listen on all IPv4 addresses. At some time we could consider to switch to all IPv6 but this will be a BC break.
| * | | | | | | | | NEWSRemi Collet2014-11-141-0/+4
| | | | | | | | | |
| * | | | | | | | | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2014-11-140-0/+0
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: NEWS
| | * | | | | | | | NEWSRemi Collet2014-11-141-0/+4
| | | | | | | | | |
| * | | | | | | | | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2014-11-143-4/+10
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Fix bug #68421 access.format='%R' doesn't log ipv6 address
| | * | | | | | | | Fix bug #68421 access.format='%R' doesn't log ipv6 addressRemi Collet2014-11-143-4/+10
| | | | | | | | | |
| * | | | | | | | | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2014-11-141-3/+14
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Fix bug #68423i PHP-FPM will no longer load all pools
| | * | | | | | | | Fix bug #68423i PHP-FPM will no longer load all poolsRemi Collet2014-11-141-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The hash need to be unique per IP + Port Previous version have (IPv4 only) sprintf(key, "%u.%u.%u.%u:%u", IPQUAD(&sa_in->sin_addr), (unsigned int) ntohs(sa_in->sin_port));
| * | | | | | | | | NEWS for 1b156207446e0c5ec8a9476ad0966b5daa82f516Remi Collet2014-11-141-0/+3
| | | | | | | | | |
| * | | | | | | | | Fix build with gmp < 4.2Remi Collet2014-11-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See 3d6d863ccbd10d212352462b587ae1573af4f1d1 and acd7fcf55f81955e4837c750a5e45f83d3c55ba2
| * | | | | | | | | Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2014-11-121-0/+6
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Fixed NEWS
| | * | | | | | | | Fixed NEWSMatteo Beccati2014-11-121-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some entries had been mistakenly removed in ad468d20b130c720020139b8d5f6601f6f3033ab
| * | | | | | | | | update NEWSFerenc Kovacs2014-11-121-4/+4
| | | | | | | | | |
| * | | | | | | | | update NEWSFerenc Kovacs2014-11-121-15/+17
| | | | | | | | | |
| * | | | | | | | | update NEWSFerenc Kovacs2014-11-121-0/+1
| | | | | | | | | |
| * | | | | | | | | Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2014-11-122-1/+15
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Fixed bug #53829 Compiling PHP with large file support will replace function gzopen by gzopen64
| | * | | | | | | | Fixed bug #53829 Compiling PHP with large file support will replace function ↵Matteo Beccati2014-11-122-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gzopen by gzopen64
| | * | | | | | | | Fixed wrong NEWSJulien Pauli2014-11-121-4/+4
| | | | | | | | | |
| | * | | | | | | | Merge branch 'PHp-5.4' into PHP-5.5Stanislav Malyshev2014-11-110-0/+0
| | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHp-5.4: 5.4.36-dev Fixed bug #66584 Segmentation fault on statement deallocation Conflicts: configure.in main/php_version.h