[PHP-DEV] PHP 5 Bug Summary Report

2006-03-26 Thread internals
PHP 5 Bug Database summary - http://bugs.php.net Num Status Summary (476 total including feature requests) ===[*Compile Issues]== 36404 Open configure script cannot complete libxml build ===

[PHP-DEV] PHP 4 Bug Summary Report

2006-03-26 Thread internals
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (636 total including feature requests) ===[*Configuration Issues] 36257 Open php ini master values are reset between vhosts ==

[PHP-DEV] Re: pg_execute error

2006-03-26 Thread Yasuo Ohgaki
Lukas Smith wrote: > Yasuo Ohgaki wrote: > >> 3) add bool parameter to pg_execute() >>e.g. pg_execute(resource connection, string stmtname, array params, bool >> ignore_error) > > how would you intent to implement this? > AFAIK there is currently no catalog to find out the prepared statement

Re: [PHP-DEV] open_basedir_for_include

2006-03-26 Thread Peter Brodersen
Hi, On Sun, 26 Mar 2006 12:42:57 -0500, in php.internals [EMAIL PROTECTED] (Ilia Alshanetsky) wrote: >If you don't trust your users to execute external commands, which is >perfectly valid concern, PHP provides you with a way (disable_functions) > INI setting to restrict the functionality. I h

Re: [PHP-DEV] open_basedir_for_include

2006-03-26 Thread Ilia Alshanetsky
If you don't trust your users to execute external commands, which is perfectly valid concern, PHP provides you with a way (disable_functions) INI setting to restrict the functionality. Ilia Peter Brodersen wrote: On Sat, 25 Mar 2006 12:14:52 -0500, in php.internals [EMAIL PROTECTED] (Ilia Al

Re: [PHP-DEV] open_basedir_for_include

2006-03-26 Thread Peter Brodersen
On Sat, 25 Mar 2006 12:14:52 -0500, in php.internals [EMAIL PROTECTED] (Ilia Alshanetsky) wrote: >Plus is you leave the file writable, what's to say you couldn't do: >shell_exec("cp foo /lib/file/inc.php") ? The possible exec restriction salvaged from safe_mode mentioned in <[EMAIL PROTECTED]> ?

[PHP-DEV] Re: php-src /ext/standard array.c php_array.h /ext/unicode collator.c config.m4 config.w32 php_unicode.h unicode.c

2006-03-26 Thread l0t3k
Derick, i know this is the initial dump, but have a look also here : http://icu.sourceforge.net/userguide/Collate_ServiceArchitecture.html#Sort_Key For small lists the current implementation is OK, but after a threshold, sort keys are better performance-wise. Here's an implementation of mine