[PHP-INST] RE: [PHP-WIN] Security Alert when trying to access a php file

2003-08-04 Thread Duane Lakoduk
If you read the php.ini file where the cgi.force_redirect variable is set, it states that this MUST be turned off when running under IIS. Try this ; cgi.force_redirect is necessary to provide security running PHP as a CGI under ; most web servers. Left undefined, PHP turns this on by default. Yo

[PHP-INST] Re: PHP 5 Beta 1 - mysql 4.0.12 error: "Fatal error: Call to undefined function: mysql_connect() in D:\pub\mysqltest.php on line 6"

2003-07-25 Thread Comex
<[EMAIL PROTECTED]> Jeremy Oliver: >> I have just recently installed PHP beta 5 on Windows XP Pro and I am >> having problems connecting to mysql, phpinfo() works fine but it >> looks >> as though it is not loading any mysql modules even though PHP install >> file says this is now built in.When I r

[PHP-INST] Re: PHP 4.3.2 extensions building problem?

2003-07-21 Thread Michael Mauch
Lukasz Karapuda wrote: > All the extensions work correctly, besides mysql. I tried compiling > with the bundled mysql libraries (---with-mysql) and with the mysql > libraries which i have currently installed on my system > (---with-mysql=/usr). I guess these three dashes "---" are a typo only in

[PHP-INST] Re: PHP 4.3.2 extensions building problem?

2003-07-19 Thread Lukasz Karapuda
Michael, Thanks for the clarification. Now it makes sense that only shared extensions are placed into the /usr/local/lib/php/extensions/no-debug-non-zts-20020429/ directory. All the extensions work correctly, besides mysql. I tried compiling with the bundled mysql libraries (---with-mysql) and

[PHP-INST] Re: PHP 4.3.2 extensions building problem?

2003-07-19 Thread Michael Mauch
Lukasz Karapuda wrote: > I am trying to build and install PHP 4.3.2 on Linux RedHat 7.3. The > configure, make and make install commands generate correct output. > > The phpinfo() tells me that all the extensions I compiled in are > enabled. > > However the extensions installation folder: > /us

[PHP-INST] Re: PHP binary too big

2003-07-17 Thread Michael Mauch
Bhavin Modi wrote: > I compiled php 4.3 with apache2 and found out that the binary (libphp4.so) > was almost 7.5MB. Then figured out that I had compiled in a few > modules(gd,openssl,domxml,bz2,iconv,curl) so I recompiled PHP to make all > the modules shared and still the libphp4.so is almost 6.5M

[PHP-INST] Re: php 420 -> 432 undder win32

2003-06-24 Thread David D
i manage to solve all this pb :) -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Re: [PHP-DB] 4.2.3 session login problem...

2003-06-17 Thread CPT John W. Holmes
> I have an application that is currently working fine under 4.1.2, > and I am in the process of upgrading to 4.2.3. The problem is that after > upgrading PHP the application login no longer works. Additionally, this > same application works fine on another machine running 4.2.3. The only > diff

[PHP-INST] Re: php-4.3.2 errors upgrading from php-4.3.1

2003-06-11 Thread Michael Mauch
Nate Parsons wrote: > './configure' '--with-apxs=/usr/local/httpd/bin/apxs' > '--with-config-file-path=/usr/local/httpd/conf' '--with-xmlrpc' > '--with-xml' '--with-freetype-dir=/home/system/src/freetype-2.0.9' > '--with-gd=/usr' '--with-gdbm=/usr' '--with-jpeg' > '--with-jpeg-dir=/home/system

[PHP-INST] Re: PHP install problems

2003-04-12 Thread John
You need a web server to use PHP. Either use Apache, or use the included personal web server which comes built into WinXP. IE (or any other browser) doesn't know anything about PHP. PHP is a server language. The web server processes the PHP code and outputs that to your browser. John "Acorn Tuto

[PHP-INST] Re: PHP 4.3.1 on Mac OS X - make fails when configured with --with-pgsql

