[PHP-DEV] Re: [PHP-PEAR] PEAR issue #2 (pear-dev) vote

2001-02-22 Thread Ulf Wendel
> (x) pear-general and pear-dev I preferr general. It fits better if there's one fine day pear-db, pear-doc, pear-qa... Ulf -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list adm

[PHP-DEV] news.php.net

2001-03-20 Thread Ulf Wendel
Hi, thanks for news.php.net ! That's more than cool, it saves me lots of emails I only ordered to monitor certain lists, although I never took part in the discussion on mosts of the lists. Is there a change to put de.comp.lang.php on the newsserver and/or to add language specific mailinglists?

[PHP-DEV] Website: seach result order

2002-01-14 Thread Ulf Wendel
Hi! I recently looked for bcmath informations using http://www.php.net/bcmath and I got http://www.php.net/search.php?show=nosource&pattern=bcmath : 1.polish docs 2.polish docs 3.english docs 4.-6. russian docs I doubt that more php.net visitors can understand polish but english. Is

Re: [PHP-DEV] Overloading Tags with PHP functions

2002-01-15 Thread Ulf Wendel
Kristian Köhntopp wrote: > The following code is slow and very ad-hoc. Still, I'd like you > to have a look at it and think about it - I'll gather reviews and > opinions and probably turn it into C at some later time. Your suggestions hits my needs to almost 100%. People say that I tend to

Re: [PHP-DEV] Overloading Tags with PHP functions

2002-01-15 Thread Ulf Wendel
Markus Fischer wrote: > On Wed, Jan 16, 2002 at 12:07:17AM +0100, Ulf Wendel wrote : > >>Who's gonna implement it ;) >> > > You. I doubt this, btw. here's something related: http://www.php-tools.de/index.php?file=patTemplateOverview.xml My plans

[PHP-DEV] Bug or undocumented feature: static?

2001-05-22 Thread Ulf Wendel
Hi, I stepped into something yesterday I would call an undocumented feature or a bug, don't know if I should make a bug report. Here's the snippet: function bar() { static $j = 0; print ++$j; } class foo { function foo() { static $i = 0; print ++$i; } function bar() {

Re: [PHP-DEV] Classes & function names

2001-05-04 Thread Ulf Wendel
mixed case sensitivity and case insesitivity. I'm just a little afraid, that it might break existing code, although I'm sure one will write a tool to convert source files. Ulf -- PHP lernen? Noch sind Schulungsplätze frei: http://www.netuse.de/ Ulf Wendel, NetUSE AG Siemenswall, D-24107 Kiel Tel:

[PHP-DEV] Memory consumption / usage

2001-10-25 Thread Ulf Wendel
Hi, is there a way to monitor the memory usage of a php script and especially the size of it's variables? We've some trouble with a script eating up lots of memory (>100M) although we make heavy use of unset() :(. I know the leak could be almost everywhere and we should start a classical debuggi

Re: [PHP-DEV] Memory consumption / usage

2001-10-25 Thread Ulf Wendel
Joerg Behrens wrote: > > 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. Well, I'm using a set of scripts to monitor the systemlo

Re: [PHP-DEV] Re: [PEAR-DEV] PHPDoc Development Status

2001-11-27 Thread Ulf Wendel
"Stig S. Bakken" wrote: > > [EMAIL PROTECTED] wrote: > > phpdoc itself or just this extension ? > > Just this extension. Hurry up and apply for a CVS account at > http://php.net/cvs-php.php :-) Ok, now that everybody commented on it, let me add my 2 Cents. I never stopped beliving in the im

[PHP-DEV] PHPDoc Future

2001-11-27 Thread Ulf Wendel
James Moore wrote: > > > Q: What about DocBook? > > A: I don't have the neccessary knowledge for this, but I know some guys > > that actually have it. Means, I've send some pizza's and beer crates to > > send to them and make them feel guilty to help us ;). Help is very much > > appreciated. >

[PHP-DEV] Re: [PEAR-DEV] PHPDoc Future

2001-11-27 Thread Ulf Wendel
Alexander Merz wrote: > > > 1.) C: ext/phpdoc => simple XML (doc comments unparsed) > > 2.) PHP: standard_doctool => generates standard_intermediate XML > What would be the different between this two types of XML? And how compatible > will the xml-output to the existing xml-output? Cer

Re: [PHP-DEV] [NEW EXTENSTION]: templates

2001-12-05 Thread Ulf Wendel
Alexander Wagner wrote: > Björn Schotte wrote: > >>>- anything else? you tell me >>> >>Feature set from PHPLIB's Template class. >> > > IT[X]-Style interface for blocks. Hmm, I know about someone that implemented IT[X] in C. Well not 100% IT[X] but 95% of it. Maybe some fine day when w

[PHP-DEV] Sessions: garbage collection run

2001-12-14 Thread Ulf Wendel
Hi, being not a php source code guru I need some help on understanding the source. Why does the session module run the garbage collection from the PHP_RINIT_FUNCTION() means from php_session_start()? Does the user notice a delay caused by PHP_RSHUTDOWN_FUNCTION()? If not what's the reason not pla

Re: [PHP-DEV] Re: Sessions: garbage collection run

2001-12-14 Thread Ulf Wendel
Yasuo Ohgaki wrote: > > Ulf Wendel wrote: > > > Hi, > > > > being not a php source code guru I need some help on understanding the > > source. Why does the session module run the garbage collection from the > > PHP_RINIT_FUNCTION() means from php_sess

Re: [PHP-DEV] Re: Sessions: garbage collection run

2001-12-14 Thread Ulf Wendel
Yasuo Ohgaki wrote: > Some users need current behavior. i.e. User want make to do gc everytime > before access. User may have complex gc code to meet their needs that > requires gc at module init. No doubt they need a callback. Help me with an example of a GC strategy that needs the callback on

[PHP-DEV] ext/msession: inconsistent function names?

2001-12-19 Thread Ulf Wendel
Hi, ext/msession seems to be in an early stage. Can we still change function names? There're some inconsistencies in my eyes: msession_get_array() msession_set_array() vs. msession_setdata() (requested: msession_set_data()) msession_getdata() (requested: msession_get_data()) Ulf -- PHP

Re: [PHP-DEV] Session Patch

2002-03-20 Thread Ulf Wendel
Walter A. Boring IV wrote: > The patch provides: > configure option "--enable-app-session", which turns on the new > functions. > > session_get_list() : function which returns an array of > active > session ids. > session_get_data() : function which returns the session data arra

Re: [PHP-DEV] Re: [PHP-PEAR] Merging PHPLIB into PEAR

2001-01-19 Thread Ulf Wendel
Chuck Hagenbuch wrote: > > If the DB layer is changing, then there are going to be backwards compatibility > problems anyway, and they might end up being more subtle and hard to find. Why > not provide scripts to convert users' code to use the new names? Why assume > that the API is going to be

Re: [PHP-DEV] Patch to ext/pdf/

2001-08-21 Thread Ulf Wendel
Kristian Koehntopp schrieb: > Access denied: Insufficient Karma (kk|php4/ext/pdf) > cvs server: Pre-commit check failed > cvs [server aborted]: correct above errors first! > > So patch this yourself. Tanks to Sascha who gave me some more Karma. Committed. Ulf -- NetUSE AG