php-install Digest 28 Feb 2003 02:13:10 -0000 Issue 1268

2003-02-27 Thread php-install-digest-help
php-install Digest 28 Feb 2003 02:13:10 - Issue 1268 Topics (messages 10217 through 10230): open /dev/port: operation not permitted 10217 by: ati ati Can't set register_globals to On even if I edit php.ini 10218 by: Cl. Yuri Huitron Alvarado 10219 by: Jim Thome

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

2003-02-27 Thread Ted Pochmara
I'm using Apache 2.0.43 and I'm having the same problem with loading the php module. I tried following these directions but did not find an AddModule section and Bob Silva's instructions did not mention it either. I've followed everything in those instructions to no avail. The event viewer is gi

[PHP-INST] configure problems with sablotron and red hat 8

2003-02-27 Thread Daniel
I am having configure problems with red hat 8 and sablotron. I have expat and sablotron 0.97 intalled from rpm. I looks like a conflict between gcc 2.8 and 3.2, but I don't know how to get around it. Has anyone seen this before? when I go to compile php 4.3.1 --enable-xslt --with-xslt-sablot I g

[PHP-INST] make problem with PHP4.3.1

2003-02-27 Thread Darrin Taylor
OK I have looked through the archives and all over the net. I apologise if this has been seen before but here goes : No matter what switches I use I get the same error when I "make" ./configure goes fine. RedHat 8.1 beta PHP 4.3.1 the error is : ext/mysql/libmysql/my_lib.lo(.text+0x3d1): In fun

RE: [PHP-INST] install problem (newbe)

2003-02-27 Thread Rich Gray
Charles The .zip distribution is for a manual install - i.e. you have to unzip and configure everything yourself. You need to download the Windows 4.3.1 Installer version instead (http://www.php.net/get/php-4.3.1-installer.exe/from/a/mirror) FWIW the php.exe you double clicked on was the CGI/CLI

[PHP-INST] install problem (newbe)

2003-02-27 Thread NewsGroupUser
Hi, I am trying to install php on a xp system that run IIS. I downloaded PHP 4.3.1 zip package [5,853Kb]. When I double clik php.exe, a DOS window open and nothing happens ... Should I type a command to start the setup? Am I dealing with a bug or a windows configuration problem? I also like to kno

Re: [PHP-INST] PHP 4.3.1 on AIX 5.1 ... possible?

2003-02-27 Thread Aaron Gould
Thank you sir, it worked like a charm! -- Aaron Gould - Original Message - From: "Stanislav Malyshev" <[EMAIL PROTECTED]> To: "Aaron Gould" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, February 27, 2003 11:37 AM Subject: Re: [PHP-INST] PHP 4.3.1 on AIX 5.1 ... possible?

[PHP-INST] Make error during installation

2003-02-27 Thread jsauer
Hello, I am running Solaris 8 on a Sun Ultra 1 It configures okay with the following command line: ./configure --with-mysql=/snortlogs/mysql3 --with-apxs2=/test/apache/bin/apxs When I run make, it goes okay for a while until this error. ld: fatal: file ext/ctype/ctype.lo: unknown file type ld

Re: [PHP-INST] Segmentation Faults in *.php

2003-02-27 Thread Hartmut Hembrock
Hi! > The script works fine, too, so I think > there was no error in the installation progress. > But results in Segmentation fault: >>child pid 18740 exit signal Segmentation fault (11) I've solved the problem on my own. One of the following packages in the SuSE distribution was responsible

Re: [PHP-INST] PHP 4.3.1 on AIX 5.1 ... possible?

2003-02-27 Thread Stanislav Malyshev
AG>> Is it possible to install PHP 4.3.1 on AIX 5.1? I'm trying to AG>> install it as a dynamic module for Apache 1.3.27/Mod_SSL. Yes it is. I did that myself :) AG>> configure --prefix=/usr/local/apache AG>> --with-apxs=/usr/local/apache/bin/apxs --with-mysql=/opt/freeware AG>> --enable-trans-s

[PHP-INST] PHP 4.3.1 on AIX 5.1 ... possible?

2003-02-27 Thread Aaron Gould
Is it possible to install PHP 4.3.1 on AIX 5.1? I'm trying to install it as a dynamic module for Apache 1.3.27/Mod_SSL. Apache/Mod_SSL configured and compiled without a hitch. However, PHP does to fare so well. The "configure" works fine, and completes without any errors. This is the line I us

Re: [PHP-INST] Can't set register_globals to On even if I edit php.ini

2003-02-27 Thread Cl. Yuri Huitron Alvarado
In fact, with phpinfo() it's how I know if register_globals is On and php.ini has already 644 Yuri Huitrón Alvarado Administrador de Servicios de Internet Universidad Autónoma de Coahuila ***

Re: [PHP-INST] Can't set register_globals to On even if I editphp.ini

2003-02-27 Thread Jim Thome
-Print out your PHP configuration using the phpinfo() function, to make your php.ini file is where you think it is. -Make sure permissions on php.ini is at least 644. -Remember to restart your server. -- Jim >>> "Cl. Yuri Huitron Alvarado" <[EMAIL PROTECTED]> 02/27/03 09:00AM >>> Apache 1.3.27

[PHP-INST] Can't set register_globals to On even if I edit php.ini

2003-02-27 Thread Cl. Yuri Huitron Alvarado
Apache 1.3.27 PHP 4.3.1 Solaris 8 SPARC Can't set register_globals to On , even if I edit php.inieven tryied changing the php.ini-dist file on the source directory what can be happening ? Yuri Huitrón Alvarado A

[PHP-INST] open /dev/port: operation not permitted

2003-02-27 Thread ati ati
Hello all, I've installed PHP 4.1.2 to the Apache Web server, and I wanted to control IO ports. But I always got "error: Cannot open /dev/port: Operation not permitted " or "error: ioperm: Operation not permitted " I played with the httpd.conf - ... ... no success. I have root access. Any h

php-install Digest 27 Feb 2003 14:07:04 -0000 Issue 1267

2003-02-27 Thread php-install-digest-help
php-install Digest 27 Feb 2003 14:07:04 - Issue 1267 Topics (messages 10209 through 10216): PHP 4.3.1 & pth.20 10209 by: CyberTiVo 10210 by: CyberTiVo Is PHP Reinstall required? 10211 by: Patrick LOK Re: [PHP] Is PHP Reinstall required? 10212 by: Rasmus Lerd

[PHP-INST] operation not permitted with exec/passthru

2003-02-27 Thread ati ati
Hello all, I've installed PHP 4.1.2 to the Apache Web server, and I wanted to control IO ports. But I always got "error: Cannot open /dev/port: Operation not permitted " or "error: ioperm: Operation not permitted " I played with the httpd.conf - ... ... no success. I have root access. Any hel

[PHP-INST] imagecopyresized converts image to black and white

2003-02-27 Thread Mark Clegg
I'm using imagecopyresized/resampled under PHP4.2.3 to convert an image uploaded via a file upload control to 90x90 pixels for storage in a MySQL database, but am finding when imagecopyresized or imagecopyresampled is used to scale the image, the result is converted to greyscale. Sample code