[PHP-DEV] Ifx - Help ! losing my mind, thread by thread

2003-08-21 Thread Corne' cornelius
Hi, Please help, after a 72 hour debugging session my mind feels dimished past the size of a dustmite-parasite. Call me stupid if you want. Can you give me some extra tips on debugging PHP, threads, lists, etc.. and how i can track the flow of the shutdown of a script execution/timeout. The I

Re: [PHP-DEV] Ifx - Help ! losing my mind, thread by thread

2003-08-21 Thread Corne' cornelius
no worries, i figured it out. sorry for flooding the list after horribly confuzing myself. Have a good one =) Corne' cornelius wrote: > Hi, > > Please help, after a 72 hour debugging session my mind feels dimished > past the size of a dustmite-parasite. > > Call me stupid if you want. > > Can you

[PHP-DEV] php-general lists problems

2003-08-21 Thread Curt Zirzow
Hello, There is a problem with the [EMAIL PROTECTED] list. It seems someone that is subscribed to the list is forwarding email to other mailing lists (or subscribing autoresponders). So now everytime a person posts to the list, autoresponded emails get sent to the user who sent them. A couple o

[PHP-DEV] CVS Account Request: dodol_maniac

2003-08-21 Thread doni
Translate PHP Manual to Bahasa Indonesia -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] [PATCH] Autoloading of functions

2003-08-21 Thread Vesselin Atanasov
Hello. This patch allows __autoload to be called to not only for classes but for functions too. It adds two defines: AUTOLOAD_CLASS and AUTOLOAD_FUNCTION. The prototype for __autoload becomes: function autoload ($autoload_name, $autoload_type); where $autoload_type is AUTOLOAD_CLASS or AUTOLOAD_FUN