[PHP-INST] heh, a new problem!

2002-07-18 Thread leandro asnaghi-nicastro
So I did what was suggested, I grabbed the php_fuctions.c or whatever it was called off of php-stable, reconfigured, make clean, make, make install and this is what I end up with: Making install in . make[1]: Entering directory `/root/php-4.2.1' make[1]: *** [install-sapi] Error 1 make[1]: Leav

[PHP-INST] MYSQL vs POSTGRESQL

2002-07-18 Thread J Fazenda
Hi Scott, I do understand your comment very well. I always do a bit of reading before doing anything (but not always enough). I believe Postgre is better in several ways. I read about the differences between the 2 SQL's and the "ACID" test. I also understand the difference in the way the two hand

[PHP-INST] Never mind.

2002-07-18 Thread leandro asnaghi-nicastro
I remembered right after I sent that message. /php-4.2.1/sapi/apache2filter Duh. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-INST] php 4.2.1 and apache 2.0.39 compile error

2002-07-18 Thread leandro asnaghi-nicastro
On This Day, in the Year of Our Lord 19 Jul 02, at 12:48, thus spake electroteque : > just get the 4.1.2 from there > http://www.php.net/do_download.php?download_file=php-4.2.1.tar.g > z, then goto http://snaps.php.net then get > http://snaps.php.net/php4-latest.tar.gz <-- this is

RE: [PHP-INST] php 4.2.1 and apache 2.0.39 compile error

2002-07-18 Thread electroteque
just get the 4.1.2 from there http://www.php.net/do_download.php?download_file=php-4.2.1.tar.gz, then goto http://snaps.php.net then get http://snaps.php.net/php4-latest.tar.gz <-- this is the snapshot file i was talking about, which u transfer the php_functions.c file over from to the original s

RE: [PHP-INST] php 4.2.1 and apache 2.0.39 compile error

2002-07-18 Thread leandro asnaghi-nicastro
On This Day, in the Year of Our Lord 19 Jul 02, at 12:32, thus spake electroteque : > " for example" whereever your original php source is , i put it > in /usr/local/etc then symlink it back to php for easy > reference, and i keep all my sources there so if it craps out i > can sy

[PHP-INST] mod_perl install - sorry offf topic

2002-07-18 Thread electroteque
hi where could i find a howto to get mod_perl working in apache ? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-INST] php 4.2.1 and apache 2.0.39 compile error

2002-07-18 Thread electroteque
" for example" whereever your original php source is , i put it in /usr/local/etc then symlink it back to php for easy reference, and i keep all my sources there so if it craps out i can symlink back to and older version, unfortunatly apache 2 doesnt like to be compiled into itself, so i put that

RE: [PHP-INST] php 4.2.1 and apache 2.0.39 compile error

2002-07-18 Thread electroteque
i tried that patch to the php_functions.c file as suggested it didnt work, it didnt like that include file there , so i went to the snapshot version copied over the php_functions.c file from there which was already patched and fixed , and everything compiled fine and is running i sent my configure

RE: [PHP-INST] php 4.2.1 and apache 2.0.39 compile error

2002-07-18 Thread leandro asnaghi-nicastro
On This Day, in the Year of Our Lord 18 Jul 02, at 13:08, thus spake dan rossi : > its a simple procedure download the php-latest Which I did. > files extract it Done. > go into sapi/apache2filter Yup. The php_functions.c file is there. > and then cp php_functions.c >

RE: [PHP-INST] php 4.2.1 and apache 2.0.39 compile error

2002-07-18 Thread leandro asnaghi-nicastro
On This Day, in the Year of Our Lord 18 Jul 02, at 13:08, thus spake dan rossi : > keep trying took me 2 days unfortunatly they release it without > even testing it out first That sounds a little stupid to me, or am I alone feeling this way? > its a simple procedure download the p

RE: [PHP-INST] why i can't execute my php codes

2002-07-18 Thread Viraj Kalinga Abayarathna
Regarding your php code, did you configure the httpd conf file to handle PHP on your server? If not, this is the reson, your server still do not know how to handle the php scripts.. look for these entries in your httpd.conf file, if not existed add them according to your paths. Action ap

Re: [PHP-INST] php with ldap.

2002-07-18 Thread Matt Wirges
On Thursday 18 July 2002 11:41, SkyLeach wrote: > I have been working on this for a couple of days now and I am getting > nowhere. > > Has anyone here gotten PHP to work with OpenLDAP version 2.1? I keep > getting the following error: > > [root@the-anchor php-4.2.1]# /www/bin/apachectl configtest

[PHP-INST] Re: Apache 2.0.39 and Php 4.2.1 (again.. probably)

2002-07-18 Thread Matt
Download more headders in this group as sum one has put 2geather a tutorial cant remember link i fink theres one here www.phpgeek.net Matt "Else Magni Vassvik Rovik" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I've installed Apache 2.0.39 on Win 98 and i

php-install Digest 18 Jul 2002 21:38:28 -0000 Issue 938

2002-07-18 Thread php-install-digest-help
php-install Digest 18 Jul 2002 21:38:28 - Issue 938 Topics (messages 7802 through 7812): cancel of <[EMAIL PROTECTED]> 7802 by: Azzkikr Re: patches 7803 by: Moraes, Fabio Re: apache issues with shared object 7804 by: Robert Abbate Re: php 4.2.1 and apache 2.0.39 c

RE: [PHP-INST] php 4.2.1 and apache 2.0.39 compile error

2002-07-18 Thread Azzkikr
Hi there , i had the same prob for some days now. But now it works... I tell you my solution Download apache 2.0.39 and php 4.2.1 and php4-STABLE-latest.tar.gz at http://snaps.php.net/php4-STABLE-latest.tar.gz cd to dl location of php4-STABLE-latest.tar.gz tar -zxvf php4-STABLE-latest.ta

[PHP-INST] php with ldap.

2002-07-18 Thread SkyLeach
I have been working on this for a couple of days now and I am getting nowhere. Has anyone here gotten PHP to work with OpenLDAP version 2.1? I keep getting the following error: [root@the-anchor php-4.2.1]# /www/bin/apachectl configtestssl Syntax error on line 209 of /www/conf/httpd.conf: Canno

Re: [PHP-INST] PHP.INI...Pleas help.

2002-07-18 Thread toby -
Rodrigo >I was supposed to rename the php.ini-dist file to php.ini and move it >to >the windows directory where >i put all of my *.ini files. I have don exactly that but it doesn`t >work. >When I look up the fil in the windows directory the fil name is php >and >the type is "ini-dist-fil". What

