Jon T
04-26-2004, 08:55 PM
In the php.ini file for Win32 Includes, it sets;
include_path = "C:\PHP\includes"
Now having this, causes problems for many users using includes, I have seen some simply disable the line as such.
;include_path = "C:\PHP\includes"
and
include_path = ".;C:\PHP\includes"
Now if using phpmailer, you need the includes directory active, so does the second line with the ".;C.... " simply allow both the user to set there own Includes folder and phpmailer to use the php includes folder?
TYIA for any info on this. :thumbsup:
include_path = "C:\PHP\includes"
Now having this, causes problems for many users using includes, I have seen some simply disable the line as such.
;include_path = "C:\PHP\includes"
and
include_path = ".;C:\PHP\includes"
Now if using phpmailer, you need the includes directory active, so does the second line with the ".;C.... " simply allow both the user to set there own Includes folder and phpmailer to use the php includes folder?
TYIA for any info on this. :thumbsup: