[PHP-INST] Upgrading to PHP 4.2.0 on Mandrake 8.1

2002-05-02 Thread paul
Hi, I've just installed Mandrake 8.1 and wanted to upgrade the PHP version from 4.06 to 4.2.0. I unzipped and then untarred the file to my home directory. Following that I ran a ./configure followed by make and then make install. All seemed to go well. However, after I performed an apachectl sto

php-install Digest 3 May 2002 03:47:20 -0000 Issue 816

2002-05-02 Thread php-install-digest-help
php-install Digest 3 May 2002 03:47:20 - Issue 816 Topics (messages 6814 through 6824): Re: php (4.1.2) and gd (2.0.1) truecolor functions missing 6814 by: Eric D Nielsen MySQL from Access 6815 by: News 6816 by: Jerry Error: Cannon find -lxmltok on 4.2.0 install

[PHP-INST] Re: PHP 4.2.0 causes...oddities...in Apache2.

2002-05-02 Thread Stephan Wuelfert
Hi Dylan Fitzgerald, well, thats _exactly_ what I get! There ist one little trick to get it running. Start apache _without_ the LoadModule line with php. Now apache starts up correctly. Insert the LoadModule line in httpd.conf and make a restart. apache loads the php-module and ist fully funct

[PHP-INST] Re: PHP 4.2.0 causes...oddities...in Apache2.

2002-05-02 Thread Dylan Fitzgerald
Okay, I have Apache2 up and running quite nicely on a Sorcerer box. Joy of joys. And I finally managed to get PHP to compile against it, which took a good deal longer. Interestingly enough, though, when I start Apache2 with the LoadModule line for PHP4.2.0 in /usr/local/apache2/conf/httpd.conf,

Re: [PHP-INST] GD Won't work :(

2002-05-02 Thread Rasmus Lerdorf
Why do you have both --with-gd and --with-gd=shared? On Mon, 22 Apr 2002, Franck Nijhof wrote: > I have compiled PHP 4.1.2 with GD 1.8.4. GD is installed (100% sure) > but 't doesn't work. > GD doesn't show up in the phpinfo(), nothing :( > > This is how I compiled: > > './configure' '--with-a

[PHP-INST] GD Won't work :(

2002-05-02 Thread Franck Nijhof
I have compiled PHP 4.1.2 with GD 1.8.4. GD is installed (100% sure) but 't doesn't work. GD doesn't show up in the phpinfo(), nothing :( This is how I compiled: './configure' '--with-apxs=/usr/sbin/apxs' '--with-config-file-path=/etc/php' '--with-gd' '--enable-memory-limit' '--with-xml' '-

[PHP-INST] php3 on php4?

2002-05-02 Thread Walter Barrett
I am running 4.2.0 and trying to display .php3 pages. httpd.conf includes: AddType application/x-httpd-php .php .php3 .php4 .phtml .html .inc However, when there is a request for a .php3 page, my browser attempts to download the page like the AddType for php3 was not listed, but it is. :( Any s

[PHP-INST] error in Apache when configuring PHP...

2002-05-02 Thread The Gabster
Hello everyone... I am trying to configure httpd.conf to support php 4.2.0 and I added this lines: LoadModule php4_module c:/php/sapi/php4apache.dll AddModule mod_php4.c and AddType application/x-httpd-php .php AddType application/x-httpd-php-source .php but when I try to start Apache, I rece

[PHP-INST] php crashes apache?

2002-05-02 Thread The Gabster
Hello everyone... I am trying to configure httpd.conf to support php 4.2.0 and I added this lines: LoadModule php4_module c:/php/sapi/php4apache.dll AddModule mod_php4.c and AddType application/x-httpd-php .php AddType application/x-httpd-php-source .php but when I try to start Apache, I rece

[PHP-INST] Error: Cannon find -lxmltok on 4.2.0 install

2002-05-02 Thread Eric Anderson
Hi, I'm trying to install PHP 4.2 w/ Sablotron/XSLT/DOM support and during the 'make install' step I get the following error: /usr/bin/ld: cannot find -lxmltok collect2: ld returned 1 exit status make[1]: *** [libphp4.la] Error 1 make[1]: Leaving directory `/home/eric/php-4.2.0' make: *** [insta

[PHP-INST] Re: MySQL from Access

2002-05-02 Thread Jerry
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (News) wrote: > SELECT Periode.LibPeriode, PaysPeriode.RefPaysPeriode, > PaysPeriode.DateDebut, PaysPeriode.DateFin > FROM Periode > INNER JOIN (Pays INNER JOIN PaysPeriode ON Pays.RefPays = > PaysPeriode.RefPays) ON Periode.RefPeriode = PaysPerio

[PHP-INST] MySQL from Access

2002-05-02 Thread News
Hi Guys! I am having trouble after upgrading a database application from Access to MySQL. My whole site runs fine except for one SQL query which works fine in Access but for some reason MySQL doesn't like it at all. Is there a big difference between the way Access and MySQL implement SQL? Here

[PHP-INST] Re: php (4.1.2) and gd (2.0.1) truecolor functions missing

2002-05-02 Thread Eric D Nielsen
Here's some more information. I've double checked all the gd files on my system, they are all 2.0.1, freshly generated. I dug a little into the php-4.1.2/ext/gd directory. The various files in that directory that appear to create teh stubs for the gd functions don't appear to list imagecreatet

php-install Digest 2 May 2002 13:29:37 -0000 Issue 815

2002-05-02 Thread php-install-digest-help
php-install Digest 2 May 2002 13:29:37 - Issue 815 Topics (messages 6808 through 6813): PHP does not generate any output! Bug? 6808 by: Udo Giacomozzi Problem Installing DOM XML Support 6809 by: Gary Huntress Re: not reading variables 6810 by: Dr CHEUNG Ngai Tseung

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