2003-04-04 Thread John
Here are some excellent docs on installing all sorts of software (PHP, MySQL, Apache, etc.) for OS X. http://www.entropy.ch/software/macosx/ Of course, these are prebuilt packages, not help on compiling. "Barry C . Hawkins" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello all,

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

2003-04-03 Thread John
Turn off zlib compression in PHP.INI "Wade" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Note: I am using Apache 1.3 with PHP 4.3 > > "Wade" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Bear with me, I am new to this. > > > > I am trying to install PHP on an

[PHP-INST] Re: PHP on Apache on WinXP

2003-04-03 Thread John
Try turning off ZLIB compression or in PHP.INI (zlib.output_compression = Off) "Wade" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Okay, I wrote in the other day and so far have not solved my problem, so > here is some more info. > > I installed Apache 1.3 with PHP 4.3 on my Wi

[PHP-INST] Re: php and Apache won't play nice

2003-04-02 Thread Michael Mauch
Jim Kelly <[EMAIL PROTECTED]> wrote: > AddModule mod_php4.c > > When I do apachectl configtest I get: > Syntax error on line 233 of /usr/local/apache/conf/httpd.conf: > Cannot add module via name 'mod_php4.c': not in list of loaded modules Probably you don't have a line like this: LoadModule ph

[PHP-INST] Re: PHP make failure...

2003-04-01 Thread Tom Tsongas
Michael, I would recommend you not build PHP against Apache 2.x. It is still in experimental mode at this time. With regards to building against the older apaches, follow these build instructions: 1. gunzip apache_1.3.x.tar.gz 2. tar xvf apache_1.3.x.tar 3. gunzip php-x.x.x.tar.gz 4. tar xv

[PHP-INST] Re: php + ssl build

2003-03-22 Thread Kalin Mintchev
can somebody share some thoughts please or advise where to look at... i looked at the install log... everything seems to be fine... On Sat, 22 Mar 2003, Kalin Mintchev wrote: > > hi all, > i had to use the fsockopen() in php with ssl... > ssl wasn't enabled by default. i recompiled. rein

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

2003-03-19 Thread Wade
To: [EMAIL PROTECTED] > mail.com> cc: > Subject: [PHP-INST] Re: PHP on Apache for Windows > 03/19/2003 > 12:13 PM > > > > > > > Note: I am using Apache 1.3 with PHP 4.3 >

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

2003-03-19 Thread Jeffrey_N_Dyke
t;cc: Subject: [PHP-INST] Re: PHP on Apache for Windows

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

2003-03-19 Thread Wade
Note: I am using Apache 1.3 with PHP 4.3 "Wade" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Bear with me, I am new to this. > > I am trying to install PHP on an Apache Server running on Windows XP. I > have installed the server, and it appears to be working correctly. I have >

[PHP-INST] Re: [PHP] Really simple question - /php directory above /web tree .htaccess contents

2003-03-08 Thread Ernest E Vogelsinger
At 17:58 08.03.2003, news.php.net said: [snip] >I want to have the /php directory >one directory above the /web root >so it is not accessible from browser command line execution but >will execute from a click on an >html page. CGI-PHP is installed >but I nee

[PHP-INST] Re: [PHP] 'make' PHP4.3.1 returns the use of function`tempnam' is dangerous --- WHY?

2003-03-02 Thread Patrick LOK
ooops... Should be 'php -i'... ./pl "Patrick Lok" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I tried to complete the installation (I did 'make install') but the test on > 'php -l' didn't return anything; it keeps on running... nothing returns, no > core-dump... > > any fur

[PHP-INST] Re: [PHP] 'make' PHP4.3.1 returns the use of function`tempnam' is dangerous --- WHY?

2003-03-02 Thread Patrick LOK
I tried to complete the installation (I did 'make install') but the test on 'php -l' didn't return anything; it keeps on running... nothing returns, no core-dump... any further help? Ok! I just want helpers can have a full investigation on the suspected error. Best best regards ./pl "Rasmus

