how can i change include path in php.ini file

Posted by Duleep on Stack Overflow See other posts from Stack Overflow or by Duleep
Published on 2012-07-10T02:36:34Z Indexed on 2012/07/10 3:15 UTC
Read the original article Hit count: 305

Filed under:
|
|

my php.ini(C:\php) file include path

; Windows: "\path1;\path2"
include_path = ".;C:\php\extras;C:\php\extras\doctrine-dbal"

but phpinfo() look as include_path =.;C:\php\pear

how can i change include path as include_path = ".;C:\php\extras;C:\php\extras\doctrine-dbal"

i'm sure there ara no more php.ini file and my apache web server were restart

when i view include path using

<?php
phpinfo();
?>

enter image description here

enter image description here

© Stack Overflow or respective owner

Related posts about php

Related posts about apache