Re: [PHP-DEV] get_called_class returns empty on spl_autoload*

2009-04-27 Thread Johannes Schlüter
On Mon, 2009-04-27 at 14:44 -0500, Pablo Fischer wrote: > Hm, very strange, perhaps I'm building it with port (mac)? > > $ sudo port install php5-devel For issues in third party versions please contact the third party distributor. Report issues to us only with versions from php.net / snaps.php.ne

Re: [PHP-DEV] get_called_class returns empty on spl_autoload*

2009-04-27 Thread Hannes Magnusson
On Mon, Apr 27, 2009 at 21:44, Pablo Fischer wrote: > Hm, very strange, perhaps I'm building it with port (mac)? > > $ sudo port install php5-devel Don't know what this means. Please try a normal CVS build: $ cvs -d:pserver:cvsr...@cvs.php.net/repository co -r PHP_5_3 php5 $ cd php5 $ ./buildco

Re: [PHP-DEV] get_called_class returns empty on spl_autoload*

2009-04-27 Thread Pablo Fischer
Hm, very strange, perhaps I'm building it with port (mac)? $ sudo port install php5-devel On Mon, Apr 27, 2009 at 2:03 PM, Hannes Magnusson wrote: > On Mon, Apr 27, 2009 at 18:19, Pablo Fischer wrote: >> Hi, >> >> Well, I upgraded my php5.3 version and I still see the same thing: > [...] >> PHP

Re: [PHP-DEV] get_called_class returns empty on spl_autoload*

2009-04-27 Thread Hannes Magnusson
On Mon, Apr 27, 2009 at 18:19, Pablo Fischer wrote: > Hi, > > Well, I upgraded my php5.3 version and I still see the same thing: [...] > PHP 5.3.0RC1 (cli) (built: Apr 27 2009 11:12:36) What about CVS? > As I said, not sure if this is the way spl_autoload_register should > work with get_called_c

[PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS

2009-04-27 Thread Scott MacVicar
On 27 Apr 2009, at 19:35, Jani Taskinen wrote: Scott MacVicar kirjoitti: scottmacMon Apr 27 18:20:19 2009 UTC Modified files: (Branch: PHP_5_3) /php-src NEWS Log: BFN [snip] crashes). (Dmitry) - Fixed bug #47699 (autoload and late static binding). (Dm

[PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS

2009-04-27 Thread Jani Taskinen
Scott MacVicar kirjoitti: scottmacMon Apr 27 18:20:19 2009 UTC Modified files: (Branch: PHP_5_3) /php-src NEWS Log: BFN [snip] crashes). (Dmitry) - Fixed bug #47699 (autoload and late static binding). (Dmitry) +- Fixed bug #47695 (build error when x

Re: [PHP-DEV] get_called_class returns empty on spl_autoload*

2009-04-27 Thread Pablo Fischer
Hi, Well, I upgraded my php5.3 version and I still see the same thing: $ php test.php string(24) "Current class is: Loader" string(16) "Calling for Foo" Fatal error: Class 'Foo' not found in /Users/pablo/Projects/reptilia/test.php on line 17 $ php --version PHP 5.3.0RC1 (cli) (built: Apr 27 20

[PHP-DEV] [PATCH] #48070 PDO_OCI Segfault when using persistent connection

2009-04-27 Thread Jarismar Chaves da Silva
Hi all, Can someone please give a look at this bug. I think it is a problem trying to free statements error messages. It is causing segfaults when using persistent connections. I've posted a patch on te bug-report. Thanks in advance. -- Jarismar C. Silva jarismar@gmail.com

[PHP-DEV] PHP 6 Bug Summary Report

2009-04-27 Thread internals
PHP 6 Bug Database summary - http://bugs.php.net/ Num Status Summary (79 total -- which includes 33 feature requests) ===[Apache related]=== 47061 Open User not logged under Apache ===[A

[PHP-DEV] PHP 5 Bug Summary Report

2009-04-27 Thread internals
PHP 5 Bug Database summary - http://bugs.php.net/ Num Status Summary (1395 total -- which includes 853 feature requests) ===[*General Issues]== 48041 Open no headers sent if output is blank