Starting Dev with PHP on Windows -
i have written web apps jsp in past. now, i'm getting started php. have question , friend of mine .net developer pointed me site.
i downloaded , installed php here. now, i'm trying windows azure php sdks setup. reason app needs hosted in azure. after downloaded sdk, looked in install.txt file. file states need add library directory php include_path. problem is, not see environment variable named "include_path" in settings. should 1 have been created? php include_path environment variable? can me out please?
thank you!
include_path
configuration setting set in php.ini
file.
run php script containing
<?php phpinfo(); ?>
to find out php.ini being used - can confusing sometimes.
the ini file contain setting, can change.
you need restart web server after changes.
i don't know how php , azure work together. if ini method doesn't apply here, here php manual section on ways change php config settings other php.ini.
Comments
Post a Comment