[PHP-DEV] PHP 4 Bug Summary Report

2006-10-02 Thread internals
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (638 total including feature requests) ===[*Configuration Issues] 38670 Open Whole 4.4.x branch has problem with open_basedir option nested from Apache2

[PHP-DEV] PHP 5 Bug Summary Report

2006-10-02 Thread internals
PHP 5 Bug Database summary - http://bugs.php.net Num Status Summary (605 total including feature requests) ===[*Configuration Issues] 37919 Open PHP doesn't read the configurations propertly

[PHP-DEV] Re: cvs: php-src(PHP_5_2) /ext/mbstring config.m4

2006-10-02 Thread Sebastian Bergmann
Antony Dovgal wrote: Please don't forget to merge this patch into HEAD. Is the mbstring extension not supposed to be removed from HEAD anyway? -- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69

Re: [PHP-DEV] Re: cvs: php-src(PHP_5_2) /ext/mbstring config.m4

2006-10-02 Thread Antony Dovgal
On 02.10.2006 13:29, Sebastian Bergmann wrote: Antony Dovgal wrote: Please don't forget to merge this patch into HEAD. Is the mbstring extension not supposed to be removed from HEAD anyway? AFAIK we were going to leave it for BC reasons. -- Wbr, Antony Dovgal -- PHP Internals - PHP

[PHP-DEV] Re: [PHP Guru question]: run php script from within pecl extension

2006-10-02 Thread Roland Schwingel
Hi Sara... Thanks for your reply... Sara Golemon schrieb: For several reasons I need to call a php script every x minutes. I need that on several platforms so I started to write a pecl extension that implements something like a cron service. Why not cron then? I love cron, but I am mainly

[PHP-DEV] RE : Re: __autoloading and functions

2006-10-02 Thread P
Terje Slettebø wrote : I think this sounds like a great idea. :) We do something similar with our class loader, in that it scans a lib-directory and its subfolders, building a map of class name to filename (it doesn't open the files - it only builds the map based on file naming

Re: [PHP-DEV] RE : Re: __autoloading and functions

2006-10-02 Thread Stut
LAUPRETRE François (P) wrote: May I say that, on this subject and others, I am quite disappointed by the attitude of people on this mailing list. I tried to get some reactions about two projects I had been working on during several months (the Autoload handler and the PHK manager) and the few

Re: [PHP-DEV] RE : Re: __autoloading and functions

2006-10-02 Thread Richard Lynch
On Mon, October 2, 2006 9:15 am, LAUPRETRE François (P) wrote: Terje Slettebø wrote : I don't know if it is a great idea because you are the only one to be interested. Please feel free to download and use it ... May I say that, on this subject and others, I am quite disappointed by the

Re: [PHP-DEV] Re: [PHP Guru question]: run php script from within pecl extension

2006-10-02 Thread Richard Lynch
On Mon, October 2, 2006 8:59 am, Roland Schwingel wrote: I love cron, but I am mainly (85%) on windows with my apps and want to have a simple and easy setup and not a bunch of applications/services to install. There is just the apache service bringing in php and my pecl. All other solutions I

Re: [PHP-DEV] Per-request UG(unicode)

2006-10-02 Thread Ilia Alshanetsky
After looking at the patch, I think that for the sake of code sanity we need to keep this setting only inside php.ini only. The amount of hackery per-request setting creates is just not worth the convenience IMHO. -1. Ilia -- PHP Internals - PHP Runtime Development Mailing List To