php-install Digest 21 Aug 2001 04:01:21 -0000 Issue 423 Topics (messages 4034 through 4040): Re: .PHP3 files loading as text. 4034 by: Egan 4035 by: grant 4037 by: B. van Ouwerkerk 4039 by: ion florescu Getting Dbase functions to work 4036 by: Travis Cannell Re: Going from 4.0.4 to 4.0.6: suddenly it doesn't like the c-client ssl support? 4038 by: Kai Schaetzl Can't compile php-4.0.6 with libmcrypt-2.4.15 :( 4040 by: Lic. Rodolfo Gonzalez Gonzalez Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PROTECTED] To post to the list, e-mail: [EMAIL PROTECTED] ----------------------------------------------------------------------
On 20 Aug 2001 10:49:27 +0100, fumiste <[EMAIL PROTECTED]> wrote: >i would greatly appreciate help with this, as earthlink customer service won't > offer any. thank you in advance.... >===== >PHPTEST.PHP3 >===== > ><html> > ><head> ><title>PHP test</title> ></head> > ><body> > ><? echo "why won't" ?> ><?php echo "you work" ?> ><script language="php"> >echo ("my friend"); ></script> > ></body> > ></html> Works here. I can give you a test hosting account if you want to try us out. Egan
This is likely a web server configuration issue. ______________________________________________________________________________ Your mouse has moved. You must restart Windows for your changes to take effect. #!/usr/bin/perl print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);
>i would greatly appreciate help with this, as earthlink customer service >won't offer any. thank you in advance.... Try to rename it to .php .. see what happens.. Perhaps they forgot to add .php3 to their apache config file. Bye, B.
errgh... thank to all those who replied -- in my frustration, i called earthlink tech support a fourth time, and was told, "your account does not support PHP. the other guys shouldn't have told you that it does." so that was pretty upsetting. thanks again. sorry that it was such a stupid issue. .if. > > This is likely a web server configuration issue. > > ______________________________________________________________________________ > > Your mouse has moved. > You must restart Windows for your changes to take effect. > > #!/usr/bin/perl > print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10); > > > > -- > PHP Install Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] __________________________________________________________________________ Vendez, achetez, échangez à prix ferme ou aux enchères sur www.bonjour.fr. Des milliers d'infos, de conseils pratiques et de services... www.bonjour.fr : le mot de passe qui facilite la vie !
Ok I am trying to use some of the PHP dbase functions and I get a call to undefined function error. Looking at the documentation I found a post on the site that said in order for these to work I need to compile PHP with dbase support with a command. Here is the explination You need to compile php with dbase support. `./configure --enable-dbase ' will give you dbase support. Try `./configure --help' to get a list of modules and compile options. Geoff So my question is how can I compile php with this command? Do I add this command to the php.ini file or is this done somewhere else? Thanks, T P Cannell
> It was my mistake. Everyone, blame me! :) > Well, things like that have to happen, it was only a pity that it was so hard to find the easy solution ;-) Kai -- Kai Schätzl, Berlin, Germany Get your web at Conactive Internet Services: http://www.conactive.com IE-Center: http://ie5.de & http://msie.winware.org ClubWin - Help for Windows Users: http://www.clubwin.com
Hi, anyone else with this problem? I have libmcrypt-2.4.15 + mcrypt-2.5.5 and I hav this options specific for mcrypt in my configure wrapper --with-mcrypt=/usr The libmcrypt-config shell script is in the /usr/lib, the same directory where the .a and .so libraries are. And I'm getting this: checking for mcrypt support... yes checking for mcrypt_module_open in -lmcrypt... no checking for init_mcrypt in -lmcrypt... no configure: error: Sorry Has the API changed? should I use an older version of libmcrypt?. Please help, I have spent many hours trying to figure out what's wrong :( Regards, Rodolfo.