From: Joey Smith Date: Tue, 6 Jun 2000 05:42:11 +0000 (+0000) Subject: Use common naming convention. X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=663d46ea23bbfa502d0caacf2c4f7980354472b0;p=php Use common naming convention. --- diff --git a/ext/domxml/Makefile.in b/ext/domxml/Makefile.in index f7b9d4c61f..97906ad666 100644 --- a/ext/domxml/Makefile.in +++ b/ext/domxml/Makefile.in @@ -1,5 +1,5 @@ LTLIBRARY_NAME = libdomxml.la -LTLIBRARY_SOURCES = domxml.c +LTLIBRARY_SOURCES = php_domxml.c include $(top_srcdir)/build/dynlib.mk diff --git a/ext/domxml/domxml.c b/ext/domxml/php_domxml.c similarity index 100% rename from ext/domxml/domxml.c rename to ext/domxml/php_domxml.c