[PHP-INST] Re: [PHP] 'make' PHP4.3.1 returns the use of function`tempnam' isdangerous --- WHY?

2003-03-02 Thread Rasmus Lerdorf
> When I tried to 'make' PHP-4.3.1, it returns warning message and died. I am > using RH8.0 + Apache 2.0.44 It didn't die, that is simply the end of the build. Warnings aren't fatal. (Please do not cc all the lists) -Rasmus -- PHP Install Mailing List (http://www.php.net/) To unsubscribe,

[PHP-INST] Re: [PHP] Is PHP Reinstall required?

2003-02-26 Thread Patrick LOK
But where is the package? rgds ./pl "Rasmus Lerdorf" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Just install the apache-devel package which is where the apxs tool lives. > > -Rasmus > > On Thu, 27 Feb 2003, Patrick LOK wrote: > > > I have to uninstall my Apache 2.0.x that came

[PHP-INST] Re: [PHP] Is PHP Reinstall required?

2003-02-26 Thread Rasmus Lerdorf
Just install the apache-devel package which is where the apxs tool lives. -Rasmus On Thu, 27 Feb 2003, Patrick LOK wrote: > I have to uninstall my Apache 2.0.x that came along with RedHat 8.0 because > the httpd (rpm) in RH8.0 does not have Apache apxs (why dont they include > it). > > I need a

[PHP-INST] Re: PHP 4.3.0 install libtool failure on Tru64 5.1

2003-02-25 Thread Michael Mauch
Buz Dreyer <[EMAIL PROTECTED]> wrote: > Server: Compaq Alphaserver DS20 using Tru64 Unix 5.1a (Rev. 1885) > > Configure works with this command: > CC="/usr/bin/cc" ./configure > --with-mysql --with-apxs=/data2/www/bin/apxs > ld: > Can't read file: ext/ctype/ctype.lo (Successful) > *** Exit 1

[PHP-INST] Re: PHP 4.1.1 on Apache 1.22 as CGI

2003-02-24 Thread Michael Mauch
Daniel Pomrehn <[EMAIL PROTECTED]> wrote: > I want to run PHP 4.1.1 as CGI in Apache 1.22 on Suse Linux 7.0 No, you don't. Both PHP 4.1.1 and Apache 1.3.22 are a hundreds years old and have serious security issues. Regards... Michael -- PHP Install Mailing List (http://www.php.

[PHP-INST] Re: PHP & Apache - the inevitable problem

2003-02-22 Thread rotsky
Oh hell, you can tell I'm frazzled by this ... I forgot to say what the problem was. It's that during Apache start-up it tells me it can't find that php4apache2.dll file ... but then, deep down, you all knew that. "Rotsky" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Okay, I know

[PHP-INST] Re: php 4.3 + bundled gd2 + freetype 2.1.3

2003-02-20 Thread Felix Natter
[EMAIL PROTECTED] (Felix Natter) writes: > hi, > > I get these errors when trying to compile php 4.3.0 with the > included gd and freetype 2.1.3 (I also tried 2.0.2 and 2.1.2): > > /bin/sh libtool --silent --mode=compile gcc -I/root/php-4.3.0/ext/gd/libgd >-DHAVE_LIBPNG -DHAVE_LIBFREETYPE -Iext

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

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

2003-02-18 Thread Pete Mackie
Michiel, When PHP 4.3 was released just over a month ago, I attempted to compile the source code under Linux. I couldn't make the compile work because the "make" file could not find something called apxs, and would terminate the build. Quite by accident, I recently learned what apxs is. apxs is a

[PHP-INST] Re: PHP Fatal error: Call to undefined function: mail()

2003-02-12 Thread Kaan
Recompiling worked fine.. Thanks for all the help.. "Kaan" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I can not send any mail using any PHP script. I installed Sendmail after i > compiled PHP with Apache. I don't think that would be a problem??? > > Here

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: 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

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

2003-02-04 Thread Terry L. Ensley
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 php4_module c:/files/php/sapi/php4apache.dllAddModule mod_php4.c AddModule mod_php4.c And then in the AddType section towards the botto

[PHP-INST] Re: PHP 4.3.0 Problem

2003-02-04 Thread Götz Lohmsnn
V S Somasundaram schrieb: > Hi, > > I compiled PHP 4.3.0 support with Apache 2.0.43 on Linux. Then I created > a test script and when trying to access it says "Access Forbidden". The > permission for the directory from which the test script is invoked are > correct. > > When I run the same script

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

2003-02-04 Thread Götz Lohmsnn
Terry L. Ensley schrieb: > I just installed Apache 1.3.27 and PHP 4.3.0. I have it running. When I > click on the Apache shortcut this message comes up in the dos window > "Apache/1.3.27 (Win32) PHP/4/3/0 running ..." > > But when I try to run my test program (test.php) it comes up with a blank >

[PHP-INST] Re: php not executed, mime type problem?

2003-02-03 Thread Götz Lohmsnn
Zavier Sheran schrieb: > I installed PHP 4.3.0 and Apache 1.3.27 on XP Pro. > > When I try to access a .php file with the browser, it offers it for > download. > > Yep, I have this in my httpd.conf: > > LoadModule php4_module C:\PHP\sapi\php4apache.dll > AddType application/x-httpd-php .php > Ad

[PHP-INST] Re: [PHP] 4.3 Install on Solaris

2003-01-31 Thread Philip Olson
On Fri, 31 Jan 2003, Weston Houghton wrote: > > All, > > I seem to be getting a silly error on Solaris when trying to do a PHP > 4.3 make. I get an error that looks to me like the liner arguments are > just too long. to be honest, I'm a bit stupified as to why this is > happening or how to

[PHP-INST] Re: PHP INSTALL ON PWS4

2003-01-29 Thread Han Xiemin
Hi, I nearly have the same problem with you. But I do not met the HTTP Error 403. I can not see any content in my IE browser though my test.php is so correct:( It seems my IE can not understand the PHP tags . I am appreciate for any suggestion! XIemin 16:42 29.01.2003 <[EMAIL PROTECTED]> wr

[PHP-INST] Re: php packaging problems with java support

2003-01-27 Thread Jiann-Ming Su
I thought this was a rpm problem, but I think rpm is failing because "make install" is failing. BTW, it's php-4.1.2 (not .12). Everything works fine, obviously, without java support. Thanks for any insight. -- Forwarded message -- Date: Thu, 23 Jan 2003 15:11:04 -0500 (EST) From

[PHP-INST] Re: php packaging problems with java support (fwd)

2003-01-27 Thread Jiann-Ming Su
I thought this was a rpm problem, but I think rpm is failing because "make install" is failing. BTW, it's php-4.1.2 (not .12). Everything works fine, obviously, without java support. Thanks for any insight. -- Forwarded message -- Date: Thu, 23 Jan 2003 15:11:04 -0500 (EST) Fro

[PHP-INST] Re: php packaging problems with java support (fwd)

2003-01-27 Thread Jiann-Ming Su
I thought this was a rpm problem, but I think rpm is failing because "make install" is failing. BTW, it's php-4.1.2 (not .12). Everything works fine, obviously, without java support. Thanks for any insight. -- Forwarded message -- Date: Thu, 23 Jan 2003 15:11:04 -0500 (EST) Fro

[PHP-INST] Re: PHP & OpenSSL Windows 2000 IE

2003-01-24 Thread Christoph Grottolo
Hi Stewart [EMAIL PROTECTED] (Stewart Walker) wrote: >I can find all kind of doc's on installing openSSL on a client. Can't find >any installs or docs for a Windows 2000 server running IE with PHP.. There is a readme for windows in the openssl folder in the current stable snapshots on http://sn

[PHP-INST] Re: [PHP] Configuring 4.3.0 on Solaris 2.8

2003-01-09 Thread Ewan McDowall
Incase anyone is interested, I fixed my problem. For some reason, the version of shtool that came with php-4.3.0 was not working for me, so I used the one that came with php-4.2.3 - problem solved Ewan > Hi, > > I already tried the php-install list, but nobody has been able to solve my wee >pr

[PHP-INST] Re: [PHP-DEV] Re: Error Loading mcrypt.dll on Windows XP system

2003-01-02 Thread Derick Rethans
On Thu, 2 Jan 2003, Christoph Grottolo wrote: > > You need limcrypt.dll which is not provided by default. > > Just download it here: > > http://ftp.proventum.net/pub/php/win32/misc/mcrypt/php-4.3-mcrypt.zip > > , copy the files: php_mcrypt.dll in your extensions directory and > > libmcrypt.dll in

[PHP-INST] Re: PHP & HTTPD

2003-01-02 Thread Jonathan M. Slivko
M A, Do you have a php binary on your system, either from a build that you did or from a standard RPM build? If so, then that is your answer. Thanks. -- Jonathan -- Jonathan M Slivko <[EMAIL PROTECTED]> Website: http://www.speakeasy.net/~jslivko/ "In God We Trust, All Others Pay Cash!" From: "

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 ..

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

2003-01-01 Thread Jason Sheets
Your include path is not setup so that the web server can find the file you are trying to include, if the file is in a sub directory make sure you are properly including it include_once('include/main.php') not just include_once('main.php'). And make sure the file you are trying to include exists i

[PHP-INST] Re: PHP 4.3 unable to load php_domxml.dll in WinXP Apache 2.0.43

2002-12-29 Thread Dirk Schiefke
Same applies here using XP pro SP1, apache 1.3.27 no dll will load even if the extensions path is set to the correct dir in this case J:\php-4.3.0\extensions - where they reside dirk On Sun, 29 Dec 2002 14:38:51 -, [EMAIL PROTECTED] (Rui Costa) wrote: > hi, > > Windows XP, Apache 2.0.43(W

[PHP-INST] Re: PHP on IIS

2002-12-26 Thread Kevin
hi. Nick I did exactly what you described, but php is still not working on IIS 6. when I try to access .php file, it give me this message: "Security Alert! The PHP CGI cannot be accessed directly. This PHP CGI binary was compiled with force-cgi-redirect enabled. This means that a page will only b

[PHP-INST] Re: PHP on IIS

2002-12-24 Thread Nick H. -- Technical Support Engineer
I have posted the solution to this on the php-windows mailing list. When you install PHP on .Net (rather, IIS 6.0) you have to manually add in the ISAPI or CGI into the IIS Control Panel. Once you have done that, there is a "Web Service Extensions" or something to that effect in the IIS Control P

[PHP-INST] Re: php+gdlib 2.0.7 with gif support

2002-12-20 Thread BV
I had the same with 2.07 and 4.2.3 with five occurances of 'structure has no member in free': __ Making all in gd make[2]: Entering directory `/tmp/php-4.2.3/ext/gd' make[3]: Entering directory `/tmp/php-4.2.3/ext/gd' /bin/sh /tmp/php-4.2.3/libtool --silent -

