@@ -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
@@ -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.
@@ -3,7 +3,7 @@
#INIT 80
. /etc/rc.conf
-export PHP_FCGI_CHILDREN=''
+export PHP_FCGI_CHILDREN='2'
case $1 in
autostop) ;;