I'm trying to install PECL in particular the PDO library, manually. I'm having a bit of difficulty.
Any suggestion on where a comprehensive step wise procedure for completing this could be found would be gratly appreciated.
PEAR and PECL
Moderator: General Moderators
-
lisamarie_tt
- Forum Commoner
- Posts: 32
- Joined: Fri Jul 15, 2005 8:20 am
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
http://php.net/downloads
download and install the separate pecl build set for your version of php5..
download and install the separate pecl build set for your version of php5..
-
lisamarie_tt
- Forum Commoner
- Posts: 32
- Joined: Fri Jul 15, 2005 8:20 am
I'm trying this right now. But I think i'm shooting in the dark here. I don't know where to go from where I am. How do I download the PECL for php 5.0.5. I'm reading so many different versions of the download and setup porcedure, I don't know which to use.....
I'm working on windows 2000, Apache 2, Php 5.0.5 and I have the latest version of PEAR - where do i go from here.
I'm working on windows 2000, Apache 2, Php 5.0.5 and I have the latest version of PEAR - where do i go from here.
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
http://us2.php.net/get/pecl-5.0.5-Win32 ... m/a/mirror
unpack the archive, place all the extensions into your php install's extension directory. The extension=... stuff found on the PDO manual page is what you should either uncomment or place into your php.ini in the extension section so that php can try to find them when loading..
unpack the archive, place all the extensions into your php install's extension directory. The extension=... stuff found on the PDO manual page is what you should either uncomment or place into your php.ini in the extension section so that php can try to find them when loading..