php-install Digest 13 Jun 2002 00:41:39 -0000 Issue 881
Topics (messages 7297 through 7309):
GET & POST don't work
7297 by: Dragan KONTIC
7307 by: Chris Hewitt
My debug.log
7298 by: SplitSlim
Re: php 4.1.2 with oracle 8.1.7
7299 by: B. PERRINE
Re: security paranoia
7300 by: MikeParton
wich is the best way?
7301 by: Angelo Marcos Rigo
free bsd
7302 by: Jenny Fan
7303 by: Rasmus Lerdorf
7306 by: Glenn Sieb
redirection not passing variables
7304 by: Joe K
7305 by: Jim Thome
problems with XP
7308 by: Alan Mitchell
CGI Error
7309 by: G Morrison
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]
----------------------------------------------------------------------
--- Begin Message ---
Hello,
I installed PHP4.1.2 with apache 1.3.23 and Oracle 8i (8.1.6)
Everything works fine (Database connection, php functions etc) except the
GET & POST methods.
When I try to do http://myserver/index.php?a=10 and echo $a there is not any
value in a.
Any idea?
thanks
Dragan KONTIC
[EMAIL PROTECTED]
(Zentropy:Partners)
--- End Message ---
--- Begin Message ---
Dragon,
You don't show us your code but I expect the problem is because
register_globals is off (which is the default setting).
For those get vars, $_GET("var") should work, and for post, $_POST("var").
Hope this helps
Chris
Dragan KONTIC wrote:
>Hello,
>I installed PHP4.1.2 with apache 1.3.23 and Oracle 8i (8.1.6)
>Everything works fine (Database connection, php functions etc) except the
>GET & POST methods.
>When I try to do http://myserver/index.php?a=10 and echo $a there is not any
>value in a.
>Any idea?
>thanks
>
>
>Dragan KONTIC
>[EMAIL PROTECTED]
>(Zentropy:Partners)
>
>
>
--- End Message ---
--- Begin Message ---
O/S - Solaris8 for Sparc
Compiler - gcc version 2.95.3 20010315 (release)
binutils-2.11.2
autoconf (GNU Autoconf) 2.53
bison 1.34
flex 2.5.4a
make 3.79.1
automake 1.6
perl 5.005_03
Help, this just won't compile!
CONFIGURE: './configure' '--with-mysql=/usr/local/mysql'
'--with-apxs=/usr/apache/bin/apxs'
CC: gcc
CFLAGS: -g -O2
CPPFLAGS: -D_POSIX_PTHREAD_SEMANTICS -DEAPI -DMOD_PERL -DUSE_EXPAT
CXX:
CXXFLAGS:
INCLUDES: -I/usr/apache/include -I$(top_builddir)/Zend -I/usr/local/mysq
l/include
LDFLAGS: -R/usr/ucblib -L/usr/ucblib -R/usr/local/mysql/lib -L/usr/local
/mysql/lib
LIBS: -lmysqlclient -lz -lcrypt -lresolv -lresolv -lresolv -lm -ldl -l
socket -lsocket -lcrypt
DLIBS:
SAPI: apache
PHP_RPATHS: /usr/ucblib /usr/local/mysql/lib
uname -a: SunOS unknown 5.8 Generic_108528-09 sun4m sparc
SUNW,SPARCstation-5
gcc -o
conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -DEAPI -DMOD_PERL -DUSE_EXPAT -
R/usr/ucblib -L/usr/ucblib -R/usr/local/mysql/lib
-L/usr/local/mysql/lib
conftest.c -lmysqlclient -lz -lcrypt -lresolv -lresolv -lresolv -lm -ldl -ls
ocket -lsocket -lcrypt 1>&5
--- End Message ---
--- Begin Message ---
Use Oracle 9i. [read the excellent 'howto install 9i on RedHat' before].
Le mar 11/06/2002 à 17:26, georges poropat a écrit :
> Hi,
>
> I try to install php with oracle 8.1.7 on a slackware 7.1.
> My problem is 8.1.7 works with glibc2.1 and the glibc of slackware 7.1 are
> 2.2.
> So before the ./configure or the make if I type:
> LD_LIBRARY_PATH=/usr/i386-glibc21-linux/lib
> then make or configure can’t be executed because they don’t find the
> glibc2.2.
> Are there any way to solve this problem?
> Thanks.
>
> Georges Poropat
> ----
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
Thanks Mike.
I installed PHP from pre-compiled binary. I have never used a compiler. I
do have cygwin on my machine...just don't know how to compile. If there is
a step-by-step tutorial on how to do it (and I do mean STEP-BY-STEP), I
would give it a try and use php source.
Thanks for the reply!
----- Original Message -----
From: "mos" <[EMAIL PROTECTED]>
To: "MikeParton" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, June 12, 2002 10:22 AM
Subject: Re: security paranoia
> Mike,
> At 05:05 PM 6/11/2002, you wrote:
> >Alternatively (and I am posting this to the php lists), anyone know
where,
> >or if, I can get pre-compiled libmcrypt library for php 4.2.1?
>
> I looked around a few months back and mcrypt is only available as source.
I
> think it is distributed this way to prevent someone from putting in a
> backdoor to one or all of the algorithms and then concealing it in a
> compiled library. Also the library would be outdated as soon as a new
> version of PHP is released so people would have to keep recompiling the
> libraries and also keep around an archive of the old libraries which is
> probably too much work. You need to recompile PHP in order to use mcrypt.
:(
>
> Mike
>
>
--- End Message ---
--- Begin Message ---
Hi
i need to do a php reinstalation to get support to a Oracle DB
i heard some people saying you need to rpm -e php to remove than
install
other saying they instal over old php and is finished and works
fine
Wich way you do prefer i do this reinstalation?
thank´s
Ângelo Marcos Rigo
Webmaster Colégio Anchieta
http://www.colegioanchieta.g12.br
--- End Message ---
--- Begin Message ---
Hi Guys:
I m interested in the PHP. Do you know if it supports FREE BSD 2.x, 3.x or
4.x?
thanks,
Jenny Fan
--- End Message ---
--- Begin Message ---
Yes
On Wed, 12 Jun 2002, Jenny Fan wrote:
> Hi Guys:
>
> I m interested in the PHP. Do you know if it supports FREE BSD 2.x, 3.x or
> 4.x?
>
> thanks,
>
>
>
> Jenny Fan
>
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--- End Message ---
--- Begin Message ---
On 07:56 AM 6/12/2002 -0700, Rasmus Lerdorf said the following:
>Yes
In more news...
As root, go to:
/usr/ports/lang/php4
then type:
make install
Enjoy!
Glenn
---
Glenn E. Sieb See us at NetSec! June 18-19
System Administrator Hyatt Embarcadero, San Francisco
Lumeta Corporation http://www.lumeta.com/Events/events.html
+1 732 357-3514 (V)
+1 732 564-0731 (Fax)
--- End Message ---
--- Begin Message ---
Newbie with a question:
I have a basic form attempting to pass a variable to a redirection script. A
basic dropdown that will send you to the intended website.
On my linux box with Apache 1.3.24 and PHP 4.2.1 the variable is not being
passed. On another box with Apache 1.3.20 with 4.0.5 the same exact .php
works. Checked the permissions verified that it was the varible by printing
the variable out.
What am I missing???
-joe
--- End Message ---
--- Begin Message ---
You missed reading the news release on PHP 4.2
http://www.php.net/release_4_2_1.php
Read the part about external variables.
>>> "Joe K" <[EMAIL PROTECTED]> 06/12/02 09:42 AM >>>
Newbie with a question:
I have a basic form attempting to pass a variable to a redirection script. A
basic dropdown that will send you to the intended website.
On my linux box with Apache 1.3.24 and PHP 4.2.1 the variable is not being
passed. On another box with Apache 1.3.20 with 4.0.5 the same exact .php
works. Checked the permissions verified that it was the varible by printing
the variable out.
What am I missing???
-joe
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
I have installed apache_1.3.24-win32-x86-no_src and PHP 4.2.1-win32 on my XP
home edition but I cannot get any PHP scripts to display in my browser - I
still see the <?php> code when I view source.
I am trying to view the php files under 'http://localhost/test.php' in my
browser, but it aint working.
The test.php file is located in the 'apache group/apache/htdocs folder'.
Read through the PHP install readme and tried everything that seems
plausible but to no avail.
Any ideas where Im going wrong??
--- End Message ---
--- Begin Message ---
I had to reinstall PHP & SQL, now whenever I run a PHP script I get the
following error, can someone please help.
Thanks
CGI Error
The specified CGI application misbehaved by not returning a complete set of
HTTP headers. The headers it did return are:
--- End Message ---