[PHP] phpinfo() printing old ./configure arguments

2002-03-18 Thread Markus Bertheau

Hello,

We recently upgraded the php apache modules to include some bugfixes and
the wddx module, but phpinfo() does still show a compilation time of
August 1 2001 and the old compilation infos.

Where do I have to dig about that?

Please cc me as I'm not on the list.

Markus Bertheau




signature.asc
Description: This is a digitally signed message part


[PHP] language.variables.predefined.php

2001-11-20 Thread Markus Bertheau

Good day,

refering to

/manual/en/



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] language.variables.predefined.php

2001-11-20 Thread Markus Bertheau

(Hey, bug in Evolution. Hope it works now.) 

Good Day, 

refering to 

/manual/en/language.variables.predefined.php 

you write 

If the register_globals directive is set, then these variables will
also be made available in the global scope of the script; i.e., separate
from the $HTTP_*_VARS arrays. This feature should be used with care, and
turned off if possible; 

if it should be used with care, you should introduce the apache
variables from a few lines above as elements of the $HTTP_SERVER_VARS
array, not as global variables. 

Markus Bertheau 





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Error compiling PHP

2001-09-27 Thread Markus Bertheau

On Thu, 2001-09-27 at 10:56, Alberto wrote:
 /usr/bin/ld: cannot find -lpq
this is the PostgreSQL client library. It is needed when you configure
with --with-pgsql. If you don't need PostgreSQL Support remove it,
otherwise you have to install a package named sth like postgres-client
and postgres-client-devel

Markus Bertheau


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Need help to create HTML table with 2 columns.

2001-08-23 Thread Markus Bertheau

ho,

John Bass wrote:
 printf (trTD%sbr%s/TD TD%sbr%s/tr\n, $row-image_link,
 ^^

You forgot to close the td tag, maybe your browser didnt display the table 
because of that.

Markus Bertheau


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]