Re: [PHP-DEV] autoconf troubles with 4.3.0

2002-12-28 Thread Joerg Behrens
- Original Message -
From: Sascha Schumann [EMAIL PROTECTED]
To: Kristian Koehntopp [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Saturday, December 28, 2002 11:46 PM
Subject: Re: [PHP-DEV] autoconf troubles with 4.3.0


  ***BUG in Autoconf--please report*** AC_ADD_LIBRARY_WITH_PATH
  ***BUG in Autoconf--please report*** AC_ADD_INCLUDE

 Ah, sorry, I did not really look at the output.

 The undefined macros should not be referenced by any of PHP's
 config.m4 scripts anymore.  If you e.g. copied an old
 external extension into the PHP source tree, you are likely
 to see these messages.


for example when using the extension imlib without modification befor you
use buildconf

regards
Joerg Behrens


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] [RFC] adding sapi_module_struct.pretty_name to $_SERVER

2002-11-12 Thread Joerg Behrens


- Original Message - 
From: George Schlossnagle [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, November 12, 2002 6:44 PM
Subject: [PHP-DEV] [RFC] adding sapi_module_struct.pretty_name to $_SERVER


 How do people feel about adding the pretty name as $_SERVER['SAPI']?
 

We have already php_sapi_name() ?

regards
Joerg


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Mail-Header in bug-list

2002-07-26 Thread Joerg Behrens

- Original Message -
From: Georg Richter [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, July 26, 2002 11:04 PM
Subject: [PHP-DEV] Mail-Header in bug-list


 Hi

 would it be possible to revert the headers, or put the status at the end
of
 the subject?! Its impossible to read the subjects in your mailclient, even
if
 you use a terminal.

+1

with best regards
Joerg Behrens



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] CVS Account Request: joerg

2001-12-29 Thread Joerg Behrens

Contribute to the PHP documentation. Documentate missing functions und translate 
documentation into german.


-- 
PHP Development 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-DEV] Memory consumption / usage

2001-10-25 Thread Joerg Behrens

Moin,

- Original Message -
From: Ulf Wendel [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, October 25, 2001 11:48 AM
Subject: [PHP-DEV] Memory consumption / usage


 Hi,

 is there a way to monitor the memory usage of a php script and
 especially the size of it's variables?

Thies added a patch long time ago to log the memory usage of a php script
into the apache log files.
When using the php cvs version compiling with '--enable-memory-limit' .
Modify the logformat in the httpd.conf.

#Example
LogFormat %h %{mod_php_memory_usage}n %l %u %t \%r\ %s %b
\%{Referer}i\ \%{User-Agent}i\ combined

Entrys looks like...
192.168.153.1 2326064 - - [15/Aug/2001:15:58:56 

with best regards
Joerg Behrens

--
TakeNet GmbHMobil: 0171/60 57 963
D-97080 Wuerzburg Tel: +49 931 903-2243
Alfred-Nobel-Straße 20Fax: +49 931 903-3025



-- 
PHP Development 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]