[PHP-INSTALL] how to install php with imap extensions

2004-02-13 Thread naren
hello list, i am running phpnuke on my server which is compiled with options --with-mysql --with-apxs. now again i need to provide WAP for our email check which needed imap extension support for php. ftp://ftp.cac.washington.edu/imap/ here is the link for imap extensions for php but i am con

[PHP-INSTALL] Re: [PHP] Fedora FC1 + PHP 4.3.4 + phpMyAdmin 2.5.6 rc1 - Problems Resolving Included Files

2004-02-13 Thread BAO RuiXian
Radi Shourbaji wrote: Hello All! I'm struggling to get phpMyAdmin working correctly on a new installation of Fedora FC1. Despite my best efforts, phpMyAdmin keeps running into problems resolving included files. I'm sure that it has something to do with the settings in Apache / php.ini / .htacc

[PHP-INSTALL] Fedora FC1 + PHP 4.3.4 + phpMyAdmin 2.5.6 rc1 - Problems Resolving Included Files

2004-02-13 Thread Radi Shourbaji
Hello All! I'm struggling to get phpMyAdmin working correctly on a new installation of Fedora FC1. Despite my best efforts, phpMyAdmin keeps running into problems resolving included files. I'm sure that it has something to do with the settings in Apache / php.ini / .htaccess, etc but I've been pu

[PHP-INSTALL] Re: Apache+modssl+php problem??? possible IE bug?

2004-02-13 Thread Al
Did you try print_r($_SESSION); to see if anything is getting into the buffer? Chris Wilson wrote: When in IE, submitting any form on our https page, the post variables intermittantly don't come through. The get variables come through fine. Just not the $_POST variables. I have tried everyth

Re: [PHP-INSTALL] Form variables don't come through on new installation

2004-02-13 Thread Jorge Reteguin
Cliff Addy wrote: Try as I said before. abc.cgi?act=4&pass=def #!/usr/local/bin/php $act = HTTP_GET_VARS['act']; ... code ... ?> this way you can do: echo "-- act: $act -- "; I'm porting some php cgi scripts from our old web server to a new one. In know zip about php and didn't create th

[PHP-INSTALL] Re: Apache+modssl+php problem??? possible IE bug?

2004-02-13 Thread Scott Fletcher
I mean, I sometime found a few POST data had incorrectly went over to the GET data. I don't know it's a PHP problem but more of a web browser problem. Scott F. "Scott Fletcher" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Try the $_REQUEST variable, this is where both the $_GET a

[PHP-INSTALL] Re: Apache+modssl+php problem??? possible IE bug?

2004-02-13 Thread Scott Fletcher
Try the $_REQUEST variable, this is where both the $_GET and $_POST come from and let us know how it goes... Scott F. "Chris Wilson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > When in IE, submitting any form on our https page, the post variables > intermittantly don't come thro

[PHP-INSTALL] Form variables don't come through on new installation

2004-02-13 Thread Cliff Addy
I'm porting some php cgi scripts from our old web server to a new one. In know zip about php and didn't create these. I'm finding that php scripts on the new server aren't getting form variables passed into them. I built 4.3.4 straight, no options, just configure/make/make install. The system i

Re: [PHP-INSTALL] post variables not working?? (Oops:))

2004-02-13 Thread Jorge Reteguin
Why don't you send a piece of your code ? Chris wilson wrote: we're already using SUPERGLOBAL_POST, its just that they stopped working. the GET variables are coming through fine, just not the posts. also, I was told it would'nt be an intermittent thing. Does this make any sense? :) thanks! Ch

[PHP-INSTALL] Apache+modssl+php problem??? possible IE bug?

2004-02-13 Thread Chris Wilson
When in IE, submitting any form on our https page, the post variables intermittantly don't come through. The get variables come through fine. Just not the $_POST variables. I have tried everything to get this to work. Everything was working fine but it seems after we updated IE with the last cri

[PHP-INSTALL] Apache+modssl+php problem??? possibly IE bug?

2004-02-13 Thread Chris Wilson
When in IE, submitting any form on our https page, the post variables intermittantly don't come through.The get variables come through fine.  Just not the $_POST variables.I have tried everything to get this to work. Everything was working fine but it seems after we updated IE with the last critica

[PHP-INSTALL] PHP 4.3.4 GD with JPEG

2004-02-13 Thread Mark Benson
Hi All, Been trying for the last 2 days to compile php with jpeg support. Using both embedded and external GDs Have downloaded all the libs and tried almost everything I have come across on the net but nothing works... I seem to have narrowed it down to the following... ./configure --with-[...

[PHP-INSTALL] Re: Can't compile PHP on Slackware 9.0

2004-02-13 Thread Mark Benson
Er looks like your compiler is missing some pretty fundamental stuff there... suggest you (re)install it from CD.. or reinstall and select 'everything' I am using slackware 9 and its ok until it comes to installing PHP with GD lib with jpeg support...thats when the fun starts... Good luck "Unk