Skip to content

Commit

Permalink
extension converted automatically to PHP_NEW_EXTENSION. Manually conf…
Browse files Browse the repository at this point in the history
…irmed
  • Loading branch information
Sascha Schumann committed Mar 12, 2002
1 parent 3c47fb9 commit 5cba3a9
Show file tree
Hide file tree
Showing 132 changed files with 67 additions and 572 deletions.
6 changes: 0 additions & 6 deletions ext/calendar/Makefile.in

This file was deleted.

2 changes: 1 addition & 1 deletion ext/calendar/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ PHP_ARG_ENABLE(calendar,whether to enable calendar conversion support,

if test "$PHP_CALENDAR" = "yes"; then
AC_DEFINE(HAVE_CALENDAR,1,[ ])
PHP_EXTENSION(calendar, $ext_shared)
PHP_NEW_EXTENSION(calendar, calendar.c dow.c french.c gregor.c jewish.c julian.c easter.c cal_unix.c, $ext_shared)
fi
8 changes: 0 additions & 8 deletions ext/ccvs/Makefile.in

This file was deleted.

2 changes: 1 addition & 1 deletion ext/ccvs/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ if test "$PHP_CCVS" != "no"; then

PHP_ADD_INCLUDE($CCVS_DIR/include)
PHP_ADD_LIBRARY_WITH_PATH(ccvs, $CCVS_DIR/lib, CCVS_SHARED_LIBADD)
PHP_EXTENSION(ccvs, $ext_shared)
PHP_NEW_EXTENSION(ccvs, ccvs.c, $ext_shared)
PHP_SUBST(CCVS_SHARED_LIBADD)
fi
8 changes: 0 additions & 8 deletions ext/crack/Makefile.in

This file was deleted.

2 changes: 1 addition & 1 deletion ext/crack/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if test "$PHP_CRACK" != "no"; then
PHP_ADD_INCLUDE($CRACK_INCLUDEDIR)
PHP_ADD_LIBRARY_WITH_PATH(crack, $CRACK_LIBDIR, CRACK_SHARED_LIBADD)

PHP_EXTENSION(crack, $ext_shared)
PHP_NEW_EXTENSION(crack, crack.c, $ext_shared)
PHP_SUBST(CRACK_SHARED_LIBADD)
AC_DEFINE(HAVE_CRACK, 1, [ ])
fi
Expand Down
8 changes: 0 additions & 8 deletions ext/ctype/Makefile.in

This file was deleted.

2 changes: 1 addition & 1 deletion ext/ctype/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ PHP_ARG_ENABLE(ctype, whether to enable ctype functions,

if test "$PHP_CTYPE" != "no"; then
AC_DEFINE(HAVE_CTYPE, 1, [ ])
PHP_EXTENSION(ctype, $ext_shared)
PHP_NEW_EXTENSION(ctype, ctype.c, $ext_shared)
fi
7 changes: 0 additions & 7 deletions ext/curl/Makefile.in

This file was deleted.

2 changes: 1 addition & 1 deletion ext/curl/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ if test "$PHP_CURL" != "no"; then
$CURL_LIBS -L$CURL_DIR/lib
])

PHP_EXTENSION(curl, $ext_shared)
PHP_NEW_EXTENSION(curl, curl.c, $ext_shared)
PHP_SUBST(CURL_SHARED_LIBADD)
fi
8 changes: 0 additions & 8 deletions ext/cybermut/Makefile.in

This file was deleted.

2 changes: 1 addition & 1 deletion ext/cybermut/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ if test "$PHP_CYBERMUT" != "no"; then
AC_DEFINE(HAVE_CYBERMUT, 1, [ ])


PHP_EXTENSION(cybermut, $ext_shared)
PHP_NEW_EXTENSION(cybermut, cybermut.c, $ext_shared)
fi
8 changes: 0 additions & 8 deletions ext/cyrus/Makefile.in

This file was deleted.

2 changes: 1 addition & 1 deletion ext/cyrus/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ if test "$PHP_CYRUS" != "no"; then

AC_DEFINE(HAVE_CYRUS,1,[ ])

PHP_EXTENSION(cyrus, $ext_shared)
PHP_NEW_EXTENSION(cyrus, cyrus.c, $ext_shared)
fi
8 changes: 0 additions & 8 deletions ext/dba/Makefile.in

This file was deleted.

2 changes: 1 addition & 1 deletion ext/dba/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ AC_MSG_CHECKING(whether to enable DBA interface)
if test "$HAVE_DBA" = "1"; then
AC_MSG_RESULT(yes)
AC_DEFINE(HAVE_DBA, 1, [ ])
PHP_EXTENSION(dba,$ext_shared)
PHP_NEW_EXTENSION(dba, dba.c dba_cdb.c dba_db2.c dba_dbm.c dba_gdbm.c dba_ndbm.c dba_db3.c, $ext_shared)
PHP_SUBST(DBA_SHARED_LIBADD)
else
AC_MSG_RESULT(no)
Expand Down
6 changes: 0 additions & 6 deletions ext/dbase/Makefile.in

