Re: [PHP-INST] PHP Installation : apxs ?????

2002-06-12 Thread shanky
I didn't build apache on this machine/version. I'm using the apache 1.3 that came with 8.1 mandrake. If that is the case, how would I add this ? thanks. Jason Reid wrote: > it is possible that you didnt build apache with apxs support. thats why its > not there im guessing. > > - Original

Re: [PHP-INST] PHP Installation : apxs ?????

2002-06-12 Thread shanky
Thanks, but I don't seem to have it at all. $ cd / $ find . -name "*apxs*" -print ./usr/share/man/man8/apxs.8.bz2 Is this ok ? But my apache seems to be working fine ! Can someone suggest me as how I get this or can I proceed with the installation. Sebastian Wolfgarten wrote: > Hi Shanky, >

php-install Digest 13 Jun 2002 00:41:39 -0000 Issue 881

2002-06-12 Thread php-install-digest-help
php-install Digest 13 Jun 2002 00:41:39 - 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 par

[PHP-INST] CGI Error

2002-06-12 Thread G Morrison
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: -- PHP Install Mailing List (http://www.

[PHP-INST] problems with XP

2002-06-12 Thread Alan Mitchell
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 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. T

Re: [PHP-INST] GET & POST don't work

2002-06-12 Thread Chris Hewitt
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

Re: [PHP-INST] free bsd

2002-06-12 Thread Glenn Sieb
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 AdministratorHyatt Embarcadero, San Francisco Lumeta Corporatio

Re: [PHP-INST] redirection not passing variables

2002-06-12 Thread Jim Thome
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

[PHP-INST] redirection not passing variables

2002-06-12 Thread Joe K
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

Re: [PHP-INST] free bsd

2002-06-12 Thread Rasmus Lerdorf
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 > -- PHP

[PHP-INST] free bsd

2002-06-12 Thread Jenny Fan
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

[PHP-INST] wich is the best way?

2002-06-12 Thread Angelo Marcos Rigo
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

[PHP-INST] Re: security paranoia

2002-06-12 Thread MikeParton
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 repl

Re: [PHP-INST] php 4.1.2 with oracle 8.1.7

2002-06-12 Thread B. PERRINE
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 .

[PHP-INST] My debug.log

2002-06-12 Thread SplitSlim
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/apach

[PHP-INST] GET & POST don't work

2002-06-12 Thread Dragan KONTIC
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 PROTEC

php-install Digest 12 Jun 2002 11:39:56 -0000 Issue 880

2002-06-12 Thread php-install-digest-help
php-install Digest 12 Jun 2002 11:39:56 - Issue 880 Topics (messages 7292 through 7296): Re: Enviroment Variables 7292 by: MikeParton 7294 by: Milke Karr RPMs and tarballs 7293 by: JOHN MEYER Re: php and oracle 7295 by: Markus Boehmer 7296 by: Marku

Re: [PHP-INST] php and oracle

2002-06-12 Thread Markus Boehmer
Angelo Marcos Rigo <[EMAIL PROTECTED]> wrote: > Hi Jim > Yes i using oracle 8i, > i will install a client for linux in my apache webserver > he does communicate with no problems with the oracle db ins > Windows 200 machine? or have incompatibilities? > thank´s > Ângelo Marcos Rigo > Webmaster Colé