ID: 4682 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Won\'t fix Bug Type: Other Operating System: linux PHP Version: 3.0.15 New Comment:
We are sorry, but can not support PHP 3 related problems anymore. Momentum is gathering for PHP 5, and we think supporting PHP 3 will lead to a waste of resources which we want to put into getting PHP 5 ready. Ofcourse PHP 4 will will continue to be supported for the forseeable future. i'm sure it works for php 4 PS: setlocale and stuff are not php thread safe :( Previous Comments: ------------------------------------------------------------------------ [2000-05-30 00:57:49] [EMAIL PROTECTED] The mod_php.c per-dir configuration only gets called the first time with a NULL dir pointer to build the base configuration record. Apache never calles PHP3 again to build a per dir configuration. The configuration merge is dummied and only the data from the base record (PHP3_INI_MASTER) is ever returned. Updates to PHP3_INI are ignored. The merge logic in mod_php.c is ignored and and changed made after the initial base record is build will be wiped out. I am building i18n extentions to PHP and because locale and charset can change by directory, and must be determined before headers are written, this feature is important. The charset is also critical to determine the codepage of the PHP script for text literal handeling. The locale to time, date, number formating as well as collating sequences. I am tamming the ICU "IBM Classes for Unicode" package to run well behaved under Apache with PHP. Plus I am adding extra UTF-8, string case conversion and browser support. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=4682&edit=1
