Date: 10/22/98
- Next message: Andrea Paparelli: "[PHP-DEV] PHP compile problem..."
- Previous message: thies: "[PHP-DEV] CVS update: php3"
- Next in thread: thies: "[PHP-DEV] CVS update: php3/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thursday October 22, 1998 @ 4:05
Author: thies
Update of /repository/php3/functions
In directory asf:/u2/tmp/cvs-serv13496/functions
Modified Files:
basic_functions.c
Added Files:
iptc.c php3_iptc.h
Log Message:
new module iptc (to read & write textual data to JPEG files)
i've included the function iptcparse in basic_functions as the module does (& will never) require any external libraries
Index: php3/functions/basic_functions.c
diff -c php3/functions/basic_functions.c:1.229 php3/functions/basic_functions.c:1.230
*** php3/functions/basic_functions.c:1.229 Sat Oct 17 14:17:30 1998
--- php3/functions/basic_functions.c Thu Oct 22 04:05:57 1998
***************
*** 74,79 ****
--- 74,80 ----
#include "functions/base64.h"
#include "functions/php3_mail.h"
#include "functions/php3_var.h"
+ #include "functions/php3_iptc.h"
#if WIN32|WINNT
#include "win32/unistd.h"
#endif
***************
*** 149,154 ****
--- 150,156 ----
{"htmlentities", php3_htmlentities, NULL},
{"md5", php3_md5, NULL},
+ {"iptcparse", php3_iptcparse, NULL},
{"parse_url", php3_parse_url, NULL},
{"parse_str", php3_parsestr, NULL},
-- 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: Andrea Paparelli: "[PHP-DEV] PHP compile problem..."
- Previous message: thies: "[PHP-DEV] CVS update: php3"
- Next in thread: thies: "[PHP-DEV] CVS update: php3/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

