Date: 02/26/99
- Next message: rasmus: "[PHP-DEV] CVS update: php3"
- Previous message: Thies C. Arntzen: "Re: [PHP-DEV] Bug #1186: PNG image support"
- Next in thread: sas: "[PHP-DEV] CVS update: php3/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Friday February 26, 1999 @ 0:56
Author: rasmus
Update of /repository/php3/functions
In directory asf:/u/temp/cvs-serv25110/functions
Modified Files:
magick.c php3_magick.h
Log Message:
Configure stuff for the ImageMagick module. Only tested on RH Linux
so far.
Index: php3/functions/magick.c
diff -c php3/functions/magick.c:1.4 php3/functions/magick.c:1.5
*** php3/functions/magick.c:1.4 Thu Feb 25 12:49:24 1999
--- php3/functions/magick.c Fri Feb 26 00:56:38 1999
***************
*** 27,33 ****
+----------------------------------------------------------------------+
*/
! /* $Id: magick.c,v 1.4 1999/02/25 17:49:24 thies Exp $ */
/* TODO list:
*
--- 27,33 ----
+----------------------------------------------------------------------+
*/
! /* $Id: magick.c,v 1.5 1999/02/26 05:56:38 rasmus Exp $ */
/* TODO list:
*
***************
*** 48,54 ****
#include "php.h"
#include "internal_functions.h"
! #if HAVE_MAGICK
#if !(WIN32|WINNT)
# include "build-defs.h"
--- 48,54 ----
#include "php.h"
#include "internal_functions.h"
! #if HAVE_LIBMAGICK
#if !(WIN32|WINNT)
# include "build-defs.h"
***************
*** 632,638 ****
}
/* }}} */
! #endif /* HAVE_MAGICK */
/*
* Local variables:
--- 632,638 ----
}
/* }}} */
! #endif /* HAVE_LIBMAGICK */
/*
* Local variables:
Index: php3/functions/php3_magick.h
diff -c php3/functions/php3_magick.h:1.4 php3/functions/php3_magick.h:1.5
*** php3/functions/php3_magick.h:1.4 Thu Feb 25 11:31:34 1999
--- php3/functions/php3_magick.h Fri Feb 26 00:56:38 1999
***************
*** 28,39 ****
*/
! /* $Id: php3_magick.h,v 1.4 1999/02/25 16:31:34 thies Exp $ */
#ifndef _PHP3_MAGICK_H
#define _PHP3_MAGICK_H
! #if HAVE_MAGICK
extern php3_module_entry magick_module_entry;
# define magick_module_ptr &magick_module_entry
# else
--- 28,39 ----
*/
! /* $Id: php3_magick.h,v 1.5 1999/02/26 05:56:38 rasmus Exp $ */
#ifndef _PHP3_MAGICK_H
#define _PHP3_MAGICK_H
! #if HAVE_LIBMAGICK
extern php3_module_entry magick_module_entry;
# define magick_module_ptr &magick_module_entry
# else
-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: rasmus: "[PHP-DEV] CVS update: php3"
- Previous message: Thies C. Arntzen: "Re: [PHP-DEV] Bug #1186: PNG image support"
- Next in thread: sas: "[PHP-DEV] CVS update: php3/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