[PHP-INST] PHP.INI...Pleas help.

2002-07-18 Thread Rodrigo San Martin
Hi everyone. I`m trying to install php-4_0_0-Win32 on my computer to work with Apache_1_3_12_win32. In the installation directory I was supposed to rename the php.ini-dist file to php.ini and move it to the windows directory where i put all of my *.ini files. I have don exactly that but it doesn`

[PHP-INST] Problem with download of PDF files

2002-07-18 Thread Lehmann, Frank (GE51)
Dear Sirs, my Apache/2.0.36(Win32) web server is running in combination with PHP 4.2.1 as CGI on a Windows XP Professional machine. Everything runs fine including some PHP software. Unfortunately there is one exception. I want to use PHP to provide PDF file download within my HTML code. Wh

[PHP-INST] Apache 2.0.39 and Php 4.2.1 (again.. probably)

2002-07-18 Thread ELSE MAGNI VASSVIK ROVIK
I've installed Apache 2.0.39 on Win 98 and it's up and running. I tried to install the exe file of php 4.2.1, but I got an error message saying that it couldn't configure Apache.. What is that all about?? I also tried to install the zip file, but I'm a newbie so you can probably imagine it going d

RE: [PHP-INST] php 4.2.1 and apache 2.0.39 compile error

2002-07-18 Thread electroteque
after a few goes i got this to work , then added sablotron and is working perfect, i already had a php.ini file and it didnt seem to overwrite it cause my globals were still on :) , i have started using $_GET['bla']; but i have alot of code like $blah from form variables :| trouble i had with apa

RE: [PHP-INST] php 4.2.1 and apache 2.0.39 compile error

2002-07-18 Thread Chris Santerre
I think I lucked out with the snapshot version I received. When I did it, the php_functions.c problem went away. Good idea copying the newer file over. For those of you who have had success, your old code may not work now :( Register_globals is defaulted to off instead of on for security reasons.

[PHP-INST] Re: apache issues with shared object

2002-07-18 Thread Robert Abbate
Oh, I forgot to mention, my configuration options: ./configure --with-apxs=/usr/sbin/apxs --disable-static --enable-pic --inclu dedir=/usr/include --enable-inline-optimization --libdir=/usr/lib,/usr/local /lib --with-config-file-path=/etc --enable-magic-quotes --enable-debugger -- enable-track-va

RE: [PHP-INST] patches

2002-07-18 Thread Moraes, Fabio
bash$ gzip -d file.patch.gz bash$ patch -p0 -N < file.patch --- Fabio Moraes [EMAIL PROTECTED] +55 21 3088 9548 -Original Message- From: John Wulff [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 9:13 PM To: [EMAIL PROTECTED] Subject: [PHP-INST] patches How do I install

[PHP-INST] cancel of <20020716215553.79668.qmail@pb1.pair.com>

2002-07-18 Thread Azzkikr
cancel by original author -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

php-install Digest 18 Jul 2002 09:28:42 -0000 Issue 937

2002-07-18 Thread php-install-digest-help
php-install Digest 18 Jul 2002 09:28:42 - Issue 937 Topics (messages 7788 through 7801): compile error (TSRM/tsrm_virtual_cwd.h) 7788 by: Alven Re: why i can't execute my php codes 7789 by: toby - noob prob with install of apache with php 7790 by: azzkikr Re: php

[PHP-INST] Re: gd errors while compiling PHP

2002-07-18 Thread Santosh Narayanan
Hi all, Thanks for the replies to my message regarding gd errors while compiling PHP. I finally managed to solve it using this method. Note that I am using a Redhat Linux system to do the compile. 1) Compiled and installed libpng 1.2.4 wget www.libpng.org/pub/png/src/libpng-1.2.4.tar.gz tar