Wrox Programmer Forums
|
BOOK: Beginning PHP4/PHP 5 ISBN: 978-0-7645-4364-7; v5 ISBN: 978-0-7645-5783-5
This is the forum to discuss the Wrox book Beginning PHP4 by Wankyu Choi, Allan Kent, Chris Lea, Ganesh Prasad, Chris Ullman; ISBN: 9780764543647
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning PHP4/PHP 5 ISBN: 978-0-7645-4364-7; v5 ISBN: 978-0-7645-5783-5 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 7th, 2003, 11:54 PM
Registered User
 
Join Date: Sep 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to digitalepiphany Send a message via MSN to digitalepiphany Send a message via Yahoo to digitalepiphany
Default Setting up PHP4 on Win IIS

I tried setting up PHP4 with IIS on a Win2000 machine yesterday. I followed all instructions for IIS and am having no problem with that. However, I am having a problem with the PHP install. The website that the tells you to go to (http://php4win.de/) no longer exists. The book goes on to say that the file that site provides has all the extensions in it that we need for the book and that the install file from www.php.net does not. However, I have no choice but to use the file provided by the latter site.

I have successfully installed PHP4, but am having a problem with the extensions. I took off the comment for extension=php_gd.dll as the book told me to. and am getting the following error:

http://www.digitalepiphany2.bravehost.com/error.jpg

I also get the same error when I uncomment other extensions within the php.ini file. Please help.

 
Old September 8th, 2003, 02:44 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 836
Thanks: 0
Thanked 0 Times in 0 Posts
Default

First, about php4win.de:
  http://p2p.wrox.com/archive/beginnin...2002-06/46.asp

That said, on to your problem.

When you install extensions for PHP in windows, you need to make sure that the extension dll's are found by php.ini (look at the extension_dir setting), and that any supporting DLLs are in the system path. You can either add the dll directory to your current path, or just copy/move the support dll's into %WINDOWS%\system32.

The support dlls are in php\dlls. Examples include expat.dll, sablot.dll, iconv.dll, etc.

Extension dlls are in php\extensions. These dlls are of the form php_<extension>.dll.


Take care,

Nik
http://www.bigaction.org/





Similar Threads
Thread Thread Starter Forum Replies Last Post
iis.msc equivalent in IIS for Win XP Pro? RealDHelix Classic ASP Basics 14 March 18th, 2007 08:28 PM
IIS install on Win Srv 2003 x64 tbroom BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8 0 August 9th, 2006 01:38 PM
Probs setting up PHP4 werd Beginning PHP 1 November 25th, 2003 01:35 PM
Win xp Pro + IIS morpheus Access 2 November 21st, 2003 10:19 PM
IIS on WIN NT amatheso Classic ASP Databases 1 June 10th, 2003 09:21 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.