[PHP-INST] printing error on Wndows 2000, PHP 4.2.2.

2002-08-14 Thread Salvador Gil
Hi, Anybody can helpme ? I trying to print with PHP 4.2.2 on Windows 2000, but I can't because an errors: Warning: couldn't allocate new print job in d:\ventas\imprime_Fact.php on line 108 Warning: couldn't start a new page in d:\ventas\imprime_Fact.php on line 109 Warning: couldn't end the pag

[PHP-INST] Two version of php in the same system

2002-08-14 Thread Breno Cardoso Perucchi
Exists some way of to have 2 different versions in the same system ? I am trying to running the version 4.2.2 and 4.0.3 . Thanks Breno Cardoso Perucchi breno@omegatec. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Apache on win2000 and PHP 4

2002-08-14 Thread Lukáš Moravec
Hi there, I have a problem with apache for win2000 and PHP. When I installed Apache, I tried to configure Apache. In Install manual there are two ways : First - inserting these lines into conf.file : ScriptAlias /php/ "c:/php/" AddType application/x-httpd-php .php Action application/x-htt

php-install Digest 14 Aug 2002 20:44:35 -0000 Issue 979

2002-08-14 Thread php-install-digest-help
php-install Digest 14 Aug 2002 20:44:35 - Issue 979 Topics (messages 8113 through 8127): Redhat Linux 7.2 8113 by: Tim Haynes 8117 by: Devrim GUNDUZ php 4.2.2 + apache2.0.40 8114 by: Ken Jeansson 8115 by: Nick Couchman 8116 by: Jeffrey_N_Dyke.Keane.c

Re: [PHP-INST] Guys, please help me! Compile problem with PHP 4.2.2 on Mandrake 8.0

2002-08-14 Thread Olexandr Sabchyshyn
I already did it and there is the same problem. Nothing have changed. "Jeanne Case" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > PHP 4.2.2 has problems get the latest 4.2.3 from snaps.php.net > -J > > Olexandr Sabchyshyn wrote: > > > > Hi guys! > > > > I hav

[PHP-INST] No changes

2002-08-14 Thread Olexandr Sabchyshyn
I already did it and there is the same problem. Nothing have changed. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] Guys, please help me! Compile problem with PHP 4.2.2 on Mandrake 8.0

2002-08-14 Thread Jeanne Case
PHP 4.2.2 has problems get the latest 4.2.3 from snaps.php.net -J Olexandr Sabchyshyn wrote: > > Hi guys! > > I have the following problem. Two days ago i have installed Mandrake 8.0 > I had no problems with mysql (3.23.51) and apache (1.3.26) compilation. But > I could not compile php 4.2.2 >

[PHP-INST] Guys, please help me! Compile problem with PHP 4.2.2 on Mandrake 8.0

2002-08-14 Thread Olexandr Sabchyshyn
Hi guys! I have the following problem. Two days ago i have installed Mandrake 8.0 I had no problems with mysql (3.23.51) and apache (1.3.26) compilation. But I could not compile php 4.2.2 I dont even know what's a problem. That's y i'm asking for your help. Please, see attachment for complete co

[PHP-INST] Upgrading

2002-08-14 Thread Julio Cuz, Jr.
Hi-- I currently have PHP 4.0.4 on RedHat 7, and would like to upgrade to PHP 4.2.2, is there anything special I need to do? Or can I just install it on top of it? Any step by step instructions or links? THANKS! Julio Cuz, Jr. [EMAIL PROTECTED] Information Services Riverside Community Colle

[PHP-INST] PHP Install

2002-08-14 Thread Conor Casey
I've been trying a dynamic install of version 4.2.2 of PHP on one of my Solaris systems and I've been having problems. When i do a make install i get the following :- root$ make install Making install in Zend Making install in main Making install in ext Making install in ctype Making install in m

Re: [PHP-INST] Php only shows as text

2002-08-14 Thread Nick Couchman
Make sure that you define HAVE_PHP4 when you start apache. The other way to make sure that's not the problem is just to take out the "" statements around all the PHP stuff and have it load PHP regardless of what you define. --Nick Brandon Amundson wrote: > Hello, > > I just installed PHP 4.2.2

[PHP-INST] Php only shows as text

2002-08-14 Thread Brandon Amundson
Hello, I just installed PHP 4.2.2 on Apache 2.0.39 (on RH 7.2) and was able to get the source compiled and installed. I am still having a problem though. It seems that the module libphp4.so is no being invoked when I try to access a PHP page. All that is shown is the php (text). I copied the li

RE: [PHP-INST] This VS that?

2002-08-14 Thread Jonathan Thomas
This method compiles the libphp directly into the Apache binary, thus it is 'supposed' to be faster. The problem is the negative side of doing this. With PHP's frequent releases, a user would need to be re-compiling Apache each time a new build of PHP was being installed (thus the reason most ISP

[PHP-INST] This VS that?

2002-08-14 Thread Ken Jeansson
I was reading through the installation help on php.net and noticed this little option for configure ./configure --with-apache=/path/to/apache_source And the text that follows. "This will create a libmodphp4.a library, a mod_php4.c and some accompanying files and copy this into the src/modules/p

Re: [PHP-INST] Redhat Linux 7.2

2002-08-14 Thread Devrim GUNDUZ
Hi, On Wed, 14 Aug 2002, Tim Haynes wrote: > I have just installed Redhat Linux 7.2, the installation was fine at it > installed apache with php 4.0.6 as default, that runs without problems. > Unfortunately I noticed that PHP was not compiled with mysql support and > there was no distribution of

Re: [PHP-INST] php 4.2.2 + apache2.0.40

2002-08-14 Thread Jeffrey_N_Dyke
I have 4.2.3(from snaps.php.net) and Apache 2.0.39 working like a charm. don't know if you want to go that way though Jeff Nick Couchman

Re: [PHP-INST] php 4.2.2 + apache2.0.40

2002-08-14 Thread Nick Couchman
Unfortunately from experience and from other discussions on this list, that would seem to be a correct conclusion. --Nick Ken Jeansson wrote: > Hmm, this seems to be a non working combination even with the latest > snapshot dated 14 august > > Say that I am wrong!... please =) > > // Ken > > --

[PHP-INST] php 4.2.2 + apache2.0.40

2002-08-14 Thread Ken Jeansson
Hmm, this seems to be a non working combination even with the latest snapshot dated 14 august Say that I am wrong!... please =) // Ken -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Redhat Linux 7.2

2002-08-14 Thread Tim Haynes
I have just installed Redhat Linux 7.2, the installation was fine at it installed apache with php 4.0.6 as default, that runs without problems. Unfortunately I noticed that PHP was not compiled with mysql support and there was no distribution of mysql with linux so please can anyone help by explai

php-install Digest 14 Aug 2002 08:44:14 -0000 Issue 978

2002-08-14 Thread php-install-digest-help
php-install Digest 14 Aug 2002 08:44:14 - Issue 978 Topics (messages 8104 through 8112): Re: compiling issue with apxs it appears 8104 by: temp 8105 by: Jim Thome problem solved 8106 by: Erik Multiple PHP Configurations 8107 by: Tom Skillman Re: RedHat

[PHP-INST] Re: help me install php4.2.2 on Apache2.0.40 for winXP

2002-08-14 Thread Ezekiel
I suggest you to install apache 1.3.26 instead of 2.0.40 because this new version is very bad implemented with php on win32. I have successed in installing php with apache 2.0.40 on win2K but you have many bugs on your page when you use php. Try 1.3.26 and it will work better. Ezekiel "Le Long