[PHP-INST] Re: Cannot connect PostgreSQL 7.3.1. Using PHP thru...

2003-03-07 Thread Patrick LOK
tcpip_socket is enabled! access to postgresql is granted; ip-address is added to pg_hba.conf - METHOD = trust ./pl "Patrick Lok" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have the following setups: > *PostgreSql 7.3.1 and MSSQL on Win2k server (A)

[PHP-INST] Cannot connect PostgreSQL 7.3.1. Using PHP thru...

2003-03-07 Thread Patrick LOK
I have the following setups: *PostgreSql 7.3.1 and MSSQL on Win2k server (A) *Apache 1.3.x + PHP 4.3.1.1(using CGI & loaded w/ php_pgsql.dll) + ODBC for PostgreSql v7.02.00.05 on Win2K server (B) I tried to use phppgadmin 2.4.2 and odbc for postgresql to connect PostgreSql in (A) but both connec

[PHP-INST] PHP ODBC

2003-03-06 Thread Patrick LOK
Is there ODBC for PHP4 for LINUX to connect MS-SQL? p.s. other than openlink software rgds ./pl

Re: [PHP-INST] HELP-- PHP wouldn't work with Apache/W2K

2003-03-04 Thread Patrick LOK
e.dll" > line in my Apache config file. > > Regards, > Sharat Hegde > Phone: 6575800 Ext 4610 > Direct: 6566615 > > > -Original Message- > From: Patrick LOK [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 04, 2003 1:20 PM > To: [EMAIL PROTECTED] &

Re: [PHP-INST] HELP-- PHP wouldn't work with Apache/W2K

2003-03-04 Thread Patrick LOK
your test file is there a space between " -- no space! Goodluck ./pl "Patrick Lok" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I have exact config/setup w/ yours except loading sapi! Mine is working fine! FYI, SAPI won't work on W2K; so the last 2 i

Re: [PHP-INST] HELP-- PHP wouldn't work with Apache/W2K

2003-03-03 Thread Patrick LOK
RE: [PHP-INST] HELP-- PHP wouldn't work with Apache/W2KI have exact config/setup w/ yours except loading sapi! Mine is working fine! FYI, SAPI won't work on W2K; so the last 2 inserts are meaningless (you may remove them). DId you 'Restart' Apache? ./pl "Jip Kongruengkit" <[EMAIL PROTECTED

[PHP-INST] Re: [PHP] 'make' PHP4.3.1 returns the use of function`tempnam' is dangerous --- WHY?

2003-03-02 Thread Patrick LOK
ooops... Should be 'php -i'... ./pl "Patrick Lok" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I tried to complete the installation (I did 'make install') but the test on > 'php -l' didn't return anything; it ke

[PHP-INST] Re: [PHP] 'make' PHP4.3.1 returns the use of function`tempnam' is dangerous --- WHY?

2003-03-02 Thread Patrick LOK
I tried to complete the installation (I did 'make install') but the test on 'php -l' didn't return anything; it keeps on running... nothing returns, no core-dump... any further help? Ok! I just want helpers can have a full investigation on the suspected error. Best best regards ./pl "Rasmus

[PHP-INST] 'make' PHP4.3.1 returns the use of function`tempnam' is dangerous --- WHY?

2003-03-02 Thread Patrick LOK
When I tried to 'make' PHP-4.3.1, it returns warning message and died. I am using RH8.0 + Apache 2.0.44 The warning tells me the use of function name 'tempnam' is dangerous (why? who can tell?), and the 'make' process died. The error is: ext/mysql/libmysql/my_tempnam.lo: In function `my_tempnam':

[PHP-INST] Re: [PHP] Is PHP Reinstall required?

2003-02-26 Thread Patrick LOK
But where is the package? rgds ./pl "Rasmus Lerdorf" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Just install the apache-devel package which is where the apxs tool lives. > > -Rasmus > > On Thu, 27 Feb 2003, Patrick LOK wrote: > > >

[PHP-INST] Is PHP Reinstall required?

2003-02-26 Thread Patrick LOK
I have to uninstall my Apache 2.0.x that came along with RedHat 8.0 because the httpd (rpm) in RH8.0 does not have Apache apxs (why dont they include it). I need apxs to install lxp... (it seems lxp can only be installed on a customized Linux platform... USER NOT FRIENDLY :( ) I already have PH