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
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
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
Translate PHP Manual to Bahasa
Indonesia
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
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