473,811 Members | 2,843 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

PHP5 run problem

JLR
When I attempt to run PHP from the command line I get a file not found error
on "php4ts.dll ".
Followed imediately with:
----------------
php

PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program
Files\Maguma Studio\php\exte nsions\php_dbg. dll' - The specified module could
not be found.

in Unknown on line 0
-----------------------

I have uninstalled "Maguma Studio" and removed all references in the
registry and win.ini and sys.ini files.
Same for "php_dbg.dl l" and "php_dbg.dl l"
but I still keep getting the messages.

I downloaded "php-5.0.5-Win32.zip" and put it in the c:\php directory.
Even running php from that directory gets the errors!

What do I have to do to run PHP?

Thanks in advance for any help!
--
------------- JLR ----------------------
garbage jraff a t comcast d o t net garbage
Remove garbage and reformat to send mail
Nov 1 '05 #1
2 2193
On Tue, 1 Nov 2005 14:59:18 -0500, "JLR" <jr***@comcast. net> wrote:
When I attempt to run PHP from the command line I get a file not found error
on "php4ts.dll ". ^

The 4 has to be a clue, given your subject line... you apparently have PHP4
installed somewhere, and you're loading bits of that instead.
Followed imediately with:
----------------
phpPHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program
Files\Maguma Studio\php\exte nsions\php_dbg. dll' - The specified module could
not be found.

in Unknown on line 0
-----------------------

I have uninstalled "Maguma Studio" and removed all references in the
registry and win.ini and sys.ini files.
Same for "php_dbg.dl l" and "php_dbg.dl l"
but I still keep getting the messages.

I downloaded "php-5.0.5-Win32.zip" and put it in the c:\php directory.
Even running php from that directory gets the errors!


Was there anything in there originally?
What do I have to do to run PHP?


http://www.php.net/manual/en/install.windows.php

What does "php -v" display, does it claim to be PHP4 or PHP5? (after the
errors)

You didn't go copying anything to the Windows system directories when you had
PHP4 installed, did you?
--
Andy Hassall :: an**@andyh.co.u k :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
Nov 1 '05 #2
JLR
Forget it.
I found and removed the php.ini files in the windows directory.
------------------------------------------------
"JLR" <jr***@comcast. net> wrote in message
news:nf******** *************** *******@comcast .com...
When I attempt to run PHP from the command line I get a file not found error on "php4ts.dll ".
Followed imediately with:
----------------
php PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program
Files\Maguma Studio\php\exte nsions\php_dbg. dll' - The specified module

could not be found.

in Unknown on line 0
-----------------------

I have uninstalled "Maguma Studio" and removed all references in the
registry and win.ini and sys.ini files.
Same for "php_dbg.dl l" and "php_dbg.dl l"
but I still keep getting the messages.

I downloaded "php-5.0.5-Win32.zip" and put it in the c:\php directory.
Even running php from that directory gets the errors!

What do I have to do to run PHP?

Thanks in advance for any help!
--
------------- JLR ----------------------
garbage jraff a t comcast d o t net garbage
Remove garbage and reformat to send mail

Nov 1 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
3700
by: Christoph Nothdurfter | last post by:
Hallo! I was wondering if my PHP4-Scripts will run under PHP5 (Haeven't tried the beta yet). Does anybody know? Thank you, -Christoph
6
4593
by: somaBoy MX | last post by:
I'm configuring PHP5 on my WinXP pro machine as an Apache2 handler. However when I start apache I get system errormessages like "PHP Shutdown: Unable to load dynamic library 'c:\php\ext\php_mcrypt.dll'" for all the extensions I enabled. I have verified that the extensions indeed exist in this directory, I've changed extension_dir accordingly and I've copied them to my Windows/system32 directory. What's going on?
3
2645
by: Scott Matthews | last post by:
Hey all, I just tried installing PHP5 under IIS for the first time, but I can't seem to get the php.exe to work. I unzipped the package, and pointed the IIS .php 'executable' attribute over to php.exe in the PHP5 folder, but when I then call up a .php page, it just stalls. If I then point the IIS .php executable over to php.exe in the
1
3537
by: Pedro Fonseca | last post by:
Greetings everyone! I'm porting my applications to PHP5 and I've stumbled on yet another problem. I'll try to simplify things a bit. I have a main script that is being executed (index.php, PHP5 script) and that is including 2 other files: config.inc (PHP5 script, for the configuration) and adodb.inc.php (PHP4 script, ADOdb functionality, though it could be any other PHP4 script). On php.ini, error_reporting = E_ALL|E_STRICT. These are...
0
1606
by: Joe | last post by:
Hey everyone I'm trying to use php to extract data from an AS/400 system. The php engine is running locally on my workstation(win2000) and I'm accessing the DB2 database on the AS/400 system via ODBC from my workstation. It worked in an previous installation using a dated version of php (4.something.something, can't remember), but since I upgrated to php5 my PEAR DB module tells me I can't connect.
4
1831
by: Daniel Andersen | last post by:
Hey, We are in the process of rewriting our internal management system (which was written in PHP4), and figured this would be a good time to migrate to PHP5 to get all the OO goodness it has to offer :) I am running php 5.0.3 on apache 1.3.something under slackware linux. Unfortunately I frequently get segfaults from php scripts, and they are not even scripts that do anything fancy or special. For example, in one script i got a...
2
2587
by: Stefan Huber | last post by:
Hi I've got a really strange problem, and can't find out why it's not working as intended. in order to use php4 and 5 together on a webserver and the requirement for running as different users, I use suexec and a wrapper script for php files. to make it a bit clearer, i'll post the different snippets: httpd.conf:
0
2006
by: cty | last post by:
Title: Problem in session using php5 Good day, I use php5+mySQL4+IIS5.x Previuosly i use php4 and no error occur,
3
3307
by: xhe | last post by:
I have just upgraded my php version form php4 to php5. and I met this problem, and don't know if you know the solution. My site was written in PHP4, and most parts can be running smoothly in PHP5, only that in old version, I can use $row to access the data in database directly, no need to put double quote around fieldname. BUT in PHP5, this is wrong, I got error message "undefined constant". I know this is because PHP5 see the fieldname...
14
1728
by: Jeff | last post by:
I'm working on a server that is running PHP4. I'd like to upgrade this so I can use the PHP5 code I have already. What kind, if any, problems will I have with the existing PHP code base? I see: Local Master
0
10647
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10386
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9204
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6889
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5554
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5692
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4339
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3865
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3017
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.