Re: [PHP-DEV] Bug tracker code refactoring

2009-03-28 Thread Philip Olson
Greetings Josef, Most people on this list have no desire to look at or work on the bug tracker code, so it's a good idea to not ask questions about it here. I'm volunteering to mentor you [if your gsoc application is accepted] so as such please either write me or for global discussions writ

[PHP-DEV] Bug tracker code refactoring

2009-03-28 Thread Josef Šimánek
Hi, I have one question. I'm writing bug tracker README file. There is config.php with MySQL access parametrs (only), but the code is not using them. So i replaced all parametrs in mysql_connection and mysql_select_db functions used in code. Now I can simply write into README file something like :

[PHP-DEV] Returning NULL when arg parsing fails - was: Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/pcntl pcntl.c /ext/pcntl/tests pcntl_signal.phpt

2009-03-28 Thread Matteo Beccati
Hi everyone, Matteo Beccati wrote: Antony Dovgal wrote: MFH: - Fixed pcntl_signal() returning NULL when passing wrong parameters "Fixed"? Since when standard behavior is "broken"? What's wrong with that? Sorry about that. I've reverted a few minutes later after Arnaud pointed me to th

[PHP-DEV] PEAR support in 5.3

2009-03-28 Thread Ionut G. Stan
Hi, I'm playing with 5.3.0 RC1 and wanted to install PEAR. In the previous versions (for Windows at least) there was a go-pear executable which is missing now. So what are the plans for supporting PEAR in this new PHP version? Thanks -- Ionut G. Stan I'm under construction | http://igstan.

Re: [PHP-DEV] mysqli_fetch_assoc crash

2009-03-28 Thread Pierre Joye
Put the PHP directory first in your path, doing so will make the mysql extensions use the php's libmysql. Please do not ask further questions on this list about this problem, it is not a bug neither an internal issue. Cheers, On Sat, Mar 28, 2009 at 3:23 PM, Arvids Godjuks wrote: > Did anyone l

[PHP-DEV] mysqli_fetch_assoc crash

2009-03-28 Thread Arvids Godjuks
Did anyone look into this bug? http://bugs.php.net/bug.php?id=34515 I get this on my windows box right now. I made strace with StraceNT tool, I posted it here: http://paste.php.lv/685ed5f46f22a328fee5ca8fd917d70a?lang=text It's 1.19 MB long. You can email me personaly if needed.