Welcome to Dream.In.Code
Getting PHP Help is Easy!

Join 99,783 PHP Programmers for FREE! Ask your question and get quick answers from experts. There are 1,522 online right now! We've got more than 500 tutorials and 2,000 snippets. Join and find out why Dream.In.Code is the #1 programming help community on the internet! Registration is fast and FREE... Join Now!



Installing PHP on Vista x64

 
Reply to this topicStart new topic

Installing PHP on Vista x64, or Installing PHP on IIS7

Hybrid SyntaX
post 11 May, 2008 - 12:46 PM
Post #1


New D.I.C Head

*
Joined: 10 May, 2008
Posts: 10


My Contributions


hi
i was wondering how can i install PHP on vista i've read some instructions before even once it worked (PHP + Apache) btw i want to know how can i install PHP on IIS7 without trouble ?
also another softwares like MySql , Apache , etc

the mentioned php version is the latest version here wink2.gif

Thanks

This post has been edited by Hybrid SyntaX: 11 May, 2008 - 12:51 PM
User is offlineProfile CardPM

Go to the top of the page


Hybrid SyntaX
post 14 May, 2008 - 02:07 AM
Post #2


New D.I.C Head

*
Joined: 10 May, 2008
Posts: 10


My Contributions


i was wondering if someone could answer me till now blink.gif
User is offlineProfile CardPM

Go to the top of the page

Hybrid SyntaX
post 15 Jun, 2008 - 01:22 PM
Post #3


New D.I.C Head

*
Joined: 10 May, 2008
Posts: 10


My Contributions


well i got it work under vista after the/a month(s) !
i've used FastCGI hope it won't disappoint me ...
btw i have some kinda problem

when i open my php page it shows what i did
but there are some error-like things along with...

for example
i make a page with such code
php
<?php
echo "Hello word ";
?>


and it returns this

Hello word specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_radius.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_rar.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_runkit.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_sam.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_sdo.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_smtp.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_spl_types.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_ssh2.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_stats.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_stem.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_timezonedb.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_translit.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_uploadprogress.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_win32ps.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_win32scheduler.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_win32service.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_win32std.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_yami.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_zlib_filter.dll' - The specified module could not be found. in Unknown on line 0 Cannot find module (IP-MIB): At line 0 in (none) Cannot find module (IF-MIB): At line 0 in (none) Cannot find module (TCP-MIB): At line 0 in (none) Cannot find module (UDP-MIB): At line 0 in (none) Cannot find module (SNMPv2-MIB): At line 0 in (none) Cannot find module (SNMPv2-SMI): At line 0 in (none) Cannot find module (UCD-SNMP-MIB): At line 0 in (none) Cannot find module (UCD-DEMO-MIB): At line 0 in (none) Cannot find module (SNMP-TARGET-MIB): At line 0 in (none) Cannot find module (SNMP-VIEW-BASED-ACM-MIB): At line 0 in (none) Cannot find module (SNMP-COMMUNITY-MIB): At line 0 in (none) Cannot find module (UCD-DLMOD-MIB): At line 0 in (none) Cannot find module (SNMP-FRAMEWORK-MIB): At line 0 in (none) Cannot find module (SNMP-MPD-MIB): At line 0 in (none) Cannot find module (SNMP-USER-BASED-SM-MIB): At line 0 in (none) Cannot find module (SNMP-NOTIFICATION-MIB): At line 0 in (none) Cannot find module (SNMPv2-TM): At line 0 in (none)

and when i use this
php
<?php
Echo "Hello, World!";\n;
?>

i see this
Hello, World! \wwwroot\a.php on line 4

whats wrong ? blink.gif

btw i didn't install PHP via its installer i've installed php-5.2.6 non-thread safe and just extracted them in C:\PHP and i've followed this article
User is offlineProfile CardPM

Go to the top of the page

joeyadms
post 15 Jun, 2008 - 02:50 PM
Post #4


D.I.C Head

Group Icon
Joined: 4 May, 2008
Posts: 145



Thanked 6 times

Dream Kudos: 600
My Contributions


* Plug Zend Core Again*
User is offlineProfile CardPM

Go to the top of the page

Hybrid SyntaX
post 16 Jun, 2008 - 12:01 AM
Post #5


New D.I.C Head

*
Joined: 10 May, 2008
Posts: 10


My Contributions


how ?
User is offlineProfile CardPM

Go to the top of the page

joeyadms
post 16 Jun, 2008 - 07:35 AM
Post #6


D.I.C Head

Group Icon
Joined: 4 May, 2008
Posts: 145



Thanked 6 times

Dream Kudos: 600
My Contributions


Download ZendCore from www.zend.com , it will install apache2 + PHP , and it has a nice web gui for configuration
User is offlineProfile CardPM

Go to the top of the page

Hybrid SyntaX
post 16 Jun, 2008 - 03:43 PM
Post #7


New D.I.C Head

*
Joined: 10 May, 2008
Posts: 10


My Contributions


my problem is solved !
i didn't noticed that i had to uncomment those settings !
btw what version of php is in that zendcore package ?

This post has been edited by Hybrid SyntaX: 16 Jun, 2008 - 03:44 PM
User is offlineProfile CardPM

Go to the top of the page

bizzehdee
post 16 Jun, 2008 - 03:49 PM
Post #8


New D.I.C Head

Group Icon
Joined: 6 Apr, 2008
Posts: 43



Thanked 2 times

Dream Kudos: 200
My Contributions


check this blog entry http://blondr.blogspot.com/2006/11/set-up-...-and-php-5.html
this should give you a full walk through of everything you need. this is how i set up iis7 with php5 under vista (even using x64 versions). this guide was very helpfull when i decided to switch to iis
User is offlineProfile CardPM

Go to the top of the page

Fast ReplyReply to this topicStart new topic
Time is now: 7/25/08 01:10AM

Live PHP Help!

PHP Tutorials

Reference Sheets

PHP Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month
-->