Re: [PHP-DEV] Autoboxing in PHP

2010-05-04 Thread Cornelius
rray_* family of functions directly in php as methods for arrays, etc. Cornelius -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] PHP LLVM JIT-Compiler

2009-07-06 Thread Cornelius
(and which version of llvm-gcc?), and are there any further information on goals, todo plans etc? Maybe I could take up the work and try to improve that project, but for that i'd need some more information. I already know the talk and the slides of Nuno at llvm.org. Yours Cornelius -- PHP

[PHP-DEV] IFX - new_link stuff

2004-03-16 Thread Corne' Cornelius
Hi, The Informix extension has some issues with it's connection resources. When a connection resource is busy, -439 errors are returned from the following functions: ifx_connect() ifx_pconnect() ifx_query() ifx_prepare() I want to add a new_link parameter to the ifx_(p)connect() functions, lik

[PHP-DEV] Informix: connection busy handling undecisive

2003-08-18 Thread Corne' cornelius
Hi, The Informix DB Extension has been giving a lot of -439 errors lately, especially when persistent connections are used. Error -439 means that the current connection is busy and can't process a new SQL query at the moment. Bugs related: 13459, 8267, 14254, 19416, 16145, 14314 Should i chan

Re: [PHP-DEV] PHP 4.3.3RC4 Released

2003-08-19 Thread Corne' cornelius
Hi, I have a patch for the Informix extensions that fixes a bug which is quite old, but a big problem (Related bugs: 13459, 8267, 14254, 19416, 16145, 14314). Can i commit this to the PHP_4_3 branch and can it be included in PHP-4.3.3 final ? or do i need to commit it to PHP_4 now, and to PHP

[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 stup