after a few goes i got this to work , then added sablotron and is working
perfect, i already had a php.ini file and it didnt seem to overwrite it
cause my globals were still on :) , i have started using $_GET['bla']; but i
have alot of code like $blah from form variables :|

trouble i had with apache was i was compiling back into the source dir which
is ok with php so i mv the source to /usr/src then after its compiled it
altalled to /usr/local/etc/httpd as requested in my configure

-----Original Message-----
From: Chris Santerre [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 19, 2002 1:09 AM
To: 'dan rossi'; leandro asnaghi-nicastro
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP-INST] php 4.2.1 and apache 2.0.39 compile error


I think I lucked out with the snapshot version I received. When I did it,
the php_functions.c problem went away. Good idea copying the newer file
over. For those of you who have had success, your old code may not work now
:(

Register_globals is defaulted to off instead of on for security reasons. Do
a google on it for more info. There are ways to turn it on, but it is better
to rewrite the code using the newer functions.

-----Original Message-----
From: dan rossi [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 17, 2002 11:08 PM
To: leandro asnaghi-nicastro
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP-INST] php 4.2.1 and apache 2.0.39 compile error

keep trying took me 2 days unfortunatly they release it without even testing
it out first

its a simple procedure download the php-latest files extract it go into
sapi/apache2filter and then cp php_functions.c
/usr/local/etc/php/sapi/apache2filter for example then before recompile php
, rm config.cache , rm config.status, apache needs the --enable-so on the
configure first !!

-----Original Message-----
From: leandro asnaghi-nicastro [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 18 July 2002 12:52 PM
To: electroteque
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP-INST] php 4.2.1 and apache 2.0.39 compile error


On This Day, in the Year of Our Lord 18 Jul 02, at 11:38, thus spake
electroteque :

>     sorry guys update here , i copied the php_functions.c from the
>     sapi/apache2filter dir of the  latest snapshot file
>     http://snaps.php.net back into my php source sapi/apache2filter

Wow.  I am now more confused than I was before.
I think I'll just go to Apache 1 and make my life a little easier at
this point.  I've been trying to figure this one out for too long
without any luck.

leandro


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


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

Reply via email to