Probably the php exec couldn't find your php.ini script or it's in the wrong
directory.
Try to use simple phpinfo() function in your php script to check where the
php.ini file should be.
Default directory is something like /usr/local/php/etc/


--

Maciej Gruszczynski
<[EMAIL PROTECTED]>

Freelance Polska sp. z o.o.
"Creative Talents for Business"
pl. Konstytucji 4/15
00-522 Warszawa
tel. 622 49 70
fax 622 49 69
http://www.freelance.pl

 -----------------------------------------------------------
 Note:  The information contained in this message may be privileged and
confidential and protected from disclosure.  If the reader of this message
is not the intended recipient, or an employee or agent responsible for
delivering this message to the intended recipient, you are hereby notified
that any dissemination, distribution or copying of this communication is
strictly prohibited. If you have received this communication in error,
please notify the sender immediately by replying to the message and deleting
it from your computer. Thank you.



Uzytkownik "Tim Loram" <[EMAIL PROTECTED]> napisal w wiadomosci
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> Having some issues with the session.save_path value in php.ini
>
> Whatever I change this value to it always ends up trying to save the
> temporary session info in /tmp (the default setting in php.ini).
>
> I can overide the value by setting a new path in the actual php script
> using session_save_path("my/path/here") but if I don't specify a path like
> this it always attempts to save in /tmp (c:\tmp\) even though the value in
> the php.ini file says otherwise....
>
> Why is this happening ?
>
> HELP!
>
> Cheers.
>
> Tim Loram
> LaTiS Centre
> University of Exeter
> Queens Building
> Queens Drive
> Exeter
> EX4 4QH
>
> Tel: (01392) 263721
> http://latis.ex.ac.uk/
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to