rpms/php/devel php-5.1.4-gnusrc.patch,1.1,1.2

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu May 18 13:38:42 UTC 2006


Author: jorton

Update of /cvs/dist/rpms/php/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv11136

Modified Files:
	php-5.1.4-gnusrc.patch 
Log Message:
- drop unnecessary inclusion of php_config.h now php.h is changed to do it


php-5.1.4-gnusrc.patch:
 Zend/zend_alloc.h                  |    3 ---
 configure.in                       |    2 ++
 ext/interbase/interbase.c          |    1 -
 ext/pdo_firebird/firebird_driver.c |    1 -
 ext/standard/file.c                |    1 -
 ext/zlib/zlib_fopen_wrapper.c      |    1 -
 main/php.h                         |    1 +
 main/streams/cast.c                |    1 -
 main/streams/memory.c              |    1 -
 main/streams/streams.c             |    1 -
 10 files changed, 3 insertions(+), 10 deletions(-)

Index: php-5.1.4-gnusrc.patch
===================================================================
RCS file: /cvs/dist/rpms/php/devel/php-5.1.4-gnusrc.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- php-5.1.4-gnusrc.patch	18 May 2006 13:37:01 -0000	1.1
+++ php-5.1.4-gnusrc.patch	18 May 2006 13:38:37 -0000	1.2
@@ -22,29 +22,6 @@
  
  /* Standard wrapper macros */
  #define emalloc(size)					malloc(size)
---- php-5.1.4/ext/session/mod_files.c.gnusrc
-+++ php-5.1.4/ext/session/mod_files.c
-@@ -18,6 +18,7 @@
- 
- /* $Id$ */
- 
-+#include "php_config.h"
- #include "php.h"
- 
- #include <sys/stat.h>
---- php-5.1.4/ext/posix/posix.c.gnusrc
-+++ php-5.1.4/ext/posix/posix.c
-@@ -18,9 +18,7 @@
- 
- /* $Id$ */
- 
--#ifdef HAVE_CONFIG_H
--#include "config.h"
--#endif
-+#include "php_config.h"
- 
- #include "php.h"
- #include <unistd.h>
 --- php-5.1.4/ext/standard/file.c.gnusrc
 +++ php-5.1.4/ext/standard/file.c
 @@ -118,7 +118,6 @@




More information about the fedora-cvs-commits mailing list