Skip to content

Commit

Permalink
List all contributors
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pecl/sdo/trunk@191202 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Caroline Maynard committed Jul 22, 2005
1 parent d58af10 commit bcb7f11
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CREDITS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sdo
Graham Charters, Caroline Maynard, Matthew Peters, Anantoju V. Srinvas
Graham Charters, Caroline Maynard, Matthew Peters, Pete Robbins, Ed Slattery, Anantoju V. Srinvas
14 changes: 9 additions & 5 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ Linux installation steps
The sdo and sdo_das_xml extensions are supplied as a PECL module, which
you should be able to download and install in one step as follows:

pear install sdo
pear install sdo

(Depending on your php environment, you may need to be root to do this.)

Make sure that these modules are loaded by PHP, by adding

Make sure that these modules are loaded by PHP, by adding
extension=sdo.so
extension=sdo_das_xml.so

to your php.ini file, in that order.

The PEAR installer will also install the Relational DAS in your PEAR directory.
Expand All @@ -17,17 +21,17 @@ If you cannot use the PEAR installer, you can download the extension and build
it manually:

pear download sdo
tar -xvf sdo-0.5.0.tgz
tar -xzf sdo-0.5.0.tgz
cd sdo-0.5.0
phpize
./configure
make
make install (you may need to be root for this step)
make install (you may need to be root for this step)

To work with the very latest source, you'll need to extract it from cvs and
build manually as above.

If you have any problems, you are welcome to contact the authors.
If you have any problems, you are welcome to contact the maintainers.

Windows installation steps
==========================
Expand Down

0 comments on commit bcb7f11

Please sign in to comment.