[-]
[+]
|
Changed |
php5.spec
|
|
[-]
[+]
|
Deleted |
php-5.2.11-session.patch
^
|
@@ -1,11 +0,0 @@
---- ext/session/config.m4.orig 2009-10-05 17:39:02.000000000 +0200
-+++ ext/session/config.m4 2009-10-05 17:39:25.000000000 +0200
-@@ -12,7 +12,7 @@
- PHP_PWRITE_TEST
- PHP_PREAD_TEST
- PHP_NEW_EXTENSION(session, session.c mod_files.c mod_mm.c mod_user.c, $ext_shared)
-- PHP_ADD_EXTENSION_DEP(session, hash, true)
-+dnl PHP_ADD_EXTENSION_DEP(session, hash, true)
- PHP_SUBST(SESSION_SHARED_LIBADD)
- PHP_INSTALL_HEADERS(ext/session, [php_session.h mod_files.h mod_user.h])
- AC_DEFINE(HAVE_PHP_SESSION,1,[ ])
|
[-]
[+]
|
Added |
php-5.3.4-session.patch
^
|
@@ -0,0 +1,11 @@
+--- ext/session/config.m4.orig 2010-12-15 00:04:07.209332774 +0100
++++ ext/session/config.m4 2010-12-15 00:04:26.230291153 +0100
+@@ -12,7 +12,7 @@
+ PHP_PWRITE_TEST
+ PHP_PREAD_TEST
+ PHP_NEW_EXTENSION(session, session.c mod_files.c mod_mm.c mod_user.c, $ext_shared)
+- PHP_ADD_EXTENSION_DEP(session, hash, true)
++dnl PHP_ADD_EXTENSION_DEP(session, hash, true)
+ PHP_ADD_EXTENSION_DEP(session, spl)
+ PHP_SUBST(SESSION_SHARED_LIBADD)
+ PHP_INSTALL_HEADERS(ext/session, [php_session.h mod_files.h mod_user.h])
|