]> git.pld-linux.org Git - packages/php.git/commitdiff
- don't warn about problems with opening /var/run/php since in our setup php won...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 7 Aug 2009 06:45:15 +0000 (06:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-silent-session-cleanup.patch -> 1.1
    php.spec -> 1.811

php-silent-session-cleanup.patch [new file with mode: 0644]
php.spec

diff --git a/php-silent-session-cleanup.patch b/php-silent-session-cleanup.patch
new file mode 100644 (file)
index 0000000..5833736
--- /dev/null
@@ -0,0 +1,10 @@
+--- php-5.3.0/ext/session/mod_files.c~ 2009-05-18 18:10:09.000000000 +0200
++++ php-5.3.0/ext/session/mod_files.c  2009-08-07 08:41:53.029357590 +0200
+@@ -217,7 +217,6 @@
+       dir = opendir(dirname);
+       if (!dir) {
+-              php_error_docref(NULL TSRMLS_CC, E_NOTICE, "ps_files_cleanup_dir: opendir(%s) failed: %s (%d)", dirname, strerror(errno), errno);
+               return (0);
+       }
index a87613802ef0f7c836ca4b53b5d7bf6138bd6a0a..22aa10ef322970b8edad8cc9223821a54e72fddc 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -119,6 +119,7 @@ Patch23:    %{name}-both-apxs.patch
 Patch24:       %{name}-builddir.patch
 Patch25:       %{name}-zlib-for-getimagesize.patch
 Patch29:       %{name}-config-dir.patch
+Patch30:       %{name}-silent-session-cleanup.patch
 Patch31:       %{name}-fcgi-graceful.patch
 Patch38:       %{name}-tds.patch
 Patch43:       %{name}-use-prog_sendmail.patch
@@ -1615,6 +1616,7 @@ cp php.ini-production php.ini
 %patch25 -p1
 
 %patch29 -p1
+%patch30 -p1
 %patch31 -p1
 %patch38 -p1
 
This page took 0.083606 seconds and 4 git commands to generate.