sterling Wed Nov 27 15:06:01 2002 EDT Modified files: /php4/ext/standard scanf.h Log: no more need for this either Index: php4/ext/standard/scanf.h diff -u php4/ext/standard/scanf.h:1.9 php4/ext/standard/scanf.h:1.10 --- php4/ext/standard/scanf.h:1.9 Thu Feb 28 03:26:49 2002 +++ php4/ext/standard/scanf.h Wed Nov 27 15:06:01 2002 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: scanf.h,v 1.9 2002/02/28 08:26:49 sebastian Exp $ */ +/* $Id: scanf.h,v 1.10 2002/11/27 20:06:01 sterling Exp $ */ #ifndef SCANF_H #define SCANF_H @@ -27,7 +27,6 @@ /* upper limit to keep resources in check and */ /* minimize the possibility of exploits */ -#define SCAN_MAX_FSCANF_BUFSIZE 512 /* Max input buffer allocated for fscanf */ #define SCAN_SUCCESS SUCCESS #define SCAN_ERROR_EOF -1 /* indicates premature termination of scan */ /* can be caused by bad parameters or format*/
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php