[PHP-INST] Re: php+gdlib 2.0.7 with gif support

2002-12-19 Thread Wojciech Gdela
Cj wrote: > I am trying to compile php with gdlib+gif support, > I am using gd 2.0.7 which as already been patched to add back in the gif > stuff. I have same problem with php 4.2.3. -- Wojciech Gdela <[EMAIL PROTECTED]> -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-INST] Re: PHP/Red Hat

2002-12-11 Thread matty rozen
you can try the following url: http://www.opendeveloper.org/PHP/HowTo/How_To_Install_PHP_on_Linux/ "Jonathan" <[EMAIL PROTECTED]> wrote in message 000301c29ef4$ffd7d960$0402a8c0@inhocvince">news:000301c29ef4$ffd7d960$0402a8c0@inhocvince... > It seems as if this list doesn't receive much traffic,

[PHP-INST] Re: PHP PWS4.0

2002-12-09 Thread David Miller
I found this problem: Where I said I copied php4isapi.dll to the windows/system directory, I had copied php4nsapi.dll instead. Correcting this, I get all the stats on php when I point the browser to this script. Once I got past that there are some other scripts that I have at our service provid

[PHP-INST] Re: Php-4.3 + SAblot headahe

2002-12-06 Thread electroteque
if anyone else wants to install sablot and has a custom system , you need to mod configure goto the line where it statically checks for a sablot include files and change it to your path for i in /usr/local/etc/xslt; do condition="$i$XSLT_TEST_FILE" if test -r $condition; then

