Re: [PHP-INST] How to

2002-07-30 Thread toby -
frank make sure ur sapi and extensions folders are inside the folder where u ve installed php did u add the lines to httd.conf #AddType application/x-httpd-php .phtml #AddType application/x-httpd-php .html Action application/x-httpd-php "/php/php.exe" check these out hope this helps good lu

[PHP-INST] php4.2.2 w/apache 1.3.20/win xp

2002-07-30 Thread tim klemz
i have spent the entire day trying to get this working.. After reading and trying all the tips i read i am still unable to get it going.. when i load apache it says php4.2.2 running, but nobody is able to view the page.. the following lines were added to the php.ini doc_root = C:\Program Files\Apa

php-install Digest 30 Jul 2002 23:58:04 -0000 Issue 955

2002-07-30 Thread php-install-digest-help
php-install Digest 30 Jul 2002 23:58:04 - Issue 955 Topics (messages 7948 through 7958): php 4.2.2 build with sablotron has multiple defines error 7948 by: Stephen Dominic 7951 by: Moraes, Fabio PHP 4.2.2 with xslt options has multiple defined error 7949 by: Stephen

[PHP-INST] Help needed

2002-07-30 Thread Fernando RĂªgo Rodrigues
Hi, I am running Apache WebServer version 2.0.39 on Windows 2000. I have install PHP 4.2.2 as a server module for Apache. I have been using the install.txt that came with php-4.2.2-Win32.zip that refers to Apache 1.3.x. After stoping the Apache I did this... The lines that I have inclued o

[PHP-INST] Re: [PHP-DEV] [CROSS POST] PHP Meetup & Texas PHP Users

2002-07-30 Thread Gabriel Ricard
Jay Blanchard wrote: > Howdy all! > > Just wanted to remind everyone that sign-up for the PHP Meetup is still in > progress at http://php.meetup.com . At latest count there are 289 folks > signed up world-wide with the top 10 cities being; > > Washington DC (9 members) > Toronto (9 members) > Le

[PHP-INST] How to

2002-07-30 Thread duo fu
Hi, friend: I urgenly need your help. I have been trying to install php4.2.1 and apache1.3.26 in y Redhat6.1. However after following step by step of the procedures in the manual of PHP. Note I config apache using: ./configure --prefix=/usr/local/apache1326 --enable-module=so I config php us

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] Globals

2002-07-30 Thread Bob Lockie
On Tue, 30 Jul 2002 03:31:44 +0100, Nuala & Tony wrote: >Hi Could somebody help me please. > >I am new to PHP and have some code which works fine on my web host, who has >an old version of PHP. > >I am struggling to carry out any updates and testing on my home pc. > >I have tried quite a few sugg

[PHP-INST] PHP works with problems, please help

2002-07-30 Thread Ing. Rajesh Kumar
Hi everybody I am new to PHP and today I installed PHP By using the instruction from http://www.umesd.k12.or.us/php/win32install.html and http://www.php.net/manual/en/install.windows.php I did the following : Downloaded Windows Binaries (PHP 4.2.2 zip package) unzipped files to C:/php copied php

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

2002-07-30 Thread Maxim Volkov
OK, I guess I have to answer my self. :-) After my colleage sugested me to do "make distclean" (not "make clean") to get reed of the files left after previous "make" attempts on both directories : php and gd2 everything worked as a sharm! Breefly I go over install in my case. Assuming that the re

RE: [PHP-INST] php 4.2.2 build with sablotron has multiple defines error

2002-07-30 Thread Moraes, Fabio
Did you patch your PHP ?? http://www.gingerall.com/charlie/ga/xml/d_sab.xml Hugs, --- Fabio Moraes [EMAIL PROTECTED] +55 21 3088 9548 -Original Message- From: Stephen Dominic [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 9:52 AM To: [EMAIL PROTECTED] Subject: [PHP-INST] ph

[PHP-INST] How to edit the .conf file?!?!?!?

2002-07-30 Thread James
Hi, I just installed PHP and want to edit the conf file of apache i am running 98se how do i edit the conf file and what data do i insert? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] PHP 4.2.2 with xslt options has multiple defined error

2002-07-30 Thread Stephen Dominic
Trying to build PHP 4.2.2 with Sablot-0.95 and expat-1.95.4 using the --enable-xslt --with-xslt-sablot config flags causes a 'multiple define' when then trying to build Apache (static build of PHP). The dynamic build causes same error. The error is in sablot.c multiple definition of 'SXPF_DISPOSE

[PHP-INST] php 4.2.2 build with sablotron has multiple defines error

2002-07-30 Thread Stephen Dominic
Trying to build PHP 4.2.2 with Sablot-0.95 and expat-1.95.4 using the --enable-xslt --with-xslt-sablot config flags causes a 'multiple define' when then trying to build Apache (static build of PHP). The PHP build for dynamic module install with Apache causes same error. The error is in sablot.c m

php-install Digest 30 Jul 2002 11:05:49 -0000 Issue 954

2002-07-30 Thread php-install-digest-help
php-install Digest 30 Jul 2002 11:05:49 - Issue 954 Topics (messages 7941 through 7947): dynamic pages 7941 by: Rolando Morales Compile-problems with PHP 4.2.2 on Mandrake 8.2 7942 by: Markus Lervik 7943 by: Rasmus Lerdorf Globals 7944 by: Nuala & Tony

[PHP-INST] stuck display ......

2002-07-30 Thread toby -
hi guyx i ve a lil problem i run this query n get a result set $query = "SELECT lang_id,strng_id, strng FROM strngx where pg_id = 6 and lang_id = '$lang_id '"; $query_result_handle = mysql_query ($query) or die ('qry failed ! DA tbl must xixt in DA db specifyd bov '); exe and store it

Re: [PHP-INST] Globals

2002-07-30 Thread Rasmus Lerdorf
> My Register Globals is turned on and by default Track Vars, but I have not > been able to verify this. Why not? Just stick in a php file and load it up. It will tell you. -R -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] register_globals and array of checkboxen

2002-07-30 Thread Rasmus Lerdorf
Works fine here. Note that you are missing a closing " in your if($Submit) line. Check your code for obvious typos. Turn up your error_reporting level to E_ALL and check phpinfo() to make sure register_globals is really on and that you are editing the correct php.ini file. phpinfo() will tell

[PHP-INST] Globals

2002-07-30 Thread Nuala & Tony
Hi Could somebody help me please. I am new to PHP and have some code which works fine on my web host, who has an old version of PHP. I am struggling to carry out any updates and testing on my home pc. I have tried quite a few suggestions from php.net/manual/en/security.registerglobals.php but n

Re: [PHP-INST] Compile-problems with PHP 4.2.2 on Mandrake 8.2

2002-07-30 Thread Rasmus Lerdorf
Is this Apache2? If so, PHP 4.2.2 does not support it. On 30 Apr 2002, Markus Lervik wrote: > Hello, list! > > I can't seem to get PHP 4.2.2 to compile correctly on Mandrake 8.2. > The error I get is > > php_functions.c:93: parse error > make[3]: *** [php-functions.lo] Error 1 > > Line 93 in ph

[PHP-INST] Compile-problems with PHP 4.2.2 on Mandrake 8.2

2002-07-30 Thread Markus Lervik
Hello, list! I can't seem to get PHP 4.2.2 to compile correctly on Mandrake 8.2. The error I get is php_functions.c:93: parse error make[3]: *** [php-functions.lo] Error 1 Line 93 in php_functions.c seems to be #if !MODULE_MAGIC_AT_LEAST(20020506,0) ADD_STRING(boundary); #endif GCC