From 3f4d2c4b7f8b693011c798b216864b851c78d4f0 Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Sun, 3 Feb 2002 20:42:11 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'PRE_ISSET_PATCH'. --- ext/standard/php_image.h | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 ext/standard/php_image.h (limited to 'ext/standard/php_image.h') diff --git a/ext/standard/php_image.h b/ext/standard/php_image.h deleted file mode 100644 index a2022c9c92..0000000000 --- a/ext/standard/php_image.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - +----------------------------------------------------------------------+ - | PHP Version 4 | - +----------------------------------------------------------------------+ - | Copyright (c) 1997-2002 The PHP Group | - +----------------------------------------------------------------------+ - | This source file is subject to version 2.02 of the PHP license, | - | that is bundled with this package in the file LICENSE, and is | - | available at through the world-wide-web at | - | http://www.php.net/license/2_02.txt. | - | If you did not receive a copy of the PHP license and are unable to | - | obtain it through the world-wide-web, please send a note to | - | license@php.net so we can mail you a copy immediately. | - +----------------------------------------------------------------------+ - | Authors: Rasmus Lerdorf | - +----------------------------------------------------------------------+ -*/ - -/* $Id$ */ - -#ifndef PHP_IMAGE_H -#define PHP_IMAGE_H - -PHP_FUNCTION(getimagesize); - -#endif /* PHP_IMAGE_H */ -- cgit v1.2.1