[PHP-INST] Re: PHP and HTML message

2002-11-26 Thread Dave
to quote php.net mail function page. /* recipients */ $to = "Mary <[EMAIL PROTECTED]>" . ", " ; // note the comma $to .= "Kelly <[EMAIL PROTECTED]>"; /* subject */ $subject = "Birthday Reminders for August"; /* message */ $message = ' Birthday Reminders for August Here are the birthday

[PHP-INST] Re: [PHP-WIN] Install PHP with IIS 5/W2K

2002-11-26 Thread David Dixon
I'm having this exact same problem. I've tried 'localhost' and '127.0.0.1' in the url with the same results. Any other ideas that might help me? Dave Dixon "Pascal S." <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > You are right on. I was trying to execute t

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

[PHP-INST] Re: PHP and MySQL configuration

2002-11-25 Thread Bryan Higgins
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.php on line 89. I have read dozens of php newsgroup messages that tell me

[PHP-INST] Re: [PHP] please help, one question regarding installing GD_2.0.4with PHP_4.2.3

2002-11-11 Thread Rasmus Lerdorf
PHP 4.2.3 does not support GD 2.0.4. You need GD 2.0.1 or upgrade to the latest CVS version of PHP. (and please do not crosspost to multiple lists) -Rasmus On Mon, 11 Nov 2002, Hua (William) Li wrote: > Hello folks, > > My name is Will. I am currently using GD_2.0.4 with PHP_4.2.3 and Apache_1

