Re: [PHP-INST] Re: Outrageous amount of spam!

2003-08-20 Thread Stephen
Looks like that machine has got quite a nasty virus. I'm glad I keep mine fully protected with a virus scanner! Well, I just wasted a good 10 minutes deleteing all the rubbish, I hope this doesn't happen again or I'll end up following everyone else in removing myself... Stephen - Original Mes

Re: [PHP-INST] Re: install of php4.3.2 - http 1.1 500

2003-08-17 Thread Yves Hanotiau
Yes, the php.ini file is in c:\php\ and in c:\windows\ yves Shadow (at 11:02 17/08/03 -0700) wrote : Did you configure php.ini? -- Shadow www.shadowsnetwork.com __ Yves Hanotiau (Brussels, Belgium) - http://www.skiouros.net "La vertu d'un

Re: [PHP-INST] Re: How to make php work with apache

2003-07-26 Thread Comex
Senthill Kumar.V wrote: Hello, Thanks for your reply. Here is the details: OS: Red Hat Linux 9 Apache: httpd-2.0.44 PHP : php-4.3.2 Postgres : postgresql-7.3.1 But I could not able to find any

Re: [PHP-INST] Re: Compiling php for Oracle

2003-07-19 Thread Reuben D. Budiardja
On Saturday 19 July 2003 05:45 am, Michael Mauch wrote: > Christian Villada wrote: > > I'm trying to get PHP 4.2.2 connected to Oracle 8.1.7 > > in Linux RedHat 9 > > > > ./.libs/libphp4.a(my_error.o)(.text+0x275): In > > function `my_error': > > /usr/src/redhat/BUILD/php-4.2.2/ext/mysql/libmysql/m

Re: [PHP-INST] Re: How do I compiling MySQL Clients on Windows

2003-07-05 Thread Marco Tabini
On Fri, 2003-07-04 at 21:19, AzN wrote: > I have yet to try MySQL on PHP5 because I cant use any of my scripts that > use MySQL! Sure you can! The latest snapshots include a MySQL client. Cheers, Marco > > "Seung Hwan Kang" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Hel

Re: [PHP-INST] Re: PHP5 beta 1 + Apache 2.0.46 on WinXP SP1

2003-06-30 Thread Stephen
Register Globals? $PHP_SELF would be null if you still have it set to 0 (I believe). Also, phpBB is designed for php 4, there may be some issues/coding problems which prevent it being used in php 5. Then again, they could both be PHP 5 bugs... Stephen - Original Message - From: "AzN" <

RE: [PHP-INST] Re: Cant figure out php.ini

