Re: [PHP-INST] Re: installing 4.3.0 error

2003-03-02 Thread Michael Mauch
Chris Hewitt <[EMAIL PROTECTED]> wrote: > jun wrote: > >>>Here's the error: >>>Zend/zend_execute.lo sapi/cli/php_cli.lo sapi/cli/getopt.lo >>>main/internal_functions_cli.lo -lintl -lpng -lz -lz -lcrypt -lresolv -lm - >>>ldl -lnsl -lcrypt -o sapi/cli/php >>>ext/mysql/libmysql/my_tempnam.o: In func

php-install Digest 3 Mar 2003 04:12:52 -0000 Issue 1273

2003-03-02 Thread php-install-digest-help
php-install Digest 3 Mar 2003 04:12:52 - Issue 1273 Topics (messages 10249 through 10254): 'make' PHP4.3.1 returns the use of function`tempnam' is dangerous --- WHY? 10249 by: Patrick LOK Re: [PHP] 'make' PHP4.3.1 returns the use of function`tempnam' is dangerous --- WHY? 10

[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 keeps on running... nothing returns, no > core-dump... > > any fur

[PHP-INST] PHP on WinXP with IIS - CGI Error

2003-03-02 Thread Ron Gordon
I am trying to install PHP on Windows XP with IIS. I downloaded php-4.3.1-installer.exe and ran it selecting the standard installation option. Then I used the Internet Information Services applet in Control Panel to create a Virtual Directory within my Default Web Site named PHPWeb. The local path

[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] Re: [PHP] 'make' PHP4.3.1 returns the use of function`tempnam' isdangerous --- WHY?

2003-03-02 Thread Rasmus Lerdorf
> When I tried to 'make' PHP-4.3.1, it returns warning message and died. I am > using RH8.0 + Apache 2.0.44 It didn't die, that is simply the end of the build. Warnings aren't fatal. (Please do not cc all the lists) -Rasmus -- PHP Install Mailing List (http://www.php.net/) To unsubscribe,

[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-install Digest 2 Mar 2003 15:55:48 -0000 Issue 1272

2003-03-02 Thread php-install-digest-help
php-install Digest 2 Mar 2003 15:55:48 - Issue 1272 Topics (messages 10243 through 10248): Re: How to install PHP431 on RH8? 10243 by: Rasmus Lerdorf Re: installing 4.3.0 error 10244 by: jun 10248 by: Chris Hewitt libmysql: error = temname is dangerous use...

Re: [PHP-INST] Re: installing 4.3.0 error

2003-03-02 Thread Chris Hewitt
jun wrote: Here's the error: Zend/zend_execute.lo sapi/cli/php_cli.lo sapi/cli/getopt.lo main/internal_functions_cli.lo -lintl -lpng -lz -lz -lcrypt -lresolv -lm - ldl -lnsl -lcrypt -o sapi/cli/php ext/mysql/libmysql/my_tempnam.o: In function `my_tempnam': /www/download/php.4.3.0/ext/mysql/libmys

[PHP-INST] mnogosearch extension as dynamic module

2003-03-02 Thread Philipp Offermann
Hi folks, I'd like to compile the mnogosearch PHP extension module as a dynamic module for PHP so that I don't have to recompile whole PHP but rather include the mnogosearch module with "dl('...');" where I need it. Is that possible and if so how do I have to compile the module? Thanks a lot,