[PHP-INST] does pdflib need safemode = Off

2003-02-11 Thread Robin Mordasiewicz
The documentation statesd that for pdflib safemode must be off. The documentation looks old and I am wondering if this is still true. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] ORACLE pre-requisite librairies

2003-02-11 Thread Robin Mordasiewicz
Is there a set of files somewhere that I can download in order to compile php with oracle support. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] msession compiling

2003-02-11 Thread Robin Mordasiewicz
I have installed and compiled the phoenix libraires in /usr/local/phoenix/lib and compiled msession in /usr/local/phoenix/bin "configure --with-msession" works but compile fails with errors ext/mysql/libmysql/my_tempnam.o: In function `my_tempnam': /opt/src/php-4.3.0/ext/mysql/libmysql/my_tempnam

Re: [PHP-INST] Sessions Issue

2003-02-13 Thread Robin Mordasiewicz
double check the permissions on the directory where you are trying to write your session files. On Thu, 13 Feb 2003 [EMAIL PROTECTED] wrote: > I hope someone can help.. > > I am trying to run a session and I keep getting the following error: > > "Session initialization failed" > > Do you know wha