2003-06-24 Thread Stembridge, Michael
Fyi, you can always check to see where Apache is expecting the php.ini file by creating a .php page with the following code: The path to php.ini will be printed towards the top of the table. hth > -Original Message- > From: Radovan Radic [mailto:[EMAIL PROTECTED] > Sent: Tuesday, Jun

RE: [PHP-INST] Re: apache 2.0.46 + PHP 4.3.2 install problem

2003-06-19 Thread Ross Franklin
John, It looks as though configure can't find the bison or flex programs. I had this exact problem just the other day. What you need to do is get these from the gnu website: http://www.gnu.org/software/bison/bison.html(direct link on page) http://www.gnu.org/software/flex/

RE: [PHP-INST] Re: Solaris 8 , Apache 1.3.26 , php-4.3.1 install problems

2003-05-28 Thread Garrett, Matt M SITI-ITDIEEE
Unfortunately removing Options ExecCGI Makes no difference ! Any other suggestions Thanks Matt Matthew Garrett Unix System Support Shell Information Technology International Limited Seafield House, North Anderson Drive, Aberdeen AB15 6GZ, United Kingdom Tel: +44 (0)1224 81 8373 Other Tel: Int

Re: [PHP-INST] Re: Problem on Solaris 8

2003-03-25 Thread Michael Mauch
Guillermo Guill?n Angel wrote: > root en zeus# make install > Installing PHP CLI binary: /usr/local/bin/ > Installing PHP SAPI module > Installing shared extensions: > /usr/local/lib/php/extensions/no-debug-non-zts-20020429/ > Installing PEAR environment: /usr/local/lib/php/ > ld.so.1: /usr/local

Re: [PHP-INST] Re: Problem on Solaris 8

2003-03-25 Thread Guillermo Guill?n Angel
Thanks Michael. I had no problem in configuring php after the advice you gave me. I compiled it but when I tryed tod install it I recieved this message root en zeus# make install Installing PHP CLI binary: /usr/local/bin/ Installing PHP SAPI module Installing shared extensions: /usr/local/lib/php

Re: [PHP-INST] Re: PHP on Apache for Windows

2003-03-19 Thread Wade
Yes, I did these steps. I followed the instructions on the link below exactly. http://www.ricocheting.com/server/php.html Wade "Jeffrey N Dyke" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > A couple things. > > Did you edit httpd.conf? > Did you restart Apache? > > Usually, if

Re: [PHP-INST] Re: PHP on Apache for Windows

2003-03-19 Thread Jeffrey_N_Dyke
A couple things. Did you edit httpd.conf? Did you restart Apache? Usually, if it is trying to download it is one, or a combiniation, of these two things. hope this helps Jeff

Re: [PHP-INST] Re: installing 4.3.0 error

2003-03-02 Thread Michael Mauch
Chris Hewitt <[EMAIL PROTECTED]> wrote: > jun wrote: > >>>Here's the error: >>>Zend/zend_execute.lo sapi/cli/php_cli.lo sapi/cli/getopt.lo >>>main/internal_functions_cli.lo -lintl -lpng -lz -lz -lcrypt -lresolv -lm - >>>ldl -lnsl -lcrypt -o sapi/cli/php >>>ext/mysql/libmysql/my_tempnam.o: In func

Re: [PHP-INST] Re: installing 4.3.0 error

2003-03-02 Thread Chris Hewitt
jun wrote: Here's the error: Zend/zend_execute.lo sapi/cli/php_cli.lo sapi/cli/getopt.lo main/internal_functions_cli.lo -lintl -lpng -lz -lz -lcrypt -lresolv -lm - ldl -lnsl -lcrypt -o sapi/cli/php ext/mysql/libmysql/my_tempnam.o: In function `my_tempnam': /www/download/php.4.3.0/ext/mysql/libmys

Re: [PHP-INST] Re: problems with imagettftext()

2003-02-25 Thread Frank Schlicht
Hi Jonas, >>> You need to compile php with gd and freetype support >>>I also compiled gd with freetype support but not sure if that was needed >>>check out http://kemu.ath.cx/info.php to see how I compiled php with gd >>>and freetype support I hope you can help me again. During a make I get the

Re: [PHP-INST] Re: problems with imagettftext()

2003-02-23 Thread Jonas Geiregat
Frank Schlicht heeft geschreven: Hello, You need to compile php with gd and freetype support I also compiled gd with freetype support but not sure if that was needed check out http://kemu.ath.cx/info.php to see how I compiled php with gd and freetype support the server seems to be offline. Ca

Re: [PHP-INST] Re: problems with imagettftext()

2003-02-23 Thread Frank Schlicht
Hello, > You need to compile php with gd and freetype support > I also compiled gd with freetype support but not sure if that was needed > check out http://kemu.ath.cx/info.php to see how I compiled php with gd > and freetype support the server seems to be offline. Can you remember the part w

Re: [PHP-INST] Re: PHP 4.3.0 on Red Hat 8.0

2003-02-19 Thread Mitch Pirtle
On Wed, 2003-02-19 at 13:24, Pete Mackie wrote: > Mitch, > > Thanks for the valuable information. It's truly a lifesaver. Credit goes to Benjamin Tomhave for doing some googling for the link (Feb. 7th). And I agree, sure ended a ton of pain and suffering. The specfile is pretty complicated, wit

Re: [PHP-INST] Re: PHP 4.3.0 on Red Hat 8.0

2003-02-19 Thread Pete Mackie
Mitch, Thanks for the valuable information. It's truly a lifesaver. You made some posts on the php.install newsgroup on January 7, 2003 per not being able to install PHP 4.3 on Red Hat 8.0. I monitored these posts for several weeks, hoping for resolution. Not seeing any resolution there, I assume

Re: [PHP-INST] Re: PHP 4.3.0 on Red Hat 8.0

2003-02-19 Thread Mitch Pirtle
First, anybody using RH8 and wanting php 4.3.0 with apache2, you need to go here: http://www.aucs.org/rpmcenter/ Here you will get updated RPMs for both httpd, httpd-devel and php. They work for me on servers, laptops and workstations. On Tue, 2003-02-18 at 18:42, Pete Mackie wrote: > W

Re: [PHP-INST] Re: Installation problems

2003-02-19 Thread Andreas Ekeroot
Jonas Geiregat wrote: > > very simple it's --with-apxs2=/mnt/lfs/userv/apache2/bin/apxs you wrote ../bin/axps Oops! That's a typo I happened to write when copying the configure command to the mail. Sorry... I doublechecked, and there is no typo in the configure command. -- PHP Install Mailing

Re: [PHP-INST] Re: Problems with mail()

2003-02-11 Thread "Juan Ant. Marti'nez"
Hi, First of all, thanks for the suggestions. My problem is 'almost' solved. I have succeeded sending an e-mail with the mail function. The problem was in the php.ini file. I had limited the execution of phpinfo() and system() commands. If I enable both commands, the mail() function works fine

Re: [PHP-INST] Re: unique install, having problem

2003-02-10 Thread Mitch Pirtle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 07 February 2003 17:55, Benjamin Tomhave wrote: > I found this in a google search yesterday, it might be useful, might not. > It's an rpm for 4.3.0 under RH8. I'm not sure if it's for apache 1.3 or > 2.x. > > http://www.aucs.org/rpmcenter/

RE: [PHP-INST] Re: unique install, having problem

2003-02-07 Thread Benjamin Tomhave
day, February 07, 2003 2:36 AM > To: [EMAIL PROTECTED] > Cc: Benjamin Tomhave; Aaron Bannert > Subject: Re: [PHP-INST] Re: unique install, having problem > > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Thursday 06 February 2003 19:15, Benjamin Tomhav

Re: [PHP-INST] Re: unique install, having problem

2003-02-07 Thread Mitch Pirtle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 06 February 2003 19:15, Benjamin Tomhave wrote: > I personally am I bit perplexed by the experimental status since apache2 is > now the default web server under RH8. Yep, and that was a point I made earlier too. Many sources believe RedHa

RE: [PHP-INST] Re: unique install, having problem

2003-02-06 Thread Benjamin Tomhave
I personally am I bit perplexed by the experimental status since apache2 is now the default web server under RH8. > -Original Message- > From: Goetz Lohmann [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 06, 2003 11:06 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP-I

Re: [PHP-INST] Re: unique install, having problem

2003-02-06 Thread Goetz Lohmann
Benjamin Tomhave schrieb: > I tried the 4.0.6 rpm install, but as is common with RPMs, it requires > specific libraries to be installed -- libraries that are now 2-3 versions > old (as in, RH7.2 vintage). Doesn't work with a RH8 install. if you wish everything is possible ... maybe as I who had t

RE: [PHP-INST] Re: unique install, having problem

2003-02-06 Thread Benjamin Tomhave
I tried the 4.0.6 rpm install, but as is common with RPMs, it requires specific libraries to be installed -- libraries that are now 2-3 versions old (as in, RH7.2 vintage). Doesn't work with a RH8 install. I did not "hack" any configure scripts. There was a post on php.net under Linux installati

Re: [PHP-INST] Re: php files not being parsed -

2003-02-06 Thread Goetz Lohmann
Terry L. Ensley schrieb: > I got it to run - I hate to admit this but I was trying to load the file > like an html file. I did not know that I was to load it differently. > > I used - http://127.0.0.1:8080/test.php > > I could not get - http://localhost/test.php to work. > > You can tell I am

Re: [PHP-INST] Re: (include_path='.;c:\php4\pear') ERROR?

2003-02-05 Thread Bryan Fritchie
Actually, I am trying to run a PHP file, but the code is 100% HTML. :( - Original Message - From: "Jens Rosenthal" <[EMAIL PROTECTED]> To: "Bryan Fritchie" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, January 30, 2003 2:02 AM Subject:

Re: [PHP-INST] Re: php files not being parsed -

2003-02-04 Thread Terry L. Ensley
I got it to run - I hate to admit this but I was trying to load the file like an html file. I did not know that I was to load it differently. I used - http://127.0.0.1:8080/test.php I could not get - http://localhost/test.php to work. You can tell I am rank beginner. Any thoughts on why the

Re: [PHP-INST] Re: php files not being parsed -

2003-02-04 Thread Goetz Lohmann
Terry L. Ensley schrieb: > Yes I am - but still nothing. I can still view the source in the browser > and see the source code but it is not being parsed. > > -- > Terry Ensley > > > "Ryan Williams" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > >>I am ass

Re: [PHP-INST] Re: php files not being parsed -

2003-02-04 Thread Terry L. Ensley
Yes I am - but still nothing. I can still view the source in the browser and see the source code but it is not being parsed. -- Terry Ensley "Ryan Williams" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am assuming your restarting you server after any cha

Re: [PHP-INST] Re: php files not being parsed -

2003-02-04 Thread Ryan Williams
I am assuming your restarting you server after any changes? -- Ryan Williams On Tue, 4 Feb 2003, Terry L. Ensley wrote: > I did what you suggested - which is actually the way I first started - I > deleted the action line. > > I do have both of these - in their proper places: > > LoadModule

RE: [PHP-INST] Re: (include_path='.;c:\php4\pear') ERROR?

2003-01-30 Thread Jens Rosenthal
Hi, well, sound like you're doing something like a require("http://localhost/xyz.php";); or include("http://localhost/xyz.php";); Is this right? Require and Include require filesystem paths, not webpaths. So if your directory you're working is TEST you have a subdir XYZ with a file xyz.php this s

Re: [PHP-INST] Re: RedHat 7.3 Modular and Customizable PHP RPM's.

2003-01-27 Thread Mitch Pirtle
On Monday 27 January 2003 12:31, Paul Gardiner wrote: > Hi Mitch, > > I'm using Apache version 1.3.27. As far as I'm concerned Apache v2 is NOT > ready yet for production machines. I think this is where a lot of people > are having problems even though Rasmus does keep trying to point out what > I'

Re: [PHP-INST] Re: RedHat 7.3 Modular and Customizable PHP RPM's.

2003-01-27 Thread Paul Gardiner
oved all traces of Apache 2 first. The PHP version I use is 4.3.0. Regards, - Paul - - Original Message - From: "Mitch Pirtle" <[EMAIL PROTECTED]> To: "Paul Gardiner" <[EMAIL PROTECTED]>; "Lukasz Karapuda" <[EMAIL PROTECTED]>; <[EMAIL PRO

Re: [PHP-INST] Re: RedHat 7.3 Modular and Customizable PHP RPM's.

2003-01-27 Thread Mitch Pirtle
On Monday 27 January 2003 11:19, Paul Gardiner wrote: > Hi Mitch, > > I too keep seeing that people cannot compile on RH8.0 but I just thought > I'd let you know that I have a fully working version one on my machines. > Perhaps it's one of the options that I'm not using that is causing other > peop

Re: [PHP-INST] Re: RedHat 7.3 Modular and Customizable PHP RPM's.

2003-01-27 Thread Paul Gardiner
/cgi-bin \ --logfiledir=/var/www/logs \ --proxycachedir=/var/www/proxy \ --activate-module=src/modules/php4/libphp4.a make make install - Original Message - From: "Mitch Pirtle" <[EMAIL PROTECTED]> To: "Lukasz Karapuda" <[EMAIL PROTECTED]>; <[EMAIL PROTEC

Re: [PHP-INST] Re: RedHat 7.3 Modular and Customizable PHP RPM's.

2003-01-27 Thread Mitch Pirtle
Disclaimer: My advice is only good until you get to php-4.3.0, which apparently will NOT compile on a RedHat8 box. I have heard rumours that it is possible, but I have no proof that is has actually been done. I am still waiting for news as to a possible fix or temporary workaround, but lose ho

Re: [PHP-INST] Re: phpinfo() still shows 4.2.2 after 4.3 install

2003-01-14 Thread Jason Reid
ually fixes it. Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca - Original Message - From: "Alan W. Rateliff, II" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 14, 2003 8:01 PM Subject: Re: [PHP-INST] Re: phpinfo() still sh

Re: [PHP-INST] Re: phpinfo() still shows 4.2.2 after 4.3 install

2003-01-14 Thread Alan W. Rateliff, II
- Original Message - (BFrom: "Sudiarsa Imade" <[EMAIL PROTECTED]> (BTo: <[EMAIL PROTECTED]> (BSent: Tuesday, January 14, 2003 7:13 PM (BSubject: Re: [PHP-INST] Re: phpinfo() still shows 4.2.2 after 4.3 install (B (B (B> >>>I thought i installe

Re: [PHP-INST] Re: phpinfo() still shows 4.2.2 after 4.3 install

2003-01-14 Thread Sudiarsa Imade
I thought i installed 4.3.0, but when running a page w/phpinfo() (B>>>it still (B>>>shows 4.2.2 (B>>>How Installed/upgraded to 4.3: (B>>>./configure (B>>>make (B>>>make install (B>>> (B>>>What did I miss? (B>>> (B (BTry this... (Bmake distclean (B./configure (Bmake (Bmake install (

RE: [PHP-INST] Re: Embed word, excel and pdf documents

2003-01-14 Thread William Cheung
There are other information in the web page before the PHP code. I didn't use ob_start(). Should I use it before the header() function? Will it allow me to change header information then? William -Original Message- From: Naqashzade, Sadeq [mailto:[EMAIL PROTECTED]] Sent: January 13, 2003

Re: [PHP-INST] Re: phpinfo() still shows 4.2.2 after 4.3 install

2003-01-13 Thread Jeanne Case
See Dan Anderson's article on the installation: http://dan.drydog.com/apache2php.html -Jeanne Wade wrote: 01122003 1155 CST Tim, I read on a different list about making sure you changed the ini file to the upgraded version. Im not a linux person so the ini file Im sure is something else but,

Re: [PHP-INST] Re: Redhat 8 > PHP

2003-01-08 Thread Rasmus Lerdorf
> At http://www.php.net/manual/en/install.apache2.php > > in the "PHP and Apache 2 on Linux," it states: > > 10. ./configure --with-apxs2=/usr/local/apache2/bin/apxs > > With RH Linix 8.0 install, there does not appear to be an Apache apxs file > available for the configure run (realizing the RH A

Re: [PHP-INST] Re: Apache 2.0.43 & php 4.3.0 coredumped

2003-01-08 Thread Jose
Thanks but before of all i did was follow your instructions on that web page with the same result. - Original Message - From: "Dan Anderson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 08, 2003 2:29 AM Subject: [PHP-INST] Re: Apache 2.0.43 & php 4.3.0 coredumped

Re: [PHP-INST] Re: Redhat 8 > PHP

2003-01-08 Thread Mitch Pirtle
On Wednesday 08 January 2003 02:24, Dan Anderson wrote: > RedHat 8 comes with PHP. The package name is php. > If you want a newer version, you have to compile it yourself. > See > http://dan.drydog.com/apache2php.html This unfortunately does not work for RedHat 8 (only for 7.x). PHP 4.3.0

Re: [PHP-INST] Re: [PHP] Need Help.

2003-01-01 Thread toby -
hi include path is the path of the director u have installed ur php in like if u installed php in c:\ winnt -> system32 -> inetsrv ur include_path will look something like include_path = "C:\WINNT\system32\inetsrv\php" hope dis helps . good luck toby ..

Re: [PHP-INST] re-compile PHP with curl support

2002-12-18 Thread Jim Thome
run make distclean first, and cURL must be installed for PHP to include it. >>> "K.C.P. van Zijl" <[EMAIL PROTECTED]> 12/17/02 06:37PM >>> Hello, I*m writing a script and want to use cURL, but curl support isn*t compiled in my PHP at the moment. Is this difficult to do? Does the following command

Re: [PHP-INST] re-compile PHP with curl support

2002-12-18 Thread Chris Hewitt
K.C.P. van Zijl wrote: I'm writing a script and want to use cURL, but curl support isn't compiled in my PHP at the moment. Is this difficult to do? Does the following command re-compile PHP and everything is alright?: Depends upon which options you want. I suggest you use the existing configur

Re: [PHP-INST] Re: Problems installing 4.3RC2, Apache 2.0.43 onLinux

2002-12-09 Thread John Locke
Thanks for the tips, Dan. Quiet list here. I did track down the issue--it was the ActiveState Debugger extension I had enabled in the php.ini. Removing that line made it all start working. But I still get lots of child processes segfaulting, and big parts of my site no longer work--mainly because

Re: [PHP-INST] Re: make error with gd

2002-12-01 Thread Denis
Hi guys, thanks for the help. I do compile apache by myself. I found where the problem was. I forgott a leading / in one of my paths. So there's no more apache problem when compiling php. There's a different one. Of course. When I do "make" for php I get an error with snmp. It seems you can't use

Re: [PHP-INST] Re: PHP and MySQL configuration

2002-11-25 Thread Jorge Reteguin
try this: ../configure --with-mysql=/usr/ > I am having troubles getting MySQL to work with PHP. I keep getting > this error when I try to connect to MySQL. I get this error: > > Fatal error: Call to undefined function: mysql_connect() in > /var/www/html/cobatrack/index.p

Re: [PHP-INST] Re: make error with gd

2002-11-21 Thread Pierre-Alain Joye
On Wed, 20 Nov 2002 23:24:25 +0100 "Denis" <[EMAIL PROTECTED]> wrote: > Well I managed to come pass the gd problem with php-4.3.0RC1, but > now compiling hangs at: Do you compile apache yourselft or used RPMs ? If you ve used RPMS, install devel packages too. btw, for the bundled gd with RC1 s

Re: [PHP-INST] Re: PHP 4.2.* & GD 2.0.4

2002-11-05 Thread Wilmer Geovanny
Zitat von Yasuo Ohgaki <[EMAIL PROTECTED]>: ° Don't expect newer libs works well ° If you really need GD2.0.4, try CVS versoin. ° Where, how to get CVS? Many Thanks -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] Re: Apache 2.0.40/PHP 4.2.2 Win2000 Help

2002-11-04 Thread Metin Kale
*snip snip* Also, you are using Apache2 support for PHP which is buggy at best, I would recommend using 1.3.27. In which case you would not use php4apache2.dll but php4apache. Hope that helps. What is the latest on PHP4 and Apache2 compatibility on win2k? Is the recommendation to use Apache

Re: [PHP-INST] Re: PHP + GD Install?

2002-10-26 Thread Michael Risda
Excellent. Been looking through google all night trying to find this work around. Thank you so much for your assistance! Michael -internetdj.com "John Coder" <[EMAIL PROTECTED]> wrote in message news:1035643608.1731.4.camel@;bulwinkl... > I had the same prob regarding gd with gd ext on php 4.3.

Re: [PHP-INST] Re: PHP + GD Install?

2002-10-26 Thread John Coder
I had the same prob regarding gd with gd ext on php 4.3. It seems that it still looks for the libgd.a and libgd.so so I did a configure on gd.2.0.1 as per Rasmus page on GD see attachment . once I put the new libgd.so and libgd.a in the ext/gd directory in the php install directory I had no probs H

Re: [PHP-INST] Re: PHP + GD Install?

2002-10-26 Thread Michael Risda
My apologies, I should have mentioned that I did try explicitly pointing the config to my install which is /usr/local I have php installed currently with gettext, but I am recompiling to include lib-gd and here the problem occurs. If I remove the --with-gd, it compiles fine, if I remove the --wit

Re: [PHP-INST] Re: PHP + GD Install?

2002-10-25 Thread John Coder
On Fri, 2002-10-25 at 22:13, Michael Risda wrote: > I too am having problems with this. Here is my config line: > > ./configure --with-gd --with-dom --with-apxs --with-gettext --with-xml --wit > h-mysql --with-mcrypt --with-imap --with-ldap --with-zlib-dir --with-jpeg-di > r > > Last lines: > >

RE: [PHP-INST] Re: Application Error

2002-10-24 Thread William Cheung
I put some debugging code in and it indicates that all the codes are executed before the error kicks in. How could I avoid the memory cannot be read error? William -Original Message- From: William Cheung [mailto:william@;databyte.com] Sent: October 24, 2002 4:49 PM To: PHP Support Subj

Re: [PHP-INST] Re:[PHP-INST](tovbbtott)apacheforgetstosendbackphp

2002-10-11 Thread toby -
hullo patis 2 ways to go about it 1. check register globals in your php.ini if its off trun it on n try the page but with this u ll b risking security 2. with register globals off u can access the passed varisblez thru &_POST['variable'] or &_GET['variable'] beware dat php variables POST n GET r

Re: [PHP-INST] Re:

2002-10-09 Thread Chris Hewitt
Thiago Vinhas de Moraes wrote: >Em Wed, 9 Oct 2002 15:36:18 +0100 (WEST), "Miguel Carvalho" escreveu: > >I'm running a webserver that has about 300 websites. I saw the phpinfo >output, and it should work. Could you please take a look at >http://milenio.simpleweb.com.br/info.php ? >I've already r

Re: [PHP-INST] Re:

2002-10-09 Thread Chris Hewitt
Thiago Vinhas de Moraes wrote: >Em Wed, 9 Oct 2002 15:36:18 +0100 (WEST), "Miguel Carvalho" escreveu: > >>>I don't use the safe_mode settings, but according to the manual they >>>should do what you want (it could be me being the stupid lamer :-). >>>They are only of use if you share a server (I

Re: [PHP-INST] Re:

2002-10-09 Thread Miguel Carvalho
> Thiago Vinhas de Moraes wrote: > >>I'm sorry if I look like a stupid lamer, but what exactly should I put >>on php.ini? I use the default php.ini provided on the source tarball. >>I tried to put Safe Mode = On, and on disable_functions, I've put all >>you write bellow, but I can still browse a

Re: [PHP-INST] Re: Install in XP step by step

2002-10-08 Thread Jeffrey_N_Dyke
i just follwed both INSTALL/README, for both pieces and it worked like a charm. those files cover everything. they install very nicely on XP.

Re: [PHP-INST] Re: Stuck at PHP4 installation( with Apache2 )

2002-10-05 Thread toby -
kramr ur only supposed to COPY php4ts.dll NOT LOAD it LoadModule php4_module C:/WINNT/system32/inetsrv/php/sapi/php4apache.dll dis iz vat u do ok good luck toby .. _ Chat with friends online, try MSN Messenger: http://messe

RE: [PHP-INST] Re: Apache 2.0 and libphp4.so

2002-10-02 Thread Brian . Duke
Our system found and removed this from our email...However I thought that perhaps others might have got this and did not have as strong a virus detection as we do. -Original Message- From: Gilberto J. Palau [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 6:55 AM To: undiscl

Re: [PHP-INST] Re: POST form variables not being sent to destination page

2002-09-11 Thread Markus Boehmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Montag, 09.09.02 um 18:24 Uhr schrieb Jeromemalea: > I'm also having this problem with posted vars. > Win 98 > apache 1.3.2 > php 4.2.2 > signaled by someone in the bugs list : > http://bugs.php.net/bug.php?id=18765 > haven't found any solution y

Re: [PHP-INST] Re: Apache doesn't seem to send scripts to theinterpreter

2002-09-03 Thread Rasmus Lerdorf
> > A) Make php classic test file called hello.php. Here is the text that goes > > in it: > >PHP Test > World"; ?> > > B) Find php by doing "which php ". Mine says /usr/bin/php. Now run > > "/usr/bin/php -i >output.html ". If need be, move the output.html to > > your default web dire

Re: [PHP-INST] Re: PHP, apache and Redhat 7.1

2002-09-03 Thread Chris Hewitt
Peter wrote: >I have the lines: >LoadModule php4_module libexec/libphp4.so > > AddModule mod_php4.c > > >AddType application/x-httpd-php .php .php4 .php3 .phtml >AddType application/x-httpd-php-source .phps > >I have stopped and restarted apache several times. > Peter, I'm

Re: [PHP-INST] Re: PHP, apache and Redhat 7.1

2002-09-02 Thread Peter
Message - From: "Chris Hewitt" <[EMAIL PROTECTED]> To: "Peter Goggin" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, September 03, 2002 12:56 AM Subject: Re: [PHP-INST] Re: PHP, apache and Redhat 7.1 > Peter, > > It sounds

Re: [PHP-INST] Re: PHP, apache and Redhat 7.1

2002-09-02 Thread Chris Hewitt
Peter, It sounds like you have not added appropriate AddType and LoadModule lines in httpd.conf, or not restarted Apache. HTH Chris Peter Goggin wrote: >I have installed Redhat 7.2, Apache 1.3.26, php 4.2.2. > >I can get the web server working, but it does not appear to interpret >embedded ph

Re: [PHP-INST] Re: Help... Apache 1.3.26 with php 4.2.2 .php pagesappear as text pages..

2002-08-28 Thread Rasmus Lerdorf
Or just get rid of the ClearModuleList line. It is useless. On Tue, 27 Aug 2002, Bill Nickel wrote: > I just had this same problem. The deal is that inside of the httpd.conf file > there is the following directive: > > ClearModuleList > > Pretty self explanatory...it clears all the modules. Bel

Re: [PHP-INST] Re: php 4.2.2, apache 2.0.40 make problem from source

2002-08-27 Thread Rasmus Lerdorf
Why don't you just grab the latest CVS (unstable) snapshot from snaps.php.net? The Apache API changed in 2.0.39/40 so PHP 4.2.x will not build cleanly against it. This is fixed in 4.3-dev -Rasmus On Mon, 26 Aug 2002, Gilberto J. Palau wrote: > Well my problem is different but here it goes to

Re: [PHP-INST] Re: php 4.2.2, apache 2.0.40 make problem from source

2002-08-15 Thread Rasmus Lerdorf
Just grab a snapshot from snaps.php.net On Fri, 16 Aug 2002, Ken Jeansson wrote: > Okay, and for all us not so skilled could you post the fixed code? > > Preatty please with sugar on top... =) > > // Ken > > "Laurent larquère" <[EMAIL PROTECTED]> skrev i meddelandet > [EMAIL PROTECTED]">news:[EM

Re: [PHP-INST] Re: php 4.2.2, apache 2.0.40 make problem from source

2002-08-15 Thread Ken Jeansson
PHP", php_output_filter, NULL, > AP_FTYPE_RESOURCE); > ap_register_input_filter("PHP", php_input_filter, NULL, AP_FTYPE_RESOURCE); > > --Pete > > From: "Ken Jeansson" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: [PHP-INST] Re: php

Re: [PHP-INST] Re: php 4.2.2, apache 2.0.40 make problem from source

2002-08-15 Thread alex stinson
t;, php_input_filter, AP_FTYPE_RESOURCE); thats the existing code, change it to: ap_register_output_filter("PHP", php_output_filter, NULL, AP_FTYPE_RESOURCE); ap_register_input_filter("PHP", php_input_filter, NULL, AP_FTYPE_RESOURCE); --Pete From: "Ken Jeansson" <[EMAIL PRO

Re: [PHP-INST] Re: php 4.2.2, apache 2.0.40 make problem from source

2002-08-15 Thread Ken Jeansson
Okay, and for all us not so skilled could you post the fixed code? Preatty please with sugar on top... =) // Ken "Laurent larquère" <[EMAIL PROTECTED]> skrev i meddelandet [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > i have inserted a simple NULL as third argument > and all goes well (Sol8/Sp

Re: [PHP-INST] Re: php 4.2.2, apache 2.0.40 make problem from source

2002-08-15 Thread Laurent Larquère
i have inserted a simple NULL as third argument and all goes well (Sol8/Sparc) alex stinson wrote: > i think i might have found why it might not be working (im not really > a good coder yet, so this was more of a look around for things that > could cause it, and browsed the apache code)...it s

Re: [PHP-INST] Re: php 4.2.2 on a SuSE 8 system error :(

2002-08-12 Thread Phil Driscoll
On Monday 12 August 2002 2:44 pm, Peh Sek Huat wrote: > Hi there, > > I had successfully installed PHP 4.2.2 with my SuSE 8 Personal Edit > ion. I had use the following command to configure the setup > > ./configure --with-mysql=/usr/local/mysql > --with-apxs2=/usr/local/apache2/bin/apxs >

Re: [PHP-INST] Re: php 4.2.2 and Gd2 (Continue)

2002-07-30 Thread Alexander Saers
I to hade some problems a while ago. After reporting some bugs they worked out this sulotion that will be in the next version http://bugs.php.net/bug.php?id=15303&edit=2 They have included gd 2 with the php so that all install issues are gone :). Give it a try :) /Alexander - Original Messa

Re: [PHP-INST] Re: php-install Digest 23 Jul 2002 12:04:43 -0000 Issue 944

2002-07-23 Thread J Fazenda
As I said before, my only problem was that I was using the wrong file extension, but the folowing excerpts from mail I exchanged with members of this list may help you identify your problem. Good luck. -- I found the following lines in the httpd.conf that was installed in my syste

RE: [PHP-INST] Re: php-install Digest 23 Jul 2002 12:04:43 -0000 Issue 944

2002-07-23 Thread Christopher Lyon
The document is showing up as .php and I have added the AddType in the httpd.conf file. I did try the same browser to another server that is running PHP and it loaded fine. It just seems to be around the tie between apache and php. I just can't figure out what and the logs aren't telling me anyth

Re: [PHP-INST] Re: Can't get URL or POST variables

2002-07-14 Thread ted r lowe
Thanks Christian. Now i understand why a PHP script worked fine on my ISP but not on my local server. My ISP runs with register_globals=On (probably due to so much confusion in their user base about the 4.0 change). When i get time, i'll rewrite my scripts to handle the (more secure) register_g

RE: [PHP-INST] RE: (YES! I DID IT!) Anyone got PHP 4.2.1 and Apache 2.0.39 to w ork completely?

2002-07-10 Thread Chris Santerre
I'll see what I can find. I thankfully, don't need cookies. Some ice cream would be nice. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 5:35 PM To: Chris Santerre Cc: '[EMAIL PROTECTED]' Subject: Re: [PHP-INST] RE: (Y

Re: [PHP-INST] RE: (YES! I DID IT!) Anyone got PHP 4.2.1 and Apache 2.0.39to w ork completely?

2002-07-10 Thread Khristopher_Klaich
Riddle me this batman does the latest stable version that you just configured allow you to set mulitple cookies? I was able a week or two ago to get them up and running as you have done but ran into the problem when tried to use my app's the sessions and then mulitple cookie's would work. The

Re: [PHP-INST] Re: php-output goes to DOS-Box - not to browser. why?

2002-06-30 Thread Chris Hewitt
Uwe, Glad its working! Chris Uwe Birkenhain wrote: >Hi everybody, >sometimes one is (I am) so terribly stupid: > >I didn't noticed that I have to set the document root in httpd.conf properly >and then call the program in the browser: >http://localhost/mywebs/test.php > >so simple! > >Thanks to

Re: [PHP-INST] Re: Variables

2002-06-29 Thread Jason Reid
Or because its being passed from a querystring, make sure you pull the value of the variable from the querystring via either $_POST['varname'] or $_REQUEST['varname'] eg: - Original Message - From: "Uwe Birkenhain" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 29, 200

Re: [PHP-INST] Re: [PHP] Old config options still showing after updating PHP

2002-06-21 Thread Jason Reid
One thing that I've ran into that causes this is you didn't 'make clean', and/or stop apache. I've found that often i have to actually delete libphp4.so from the libexec dir in apache for it to fully work. heres the steps i usually do: 1. stop apache 2. delete libphp4.so 3. make clean the php sr

RE: [PHP-INST] Re: Apache 2.0.3.9

2002-06-21 Thread Costas Piliotis
Perfect! Thanks very much for that information... Gives me something to try out... I normally wouldn't care about upgrading Apache... It's just a development box anyways, but that hole in 2.0.3.6 is so damn big a five year old could drive a rig through it :) -Original Message- From: M

RE: [PHP-INST] Re: Compiling PHP4.1.2 with GD - possible or not? Need help!

2002-06-07 Thread Mathias Haas
Thanks Andy! The problem was that I had retried to compile it too many times. After a few times the php-install dir simply goes corrupt - even after 'make clean'. A fresh untar did the trick. Too simple! :-) -Original Message- From: andy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 0

Re: [PHP-INST] RE: [PHP-QA] Version 4.2.0 - phpinfo() shows the old build information after rebuild

2002-05-19 Thread Deniz
Hi Jason, thanks for the reply. I did make sure that no Apache process was running before I started the reconfig. And I also tried an attempt with make clean before reconfig, actually I even deleted the whole source directory and unpacked a fresh download of php-4.2.0.tar.gz just to make sure. B

Re: [PHP-INST] RE: [PHP-QA] Version 4.2.0 - phpinfo() shows the old build information after rebuild

2002-05-19 Thread Jason Reid
I've seen the same thing on my servers, though I usually end up playing around until it works, I've found most often its cause u didnt kill apache (or one process of it). Also run a make clean before running the configure, not after. From my understanding make clean removes any changed or compile

Re: [PHP-INST] Re: not reading variables

2002-05-14 Thread Rasmus Lerdorf
Turn on register_globals in your php.ini file On Tue, 14 May 2002, Paul Shone wrote: > Hi, > I am also experiencing problems regarding variables which don't seem to be > getting parsed correctly to the corresponding page. > I'm running Apache 1.3.24 and (I have tried version 2.0.35 as well), and

Re: [PHP-INST] Re: "Internal Server Error" with CGI version of PHP

2002-05-07 Thread Udo Giacomozzi
[EMAIL PROTECTED] (Rasmus Lerdorf) wrote in [EMAIL PROTECTED]:">news:[EMAIL PROTECTED]: > Well, it is really the web server that doesn't support this. It has > nothing to do with PHP. > I would say yes, because the PHP executable gets invoked! btw, the web server is apache.. The server

Re: [PHP-INST] Re: "Internal Server Error" with CGI version of PHP

2002-05-07 Thread Rasmus Lerdorf
> http://localhost:10080/test/test.php-test/abc > > leads into a Internal Server Error. > > Does the CGI version not support paths? Well, it is really the web server that doesn't support this. It has nothing to do with PHP. -Rasmus -- PHP Install Mailing List (http://www.php.net/) To unsubsc

RE: [PHP-INST] Re: not reading variables

2002-05-02 Thread Jim Thome
Yes, it has to do with someone passing malicious strings. For more information, read this tutorial on Zend's site, which explains exploits and alternatives. http://www.zend.com/zend/art/art-oertli.php --Jim >>> "Dr CHEUNG Ngai Tseung" <[EMAIL PROTECTED]> 05/01/02 21:32 PM >>> Dear Jim Could

  1   2   3   >