bugfix update to php 5.3.15, ok robert@

This commit is contained in:
sthen 2012-08-05 10:32:09 +00:00
parent 849cdfb89d
commit 463de630e1
2 changed files with 14 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.35 2012/06/21 06:58:51 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.36 2012/08/05 10:32:09 sthen Exp $
BROKEN-hppa = no __sync_bool_compare_and_swap support nor asm fallback
@ -8,7 +8,7 @@ SUHOSIN_PHPV= 5.3.9
SUHOSIN_P_V= 0.9.10
REVISION= 0
REVISION-main= 1
REVISION-main= 2
INI_TEMPLATES= development production

View File

@ -1,6 +1,15 @@
$OpenBSD: patch-php_ini-production,v 1.5 2012/01/21 23:34:35 sthen Exp $
--- php.ini-production.orig.port Thu Dec 15 10:31:02 2011
+++ php.ini-production Wed Jan 18 13:57:26 2012
$OpenBSD: patch-php_ini-production,v 1.6 2012/08/05 10:32:09 sthen Exp $
--- php.ini-production.orig.port Wed Jun 13 09:18:44 2012
+++ php.ini-production Thu Jun 28 10:25:30 2012
@@ -432,7 +432,7 @@ zend.enable_gc = On
; threat in any way, but it makes it possible to determine whether you use PHP
; on your server or not.
; http://php.net/expose-php
-expose_php = On
+expose_php = Off
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
@@ -793,11 +793,8 @@ default_mimetype = "text/html"
;;;;;;;;;;;;;;;;;;;;;;;;;