RE: [PHP-INST] No Answer to This? : include_path

2002-09-11 Thread Peter Houchin
check your php.ini for the correct path to pear and check that pear is there or if u want just comment out the line that references pear if u don't want to use it > -Original Message- > From: gilang4 [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 12 September 2002 2:38 PM > To: [EMAIL PROT

[PHP-INST] No Answer to This? : include_path

2002-09-11 Thread gilang4
Warning: Failed opening '/apache/htdocs/test.php' for inclusion (include_path='.;c:\php4\pear') in Unknown on line 0 I got this message when try to swith PHP CGI to PHP module with Apache. Apache is 1.3.2 PHP is 4.2.3 Apache is working fine by itself, and PHP CGI is working fine ( version 4.2.

Re: [PHP-INST] How to 'define a variable'

2002-09-11 Thread Doug Young
> Turn down the error reporting in your script. > > http://us2.php.net/manual/en/function.error-reporting.php > Well I guess that would 'hide' the problem, but not fix it or am I missing something here ?? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

Re: [PHP-INST] Help with extensions

2002-09-11 Thread Jim Thome
You can download a precompiled DSO for Linux at www.pdflib.com (for dl() functionality) or build from source. If building from source, zlib is all that's required (jpeg is built in). ~Jim >>> "Cameron Thorne" <[EMAIL PROTECTED]> 09/11/02 16:41 PM >>> First some background. I have two "server

Re: [PHP-INST] How to 'define a variable'

2002-09-11 Thread Jim Thome
Turn down the error reporting in your script. http://us2.php.net/manual/en/function.error-reporting.php ~Jim >>> "Doug Young" <[EMAIL PROTECTED]> 09/11/02 19:03 PM >>> After considerable aggro getting PHP4 to do whaI wanted, I finally got some joy by setting 'register globals = On' At present I

[PHP-INST] How to 'define a variable'

2002-09-11 Thread Doug Young
After considerable aggro getting PHP4 to do whaI wanted, I finally got some joy by setting 'register globals = On' At present I couldn't give a rats whether thats desirable or otherwise getting this thing working is the first priority & figuring out the finer points can come later. Appears m

[PHP-INST] Help with extensions

2002-09-11 Thread Cameron Thorne
First some background. I have two "servers": 1) Windows XP with Apache 1.3.26 and PHP 4.2.2 2) GNU/Linux with Apache 1.3.26 and PHP 4.2.3 compiled in statically Both are working well, but I now want to add PDFlib support to both servers. On the win32 machine it was as easy as uncommentin

[PHP-INST] Re: Text from web form

2002-09-11 Thread nicos
Hi, If you have register global off on your php.ini, you should do: $name = $_POST['name']; $message = $_POST['message']; at the top of your script to enable the variables. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Rick King" <[EMAIL PROTEC

[PHP-INST] Re: Text from web form

2002-09-11 Thread Jome
> Hello PHP Guru's! > > After successfully installing PHP and viewing the phpinfo page, I decided to > create a simple web-form. Just a basic "Name" "Message" web-form, when the > form is complete it is emailed to an account. Everything works, except I > don't see the filled in contents in the ema

[PHP-INST] Text from web form

2002-09-11 Thread Rick King
Apache: 1.3.26 PHP: 4.2.3 OS: HPUX-11 Hello PHP Guru's! After successfully installing PHP and viewing the phpinfo page, I decided to create a simple web-form. Just a basic "Name" "Message" web-form, when the form is complete it is emailed to an account. Everything works, except I don't see the f

[PHP-INST] No Makefile created after running ./configure

2002-09-11 Thread Nate Pickett
Hi, I tried to do a source install of mySql-max-3.23.49a for the mysql.com website on Red Hat 7.2 (Kernal 2.4.7.10) - gnome. After downloading and extracting the packages I did the following command: >./configure --prefix=/usr/local/mysql-max-3.23.49a All worked fine without any error. In /d

[PHP-INST] RE: configure patch for Solaris

2002-09-11 Thread Daniel Parks
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 FWIW, the patch is backwards. patch -R should take care of it. Daniel Parks > diff -u configure.php configure.php.orig > --- configure.php Tue Aug 6 16:14:20 2002 > +++ configure.php.orig Sun Jul 21 05:56:20 2002 > @@ -66529,11 +66529,7 @@

php-install Digest 11 Sep 2002 18:49:07 -0000 Issue 1019

2002-09-11 Thread php-install-digest-help
php-install Digest 11 Sep 2002 18:49:07 - Issue 1019 Topics (messages 8399 through 8408): Installed Win 32 version of PHP 4.2.3 8399 by: Phillip S. Baker missing one of the library files needed to run phpifx.dll 8400 by: Tom Yencer php 4.2.3 with ldap under sparc solaris 2

[PHP-INST] configure patch for Solaris

2002-09-11 Thread Florian Clever
Hi, we have installed PHP under Solaris with Apache 2, Oci8, XSLT (with JS multithreaded) etc. (configure line follows further down). However we had to repeadetly make a one line change to the "configure" file. This identical change was made for PHP 4.2.2 and 4.2.3. (This change so far has only b

[PHP-INST] Parse error while compiling

2002-09-11 Thread Glen Lee Edwards
I'm getting a parse error while trying to compile php (any release). It appears to be related to IMAP, and occurs when PHP includes unix.h, a file from the U of Washington's IMAP server. Is there a known workaround for this? When I comment out the line # Include in Zend/zend.h and main/php

[PHP-INST] Files uploads

2002-09-11 Thread Ana Paula Sabelli
I have problems with the files uploads, I get the file in the directory, but, for example, if I uploads a .doc file 36K, i get a file of 3,25k. I have recompiled PHP, there´s no errors in the logs, but i have an error in apache log request failed: erroneous characters after protocol string: "som

[PHP-INST] PHP Configuration

2002-09-11 Thread anzem00
Hello! My name is Aleks. I am trying to use php4.2.2 with iis5.1 and Visual Interdev 6.0 on the Windows XP Professional. Can you help me configure IIS, Visual Interdev6.0 to work with php4. When I try to view test page in the IE 6.0 nothing happend. I think that problems are in the configurati

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

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

2002-09-11 Thread 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 yet. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Problem with configure

2002-09-11 Thread Mendorf, Thilo
> Hello, > i tried to install PHP-4.0.5 (PHP-4.2.2) on OS/390 UNIX System Services! > Here are my steps: > 0. copy zipped file to /usr/local/php > 1. gunzip file.tar.gz > 2. pax -rf tarfile > 3. cd php-4.0.5 > 4. autoconf > - response of autoconf: > configure.in:530: warning:

[PHP-INST] php 4.2.3 with ldap under sparc solaris 2.7 fails to build - help

2002-09-11 Thread Charles Brasted
I'm trying to build apache-php under sparc-solaris 2.7. It works fine until I include --with-ldap=... in the path. When I do that I get a pile of complaints about ldap.c and undefined reference when I try to do a make for apache. This is the php configure command: ./configure --with-apache=/imp