[PHP-INST] RE: [PHP] Re: Request entity too large (already seen the FAQ)

2002-11-10 Thread Rasmus Lerdorf
php.CONF? Is that some distribution-specific file? It's not a PHP thing and thus would not be documented by us. -Rasmus On Sun, 10 Nov 2002, John W. Holmes wrote: > > OK, thanks for no help whatsoever. But I'm not bitter; I'm here > to > > report what I found so that the next guy with thi

[PHP-INST] RE: [PHP] Re: Request entity too large (already seen the FAQ)

2002-11-10 Thread John W. Holmes
> OK, thanks for no help whatsoever. But I'm not bitter; I'm here to > report what I found so that the next guy with this problem isn't stuck: > > The PHP docs say to change variables in /etc/php.ini (like the whole > world knows about) but the key is to *also* look into php.CONF, too. >

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

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

2002-10-30 Thread Yasuo Ohgaki
Don't expect newer libs works well If you really need GD2.0.4, try CVS versoin. -- Yasuo Ohgaki Eg Ortego wrote: Iv'e been trying to compile php with gd, I had been running PHP 4.2.1 and first tryed to use that version when I was unsucessful I figured the next PHP version might be sucessful

[PHP-INST] Re: [php 4.2.3] trouble in setting up debugger

2002-10-30 Thread Yasuo Ohgaki
It simply does not work with PHP4. (Not supported) -- Yasuo Ohgaki Dennis Leist wrote: I have troubles in setting up the debugger. My php.ini goes like this: debugger.host = 192.168.1.99 debugger.port = 7869 debugger.enabled = True But when checking these values via phpinfo() I never see en

[PHP-INST] Re: php/gd problem

2002-10-28 Thread Blacky-php
Try to configure with --with-gd=/usr/local if your gd instalation directory is /usr/local. Configure will search for include and lib folders threre. Good luck Rafal Back Richard Pijnenburg napisa?: Dear List, I've installed GD with libpng, jpeg, freetype(2) and zlib So now I wanted to install

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: > >

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

2002-10-25 Thread Michael Risda
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: checking for GNU gettext support... yes checking for bindtextdomain

[PHP-INST] Re: PHP and AIX

