[PHP-DEV] CVS update: php3 From: thies (php-dev <email protected>)
Date: 10/22/98

Date: Thursday October 22, 1998 @ 4:05
Author: thies

Update of /repository/php3
In directory asf:/u2/tmp/cvs-serv13496

Modified Files:
        Makefile.in
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/Makefile.in
diff -c php3/Makefile.in:1.268 php3/Makefile.in:1.269
*** php3/Makefile.in:1.268 Tue Oct 20 20:13:40 1998
--- php3/Makefile.in Thu Oct 22 04:05:56 1998
***************
*** 24,30 ****
  # +----------------------------------------------------------------------+
  
  #
! # $Id: Makefile.in,v 1.268 1998/10/21 00:13:40 ssb Exp $
  #
  
  prefix =  <email protected>@
--- 24,30 ----
  # +----------------------------------------------------------------------+
  
  #
! # $Id: Makefile.in,v 1.269 1998/10/22 08:05:56 thies Exp $
  #
  
  prefix =  <email protected>@
***************
*** 74,80 ****
         functions/filepro.c functions/filestat.c \
         functions/formatted_print.c functions/fsock.c functions/gd.c \
         functions/head.c functions/html.c functions/image.c functions/imap.c\
! functions/link.c functions/mail.c functions/math.c \
         functions/md5.c functions/microtime.c functions/mime.c \
         functions/msql.c functions/mysql.c \
         functions/oracle.c functions/oci8.c functions/pack.c \
--- 74,80 ----
         functions/filepro.c functions/filestat.c \
         functions/formatted_print.c functions/fsock.c functions/gd.c \
         functions/head.c functions/html.c functions/image.c functions/imap.c\
! functions/link.c functions/mail.c functions/math.c functions/iptc.c \
         functions/md5.c functions/microtime.c functions/mime.c \
         functions/msql.c functions/mysql.c \
         functions/oracle.c functions/oci8.c functions/pack.c \

--
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>