Browse Source

update to latest upstream version

Waldemar Brodkorb 14 years ago
parent
commit
03bf13344c
3 changed files with 5 additions and 4 deletions
  1. 2 2
      package/php/Makefile
  2. 2 1
      package/php/files/php.ini
  3. 1 1
      package/php/files/php.init

+ 2 - 2
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

+ 2 - 1
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.

+ 1 - 1
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) ;;