2002-10-22 Thread Dirk Kastens
Ryan, install the AIX toolbox rpm package and get the php package from the IBM site: http://www-1.ibm.com/servers/aix/products/aixos/linux/download.html The package only contains the dynamic module. Dirk -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php

[PHP-INST] Re: php 4.2.3 on appache 1.3.23 on win98se

2002-10-21 Thread Dan Anderson
Matthias Baumgart <[EMAIL PROTECTED]> wrote: > today I installed php 4.2.3 new. in appache is allright, but if I > enter localhost, this folder isn't empty there ist the file index.php, > the monitor "file save?" cames. You are probably missing lines in httpd.conf. You should have something like t

[PHP-INST] Re: PHP 4.3.0Pre1 - Mcrypt - OSX

2002-10-21 Thread Dean Dahnke
Mitch, It doesn¹t look to me like mcrypt support is built into OS X. Did you get mcrypt from somewhere and install it before trying to build? Dean On 10/21/02 11:04 AM, "Dean Dahnke" <[EMAIL PROTECTED]> wrote: > From: Mitch <[EMAIL PROTECTED]> > Date: Sat, 19 Oct 2002 21:09:41 -0700 > To: [EMA

[PHP-INST] Re: php 4.2.3 on appache 1.3.23 on win98se

2002-10-19 Thread Arminas
or try http://smanager.web1000.com/ , it good tool for easy configuration "Matthias Baumgart" <[EMAIL PROTECTED]> wrote in message news:965804069.20021017105647@;dein-psychiater.de... > Hallo php-install, > > today I installed php 4.2.3 new. in appache is allright, but if I > enter localhost, this

[PHP-INST] Re: [PHP-DEV] Re: Apache 2 & incorrect 304 response to "If-Modified-Since"

2002-10-18 Thread TAKAGI Ryo
Sorry, I found the CVS snapshot extracted on 20021016, but I now found the problem not fixed. Either my test environment is not good, or my ability to check all through it is insufficient... Anyway, > I don't particularly like the look of this patch... we should fix 304's > properly... However,

[PHP-INST] Re: [PHP-DEV] Re: Multibyte ([PHP-INST] Re: "If-Modified-Since"..)

2002-10-16 Thread Yasuo Ohgaki
Masaki Fujimoto wrote: > nah... > > "If it(==from_encoding) is not specified, the internal encoding will be > used." (http://jp.php.net/manual/en/function.mb-convert-encoding.php) > > so it's just because mbstring.internal_encoding is not properly set? > Thanks for heads up. I made the same mi

[PHP-INST] Re: [PHP-DEV] Re: Multibyte ([PHP-INST] Re: "If-Modified-Since"..)

2002-10-16 Thread Masaki Fujimoto
nah... "If it(==from_encoding) is not specified, the internal encoding will be used." (http://jp.php.net/manual/en/function.mb-convert-encoding.php) so it's just because mbstring.internal_encoding is not properly set? Masaki Fujimoto On Thu, 17 Oct 2002 08:17:27 +0900 Yasuo Ohgaki <[EMAIL PROT

[PHP-INST] RE: [PHP-DEV] Re: Apache 2 & incorrect 304 response to "If-Modified-Since"

2002-10-14 Thread James Cox
I don't particularly like the look of this patch... we should fix 304's properly... > > > > --- sapi/apache2filter/sapi_apache2.c~ Fri Aug 16 07:27:03 2002 > > +++ sapi/apache2filter/sapi_apache2.c Mon Oct 14 23:27:26 2002 > > @@ -558,14 +558,24 @@ > > return OK; > > } > > > > +static

[PHP-INST] Re: PHP Install on Win2kPro + Apache 1.3.27 + PHP 4.2.3

2002-10-14 Thread David Barrett
Did you add a "LoadModule" command to the Apache config? This is needed, and was the point at which Apache started giving me errors... but that was with Apache 2 - the method definitely does work for Apache 1.3.27. "Max Salviejo" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMA

[PHP-INST] Re: PHP 4.2.3 and Apache 2.0.43

2002-10-14 Thread Jason Wood
Aaron- As far as i can tell, PHP4.2.3 and Apache 2.0.43 do NOT work together. Someone posted a link to a newer version of php: http://snaps.php.net/win32/php4-win32-latest.zip I have not tried this, but give it a shot. -- Jason Wood Chief Technology Officer Expressive Tek, In

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

2002-10-12 Thread P I
> 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 case sensitive Thanks

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

[PHP-INST] Re:[PHP-INST](továbbított)apacheforgetstosendbackphp

2002-10-10 Thread P I
Hello! I made wrong description about my problem. The point is that after passing a variable to a php page, the page doesn't see it. For example after calling test.php?id=5 , the test.php doesn't see the id variable. I tried both post and get methods, neither worked. patis _

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

2002-10-05 Thread Rasmus Lerdorf
Keep in mind that we do not officially support Apache2 yet. Will be a while before it will be anywhere near stable. -Rasmus On Sat, 5 Oct 2002, kramer wrote: > Ok guys, > To correcte all the typos, this is what I did. > 1. Removed PHP( directory ) completely. > 2. Start Apache - went fine( wit

[PHP-INST] Re: PHP, apache and windows xp installation problem

2002-09-30 Thread filip lenaerts
hi anna, although i'm using a windows 2000 server, i think i have the same problem. reading through newsgroups, it seems that the php4apache2.dll is still buggy. some say they solved the problem by using php4filter.dll, but i was browsing through the php archives in search for the latter, and a

[PHP-INST] Re: [PHP-WIN] Install PHP with IIS 5/W2K

2002-09-24 Thread Pascal S.
You are right on. I was trying to execute the code by dragging and dropping the file into an IE window. Accessing it through the localhost path works great. Thanks so much for your help. Pascal "Phil Driscoll" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On

[PHP-INST] Re: [PHP-WIN] Install PHP with IIS 5/W2K

2002-09-24 Thread Phil Driscoll
On Tuesday 24 September 2002 5:24 am, Pascal S. wrote: > I installed PHP 4.2.3 using the installer from PHP.net > > I can send the test.php file to the php.exe, and I get the right html code. > > However, trying to open the same test.php in IE 6 won't produce anything. > The window gets the right

[PHP-INST] Re: php as CGI and Module

2002-09-23 Thread Johannes Janson
Hi, although I'd never rekon myself to be a "master" of PHP (nor anything else getting close to this...) I'd say you could have a look into this arcticle: http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/page1.html hope it helps J Goodngo.De Zentrale wrote: > Hello Masters of PhP, >

[PHP-INST] Re: [PHP-WIN] on W2K server

2002-09-20 Thread yasin inat
Yes U're right Olivier Hubert ... in my configration .. php4ts.dll has been changed ... i've noticed by it's size i've remembered that a bit over 1MB ... but i saw 4MB . i've checked ... Overwrited with new one . & it's OK now even i'

[PHP-INST] Re: [PHP-WIN] on W2K server

2002-09-19 Thread Olivier Hubert
Hi, I've had the same kind of problem, I don't know if what I propose will solve yours (my error message was "The specified procedure could not be found"). First of all, make sure your paths are all right and that you copied the php4ts.dll in the good windows directory. If you still have a pr

[PHP-INST] RE: [PHP-WIN] on W2K server

2002-09-19 Thread Dash McElroy
I've got Apache 2.0.40 and PHP 4.2.3 running just fine as a sapi on my win2k pro box. Possible reasons: 1. Apache 2.0.40 and PHP4.2.3 like each other, as do 2.0.39 and php 4.2.2 (but don't mix and match). 2. The path to your sapi plugin is incorrect (mine is at c:/php/sapi/php4apache2.dll). -Da

[PHP-INST] RE: [PHP-WIN] Stupid problem: cannot send variables!

2002-09-07 Thread Rich Gray
Either switch on register_globals in php.ini (security implications however) or use echo $_GET['field'] instead of echo $field. HTH Rich -Original Message- From: Elias Lovén Larsson [mailto:[EMAIL PROTECTED]] Sent: 07 September 2002 11:32 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject:

  1   2   3   4   >