]> granicus.if.org Git - php/commit
add FPM sapi to trunk
authorAntony Dovgal <tony2001@php.net>
Mon, 12 Apr 2010 11:22:24 +0000 (11:22 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 12 Apr 2010 11:22:24 +0000 (11:22 +0000)
commit06b9943842eb954025ac83b542e97d6310aa524a
tree2464969d1bd60c0163494c7d8171e8d56021bb37
parent4290928fb3aa79f0ca20df67153d9656e0e23a57
add FPM sapi to trunk
59 files changed:
sapi/fpm/LICENSE [new file with mode: 0644]
sapi/fpm/Makefile.frag [new file with mode: 0644]
sapi/fpm/conf/init.d.php-fpm.in [new file with mode: 0644]
sapi/fpm/conf/nginx-site-conf.sample.in [new file with mode: 0644]
sapi/fpm/conf/php-fpm.conf.in [new file with mode: 0644]
sapi/fpm/config.m4 [new file with mode: 0644]
sapi/fpm/fpm/fastcgi.c [new file with mode: 0644]
sapi/fpm/fpm/fastcgi.h [new file with mode: 0644]
sapi/fpm/fpm/fpm.c [new file with mode: 0644]
sapi/fpm/fpm/fpm.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_arrays.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_atomic.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_children.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_children.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_cleanup.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_cleanup.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_clock.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_clock.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_conf.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_conf.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_config.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_env.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_env.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_events.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_events.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_main.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_php.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_php.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_php_trace.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_php_trace.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_process_ctl.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_process_ctl.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_request.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_request.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_shm.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_shm.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_shm_slots.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_shm_slots.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_signals.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_signals.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_sockets.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_sockets.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_stdio.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_stdio.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_str.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_trace.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_trace.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_trace_mach.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_trace_pread.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_trace_ptrace.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_unix.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_unix.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_worker_pool.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_worker_pool.h [new file with mode: 0644]
sapi/fpm/fpm/xml_config.c [new file with mode: 0644]
sapi/fpm/fpm/xml_config.h [new file with mode: 0644]
sapi/fpm/fpm/zlog.c [new file with mode: 0644]
sapi/fpm/fpm/zlog.h [new file with mode: 0644]
sapi/fpm/man/php-fpm.1.in [new file with mode: 0644]