diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-08 13:12:07 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-08 13:12:07 +0100 |
commit | 03bf13344ce2f7373322db40779c5d90b91e0f04 (patch) | |
tree | 543d526fb002032c91b23b731e1cc804475035bc /package | |
parent | 24ddf86936572143311343af2a05b648dcdebeea (diff) |
update to latest upstream version
Diffstat (limited to 'package')
-rw-r--r-- | package/php/Makefile | 4 | ||||
-rw-r--r-- | package/php/files/php.ini | 3 | ||||
-rw-r--r-- | package/php/files/php.init | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/package/php/Makefile b/package/php/Makefile index 2196c4f92..14e037a30 100644 --- a/package/php/Makefile +++ b/package/php/Makefile @@ -4,9 +4,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:= php -PKG_VERSION:= 5.3.4 +PKG_VERSION:= 5.3.5 PKG_RELEASE:= 1 -PKG_MD5SUM:= b69b36132899c5ca3bf155efa0218676 +PKG_MD5SUM:= fb727a3ac72bf0ce37e1a20468a7bb81 PKG_DESCR:= PHP language interpreter PKG_SECTION:= lang PKG_DEPENDS:= libopenssl zlib diff --git a/package/php/files/php.ini b/package/php/files/php.ini index e6fb3c5fa..b41be8776 100644 --- a/package/php/files/php.ini +++ b/package/php/files/php.ini @@ -248,7 +248,8 @@ default_mimetype = "text/html" ; if you are running php as a CGI under any web server (other than IIS) ; see documentation for security issues. The alternate is to use the ; cgi.force_redirect configuration below -doc_root = /www +; lighttpd: must be the same as server.document-root +doc_root = /srv/www/htdocs ; The directory under which PHP opens the script using /~username used only ; if nonempty. diff --git a/package/php/files/php.init b/package/php/files/php.init index 238f67daf..210db4ad8 100644 --- a/package/php/files/php.init +++ b/package/php/files/php.init @@ -3,7 +3,7 @@ #INIT 80 . /etc/rc.conf -export PHP_FCGI_CHILDREN='' +export PHP_FCGI_CHILDREN='2' case $1 in autostop) ;; |