[PHP-INST] php problem

2003-01-17 Thread Steve
Hi, im just a newbi to php and ive read a few tutorials put i seem to have a problem e.g. if i use this code (the file is saved as index.php in my webserver wwwroot) Untitled Document and i use the url in my browser http://localhost/index.php?s=steven it will show up in the browser but

RE: [PHP-INST] php problem

2003-01-17 Thread Timothy Hitchens \(HiTCHO\)
Problem with code should have a space between also if you have globals turned off this will need to be changed to $_GET['s'] and rewritten to: Timothy Hitchens (HiTCHO) Open Source Consulting e-mail: [EMAIL PROTECTED] > -Original Message- > From: Steve [mailto:[EMAIL PROTECTED]] > Se

[PHP-INST] Install Problems

2003-01-17 Thread Bruno F. Lobato
Hi; I'm having some troubles installing php4-2.3 with Oracle support (--with- oci8 parameter)The installation is to be done on a RedHat Linux 7.2, with Apache 1.3.27. After configuring I got the following message, among others less relevant: *** ATTENTION ***

Re: [PHP-INST] Netscape error

2003-01-17 Thread Adam Voigt
This list is for helping people with the installation of PHP only, nothing else. On Thu, 2003-01-16 at 22:55, M A wrote: hi, i am trying to install netscape but iam getting that error: ./netscape-installer-bin: error while loading shared libraries:

[PHP-INST] The famous GD problem (and version 4.3.0)

2003-01-17 Thread Panos Katergiathis
Hello I can not remember a time when compiling php with the '--with-gd' option was no problem. Surpisingly (?) the same seems to be true with version 4.3.0. Can someone advise on the proper configuration line that will actually compile PHP with GD support using the 'bundled version' of GD. Pleas

Re: [PHP-INST] The famous GD problem (and version 4.3.0)

2003-01-17 Thread Jeffrey_N_Dyke
what is happening?? I just built 4.3 with solaris/apache and compliled and installed without issue. can you send your error. "Panos

Re: [PHP-INST] The famous GD problem (and version 4.3.0)

2003-01-17 Thread Panos Katergiathis
The error: configure: error: libpng.(a|so) not found. my configuration line is: ./configure --with-mysql --with-pgsql --enable-ftp --enable-magic-quotes --e nable-safe-mode --with-zlib --with-gd --with-jpeg-dir=/usr/lib Please assist Panos "Jeffrey N Dyke" <[EMAIL PROTECTED]> wrote in messag

[PHP-INST] php installation problem

2003-01-17 Thread Diye Wariebi
Can anyone point me in the right direction I have installed Apache-2.0.40 (RedHat rpm) and installed the binary version of mysql 4.0.9-gamma. Using RedHat 8.0 When I try to install php 4.3.0 from source everything goes ok until I type "make install" when I get the following error.

Re: [PHP-INST] The famous GD problem (and version 4.3.0)

2003-01-17 Thread John Coder
On Fri, 2003-01-17 at 09:08, Panos Katergiathis wrote: > The error: > configure: error: libpng.(a|so) not found. > > my configuration line is: > ./configure --with-mysql --with-pgsql --enable-ftp --enable-magic-quotes --e > nable-safe-mode --with-zlib --with-gd --with-jpeg-dir=/usr/lib > > Pleas

php-install Digest 17 Jan 2003 16:08:38 -0000 Issue 1206

2003-01-17 Thread php-install-digest-help
php-install Digest 17 Jan 2003 16:08:38 - Issue 1206 Topics (messages 9720 through 9729): php problem 9720 by: Steve 9721 by: Timothy Hitchens \(HiTCHO\) Install Problems 9722 by: Bruno F. Lobato Re: Netscape error 9723 by: Adam Voigt The famous GD problem

[PHP-INST] Problem compiling PHP 4.3.0 with Apache 1.3.27 on SuSE Linux 7.3

2003-01-17 Thread Manuel Cramer
Hi Folks, i have a huge Problem compiling PHP. I've used the same params as i used with PHP 4.2.1, 4.2.2 and 4.2.3. The cli-version compiles correctly, but when i try to use the SAPI-module the Apache posts the following error: Syntax error on line 240 of /usr/local/apache/conf/httpd.conf: Can

[PHP-INST] Installing PHP 4.3, Apache 1.3.27 on Windows 2000 Pro

2003-01-17 Thread Jamey Maze
Apache works without PHP, but when I try to start it with PHP as a server module, it says: Can't locate API module structure 'php_module' in file c:/php/sapi/php4apache.dll: (127) The specified procedure could not be found I've studied the archives and tried various things, but no luck. I remo

[PHP-INST] unixdate() redefined

2003-01-17 Thread William Cheung
PHP: 4.3.0 OS: Win2K Pro Web Server: Personal Web Server I got the following error when I try to browse a PHP page. Cannot redeclare unixdate() in C:\PHPRoot\ADODB\adodb.inc.php on line 1453 The page is working in 4.2.x Does 4.3.0 have a new function called unixdate() as well? William Cheung,

[PHP-INST] I can't get my php to work using IIS or Apache

2003-01-17 Thread karaya
--Forwarded message -- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: I can't get my php to work using IIS Date: Wed, 15 Jan 2003 03:04:10 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Sender: [EMAI

RE: [PHP-INST] unixdate() redefined

2003-01-17 Thread William Cheung
Strange. If I use ADODB 3.00, it will somehow connect to MySQL using adodb-mysql.inc.php even though my connect should be mssql no matter what version of PHP I am using. If I use ADODB 2.50 and PHP 4.3.0, I got the unixdate() redefined problem below. The only stable combination is ADODB 2.50 and PH