代码拉取完成,页面将自动刷新
同步操作将从 NeekeGao/SeasLog 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
dnl config.m4 for extension seaslog
dnl +----------------------------------------------------------------------+
dnl | SeasLog |
dnl +----------------------------------------------------------------------+
dnl | This source file is subject to version 2.0 of the Apache license, |
dnl | that is bundled with this package in the file LICENSE, and is |
dnl | available through the world-wide-web at the following url: |
dnl | http://www.apache.org/licenses/LICENSE-2.0.html |
dnl | If you did not receive a copy of the Apache2.0 license and are unable|
dnl | to obtain it through the world-wide-web, please send a note to |
dnl | license@php.net so we can mail you a copy immediately. |
dnl +----------------------------------------------------------------------+
dnl | Author: Neeke.Gao <neeke@php.net> |
dnl +----------------------------------------------------------------------+
PHP_ARG_WITH(seaslog, for seaslog support,
[ --with-seaslog Include seaslog support])
dnl Otherwise use enable:
if test "$PHP_SEASLOG" != "no"; then
dnl # --with-seaslog -> add include path
dnl PHP_ADD_INCLUDE($SEASLOG_DIR/include)
seaslog_source_file="seaslog.c \
src/Performance.c \
src/Analyzer.c \
src/StreamWrapper.c \
src/TemplateFormatter.c \
src/ExceptionHook.c \
src/Appender.c \
src/Datetime.c
src/Logger.c \
src/Buffer.c \
src/ErrorHook.c \
src/Request.c \
src/Common.c"
PHP_NEW_EXTENSION(seaslog, $seaslog_source_file, $ext_shared,,,)
PHP_ADD_INCLUDE([$ext_srcdir])
PHP_ADD_INCLUDE([$ext_srcdir/include])
PHP_ADD_BUILD_DIR($ext_builddir/src)
fi
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。