[PHP-INST] session - having problems

2002-08-13 Thread Daniel Canil
I have jsut recently installed a php development kit on my windows platform. Im interested in using the session functions but I am recieving this error when I use session_start(): Warning: open(/tmp\sess_540ded508edf231c47fe85bd970f936a, O_RDWR) failed: m (2) in d:\phpdev\www\phpdev4\samples\samp

[PHP-INST] Conflict with Frontpage Server Extension 2002?

2002-08-13 Thread lixiangqian
I installed PHP 4 on Windows XP with IIS Server 5.1. It worked fine untill I installed Frontpage Server Extension 2002 today. It always show the error message as: CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:

[PHP-INST] Errors building php 4.2.2 w/ imap support

2002-08-13 Thread Vicki Brown
I'm trying to build php4.2.2 with imap support. Has anyone succeeded at this? I get errors (and lots of warnings) mostly from php_imap.c. ./configure --with-nsapi=/usr/prop/netscape/server4/ --with- mysql=/usr/local/mysql \ --with-imap --enable-discard-path --with-ldap --enable-cli --with-gett

Re: [PHP-INST] RedHat 7.3 apache is running but where is PHP support

2002-08-13 Thread Jeanne Case
Here is the URL for instructions on how to install PHP on RedHat Linux. http://www.redhat.com/support/resources/howto/database/database_php/ There is a problem in PHP4.2.2 so get a newer stable version from : http://snaps.php.net/ -Jeanne Jan - CWIZO wrote: > > Hi > > If i type rpm -e apache

[PHP-INST] Multiple PHP Configurations

2002-08-13 Thread Tom Skillman
I wrote in yesterday about trying to have 2 separate configurations for PHP - one with Oracle, one without because IIS didn't like the Oracle functions. I received a reply from someone suggesting that the .ini file go in the PHP directory for each server, and I tried that with no success. Any ot

[PHP-INST] problem solved

2002-08-13 Thread Erik
hi, the problem i had is solved (syntaxt highligting) i solved it like this. ', $raw ); // Insert the line number $ml = strlen ( count ( $raw ) ); for ( $i = 0; $i < count ( $raw ); $i++ ) { if ( !isset ( $noline ) ) { $gap = ( $ml - strlen ( $i ) ); $raw[$i] = "[" .

Re: [PHP-INST] compiling issue with apxs it appears....

2002-08-13 Thread Jim Thome
What is your path? >>> temp <[EMAIL PROTECTED]> 08/13/02 09:49AM >>> Here is basically my problem, it finds apxs fine, but gives a syntax error: su-2.05# ./configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs loading cache ./config.cache checking for Cygwin environment... no checking f

Re: [PHP-INST] compiling issue with apxs it appears....

2002-08-13 Thread temp
I fixed my own problem, sorry for the waste of a message guys. I swear when i compiled apache i added --enable-module=so , i always do, but it didn't seem to have been in there, just had to recompile apache and everything was happy. Sorry again. At 08:49 AM 8/13/02 -0700, you wrote: >Here i

php-install Digest 13 Aug 2002 15:58:25 -0000 Issue 977

2002-08-13 Thread php-install-digest-help
php-install Digest 13 Aug 2002 15:58:25 - Issue 977 Topics (messages 8097 through 8103): Re: PHP-4.2.2 - problem configure with mysql 8097 by: Bob Lockie php 4.2.2, apache 2.0.40 make problem from source 8098 by: alex stinson Installing PHP on Win XP 8099 by: Jocke

[PHP-INST] compiling issue with apxs it appears....

2002-08-13 Thread temp
Here is basically my problem, it finds apxs fine, but gives a syntax error: su-2.05# ./configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs loading cache ./config.cache checking for Cygwin environment... no checking for mingw32 environment... no checking host system type... i386-unknown

Re: [PHP-INST] Garbled libphp4.so - what?

2002-08-13 Thread Jim Thome
Read this... http://www.onlamp.com/pub/a/php/2001/03/15/php_admin.html Jim >>> "Bob Lockie" <[EMAIL PROTECTED]> 08/12/02 09:02PM >>> What are your configure options? >> Try a make distclean in the PHP directory and start over. > >No... It says still the same "garbled" message. Any ideas? > >-

[PHP-INST] help me install php4.2.2 on Apache2.0.40 for winXP

2002-08-13 Thread Le Long Minh
Hi everybody! I cannot install php4.2.2 as a module on apache2.0.40 server althought i had put 2 lines : LoadModule php4_module c:/php/sapi/php4apache2.dll AddType application/x-httpd-php .php .phtml .php3 in httpd.conf after then, read error log file receive notice is: Syntax error o

[PHP-INST] Re: Installing PHP on Win XP

2002-08-13 Thread Ezekiel
You need apache httpd server to use php. You can use microsoft IIS but it's not a good solution. Install apache 1.3.26 for win32. How to install php for apache is explained in the documentation you can found in the php package. I suggest you to install it as a service in apache and not as a cgi as