This file was deleted.

2 changes: 1 addition & 1 deletion ext/dbase/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ PHP_ARG_ENABLE(dbase,whether to enable dbase support,

if test "$PHP_DBASE" = "yes"; then
AC_DEFINE(DBASE,1,[ ])
PHP_EXTENSION(dbase, $ext_shared)
PHP_NEW_EXTENSION(dbase, dbf_head.c dbf_rec.c dbf_misc.c dbf_ndx.c dbase.c, $ext_shared)
fi
8 changes: 0 additions & 8 deletions ext/dbplus/Makefile.in

This file was deleted.

2 changes: 1 addition & 1 deletion ext/dbplus/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ if test "$PHP_DBPLUS" != "no"; then
PHP_ADD_LIBRARY_WITH_PATH(Dmacc, $DBPLUS_DIR/lib, DBPLUS_SHARED_LIBADD)
PHP_ADD_LIBRARY_WITH_PATH(Dracc, $DBPLUS_DIR/lib, DBPLUS_SHARED_LIBADD)

PHP_EXTENSION(dbplus, $ext_shared)
PHP_NEW_EXTENSION(dbplus, dbplus.c php_dbplus.c , $ext_shared)
fi
6 changes: 0 additions & 6 deletions ext/dbx/Makefile.in

This file was deleted.

2 changes: 1 addition & 1 deletion ext/dbx/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ PHP_ARG_ENABLE(dbx,whether to enable dbx support,
[ --enable-dbx Enable dbx])

if test "$PHP_DBX" != "no"; then
PHP_EXTENSION(dbx, $ext_shared)
PHP_NEW_EXTENSION(dbx, dbx.c dbx_mysql.c dbx_odbc.c dbx_pgsql.c dbx_mssql.c dbx_fbsql.c dbx_oci8.c dbx_sybasect.c, $ext_shared)
fi
8 changes: 0 additions & 8 deletions ext/dio/Makefile.in

This file was deleted.

2 changes: 1 addition & 1 deletion ext/dio/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ PHP_ARG_ENABLE(dio, whether to enable direct I/O support,
[ --enable-dio Enable direct I/O support])

if test "$PHP_DIO" != "no"; then
PHP_EXTENSION(dio, $ext_shared)
PHP_NEW_EXTENSION(dio, dio.c, $ext_shared)
fi
8 changes: 0 additions & 8 deletions ext/domxml/Makefile.in

This file was deleted.

2 changes: 1 addition & 1 deletion ext/domxml/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ if test "$PHP_DOM" != "no"; then
fi

AC_DEFINE(HAVE_DOMXML,1,[ ])
PHP_EXTENSION(domxml, $ext_shared)
PHP_NEW_EXTENSION(domxml, php_domxml.c, $ext_shared)
PHP_SUBST(DOMXML_SHARED_LIBADD)
fi

Expand Down
7 changes: 0 additions & 7 deletions ext/exif/Makefile.in

This file was deleted.

2 changes: 1 addition & 1 deletion ext/exif/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ PHP_ARG_ENABLE(exif, whether to enable EXIF support,

if test "$PHP_EXIF" != "no"; then
AC_DEFINE(HAVE_EXIF, 1, [Whether you want exif support])
PHP_EXTENSION(exif, $ext_shared)
PHP_NEW_EXTENSION(exif, exif.c, $ext_shared)
fi
10 changes: 0 additions & 10 deletions ext/fbsql/Makefile.in

This file was deleted.

2 changes: 1 addition & 1 deletion ext/fbsql/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PHP_ARG_WITH(fbsql, for FrontBase SQL92 (fbsql) support,
if test "$PHP_FBSQL" != "no"; then

AC_DEFINE(HAVE_FBSQL, 1, [Whether you have FrontBase])
PHP_EXTENSION(fbsql,$ext_shared)
PHP_NEW_EXTENSION(fbsql, php_fbsql.c, $ext_shared)

FBSQL_INSTALLATION_DIR=""
if test "$PHP_FBSQL" = "yes"; then
Expand Down
7 changes: 0 additions & 7 deletions ext/fdf/Makefile.in

This file was deleted.

2 changes: 1 addition & 1 deletion ext/fdf/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ if test "$PHP_FDFTK" != "no"; then
PHP_ADD_LIBRARY_WITH_PATH($FDFLIBRARY, $FDFTK_DIR/lib, FDFTK_SHARED_LIBADD)

PHP_SUBST(FDFTK_SHARED_LIBADD)
PHP_EXTENSION(fdf, $ext_shared)
PHP_NEW_EXTENSION(fdf, fdf.c, $ext_shared)
fi
6 changes: 0 additions & 6 deletions ext/filepro/Makefile.in

This file was deleted.

2 changes: 1 addition & 1 deletion ext/filepro/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ PHP_ARG_ENABLE(filepro,whether to enable the bundled filePro support,

if test "$PHP_FILEPRO" = "yes"; then
AC_DEFINE(HAVE_FILEPRO, 1, [ ])
PHP_EXTENSION(filepro, $ext_shared)
PHP_NEW_EXTENSION(filepro, filepro.c, $ext_shared)
fi
9 changes: 0 additions & 9 deletions ext/fribidi/Makefile.in

This file was deleted.

2 changes: 1 addition & 1 deletion ext/fribidi/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dnl $PHP_FRIBIDI will be "yes"
PHP_ADD_LIBRARY_WITH_PATH(fribidi,"$FRIBIDI_LIBDIR", FRIBIDI_SHARED_LIBADD)

AC_DEFINE(HAVE_FRIBIDI, 1, [ ])
PHP_EXTENSION(fribidi, $ext_shared)
PHP_NEW_EXTENSION(fribidi, fribidi.c, $ext_shared)
PHP_SUBST(FRIBIDI_SHARED_LIBADD)
else
AC_MSG_RESULT([no])
Expand Down
6 changes: 0 additions & 6 deletions ext/ftp/Makefile.in

This file was deleted.

2 changes: 1 addition & 1 deletion ext/ftp/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ PHP_ARG_ENABLE(ftp,whether to enable FTP support,

if test "$PHP_FTP" = "yes"; then
AC_DEFINE(HAVE_FTP,1,[Whether you want FTP support])
PHP_EXTENSION(ftp, $ext_shared)
PHP_NEW_EXTENSION(ftp, php_ftp.c ftp.c, $ext_shared)
fi
7 changes: 0 additions & 7 deletions ext/gd/Makefile.in

This file was deleted.

2 changes: 1 addition & 1 deletion ext/gd/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ PHP_ARG_WITH(gd, for GD support,

if test "$PHP_GD" != "no"; then

PHP_EXTENSION(gd, $ext_shared)
PHP_NEW_EXTENSION(gd, gd.c gdcache.c gdttf.c gdt1.c, $ext_shared)
PHP_SUBST(GD_SHARED_LIBADD)

dnl Various checks for GD features
Expand Down
7 changes: 0 additions & 7 deletions ext/gettext/Makefile.in

This file was deleted.

2 changes: 1 addition & 1 deletion ext/gettext/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if test "$PHP_GETTEXT" != "no"; then
LDFLAGS=$O_LDFLAGS

AC_DEFINE(HAVE_LIBINTL,1,[ ])
PHP_EXTENSION(gettext, $ext_shared)
PHP_NEW_EXTENSION(gettext, gettext.c, $ext_shared)
PHP_SUBST(GETTEXT_SHARED_LIBADD)

if test -n "$GETTEXT_LIBS"; then
Expand Down
9 changes: 0 additions & 9 deletions ext/gmp/Makefile.in

This file was deleted.

2 changes: 1 addition & 1 deletion ext/gmp/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if test "$PHP_GMP" != "no"; then
PHP_ADD_INCLUDE($GMP_DIR/include)


PHP_EXTENSION(gmp, $ext_shared)
PHP_NEW_EXTENSION(gmp, gmp.c, $ext_shared)
AC_DEFINE(HAVE_GMP, 1, [ ])
PHP_ADD_LIBRARY_WITH_PATH(gmp, $GMP_DIR/lib)
fi
7 changes: 0 additions & 7 deletions ext/icap/Makefile.in

This file was deleted.

2 changes: 1 addition & 1 deletion ext/icap/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ if test "$PHP_ICAP" != "no"; then
PHP_SUBST(ICAP_SHARED_LIBADD)
PHP_ADD_LIBRARY_WITH_PATH(icap, $ICAP_DIR, ICAP_SHARED_LIBADD)
AC_DEFINE(HAVE_ICAP,1,[ ])
PHP_EXTENSION(icap, $ext_shared)
PHP_NEW_EXTENSION(icap, php_icap.c, $ext_shared)
fi
7 changes: 0 additions & 7 deletions ext/imap/Makefile.in

This file was deleted.

2 changes: 1 addition & 1 deletion ext/imap/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ PHP_ARG_WITH(imap,for IMAP support,
if test "$PHP_IMAP" != "no"; then

PHP_SUBST(IMAP_SHARED_LIBADD)
PHP_EXTENSION(imap, $ext_shared)
PHP_NEW_EXTENSION(imap, php_imap.c, $ext_shared)
AC_DEFINE(HAVE_IMAP,1,[ ])

for i in /usr/local /usr $PHP_IMAP; do
Expand Down
Loading

0 comments on commit 5cba3a9

Please sign in to comment.