On Mon, May 23, 2011 at 23:31, Richard Quadling <rquadl...@gmail.com> wrote:
> On 23 May 2011 22:03, Hannes Magnusson <hannes.magnus...@gmail.com> wrote:
>> On Mon, May 23, 2011 at 22:59, Richard Quadling <rquadl...@gmail.com> wrote:
>>> On 23 May 2011 20:17, Hannes Magnusson <hannes.magnus...@gmail.com> wrote:
>>>>>>> On Mon, May 23, 2011 at 1:51 PM, Richard Quadling <rquadl...@gmail.com> 
>>>>>>> wrote:
>>>>>>>> The server in question only reports the crash after a logout/login.
>>>>>>>>
>>>>>>>> And only for 1 of the languages that crashes (es or fa - will need to
>>>>>>>> check locally).
>>>>
>>>>
>>>> I am assuming this happens in configure.php, not actually PhD, right?
>>>> That sounds like a broken chunk entity declaration, meaning a parser
>>>> error soon in an file chunk.
>>>>
>>>> Try with configure.php --disable-segfault-error
>>>> You may also try the --disable-segfault-speed option, although it
>>>> shouldn't affect this particular issue.
>>>>
>>>> (yes, we actually have 2 switches to disable 2 different segfaults ;))
>>>>
>>>> -Hannes
>>>>
>>>
>>> Yes it is.
>>>
>>> If you look at http://oti1.php.net/logs/configure_fa.log, the log file
>>> just terminates.
>>>
>>> c:\php\binaries\PHP_5_3\php.exe configure.php -- --enable-chm
>>> --enable-xml-details --disable-segfault-error --disable-segfault-speed
>>> --with-lang=fa
>>>
>>> now produces something more meaningful.
>>
>>
>> Why are you trying to build persian anyway?
>> Those CHM files will not be published since the translation is
>> severely broken and hasn't been updated for years and years.
>>
>> -Hannes
>>
>
> http://svn.php.net/viewvc/phpdoc/doc-base/trunk/scripts/build-chms.php?revision=297785&view=markup
>
> From the first day that the PHP based CHM builder was created, fa was
> in the list.
>
> Where is the list that I SHOULD be using.
>
> I'll adjust the code to use that list.


wget --no-check-certificate
https://svn.php.net/repository/web/php/trunk/include/languages.inc;
php -r 'include "./languages.inc"; echo implode( " ", array_keys(
$ACTIVE_ONLINE_LANGUAGES ) );'

It does however seem like Persian is actually available on the php.net docs.
Had to verify that couple of times before I believed it, but
apparently it is relatively up2date \o/

-Hannes

Reply via email to