From eeb172b29f65b9a340638b7096b6dd82399b4562 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Tue, 23 Mar 2004 19:46:10 +0000 Subject: "The Visa to Sibiria" (work in progress) Adding a package.xml to a bundled extension does not only ease the transition to PECL whereever suitable but also allows to build and install an extension as "shared" using the PEAR installer without having to deal with phpize and friends by hand --- ext/ctype/package.xml | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 ext/ctype/package.xml (limited to 'ext/ctype') diff --git a/ext/ctype/package.xml b/ext/ctype/package.xml new file mode 100644 index 0000000000..6cdd630c20 --- /dev/null +++ b/ext/ctype/package.xml @@ -0,0 +1,46 @@ + + + + ctype + Character type detection + + + hholzgra + Hartmut Holzgraefe + hartmut@php.net + lead + + + +The functions provided by this extension check whether a +character or string falls into a certain character class +according to the current locale. + + PHP + + beta + 5.0.0rc1 + 2004-03-19 + +package.xml added to support intallation using pear installer + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1