[PHP-DOC] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c /ext/reflection/tests 027.phpt ReflectionFunction_getClosure_basic.phpt ReflectionFunction_getClosure_error.phpt ReflectionMethod_getC

2009-01-26 Thread Christian Seiler
cseiler Mon Jan 26 22:54:41 2009 UTC Removed files: (Branch: PHP_5_3) /ZendEngine2/tests closure_005.phpt closure_007.phpt /php-src/ext/reflection/tests 027.phpt ReflectionFunction_getClosure_basic.phpt

[PHP-DOC] cvs: php-src(PHP_5_3) /ext/intl config.m4 php_intl.c /ext/intl/idn idn.c idn.h

2009-01-26 Thread Pierre-Alain Joye
pajoye Mon Jan 26 22:30:58 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/intl/idn idn.c idn.h Modified files: /php-src/ext/intl config.m4 php_intl.c Log: - [DOC] add IDN support, idn_to_ascii and idn_to_utf8 tests and MFB

[PHP-DOC] Re: PHP 5.3 upgrading guide

2009-01-26 Thread Lukas Kahwe Smith
On 26.01.2009, at 18:01, Pascal MARTIN wrote: The main difficulty I see is that my english -- especially written -- is not perfect; but I hope that won't be too much of a problem, and that someone could help correcting some mistakes I'll make, by proof-reading or something like that? I've

Re: [PHP-DOC] Re: [PHP-NOTES] note 88484 deleted from function.date by thiago

2009-01-26 Thread Daniel Brown
On Mon, Jan 26, 2009 at 14:09, Thiago Pojda wrote: > If you want to check it out, I used this code. You can see the example is > wrong. > > echo date("D M j G:i:s T Y").' // Sat Mar 10 17:16:18 MST 2001'; > echo date('H:m:s \m \i\s\ \m\o\n\t\h').' // 17:16:18 m is month '; > echo date("H:i:s")

Re: [PHP-DOC] Copying images from checkout to phd output locations.

2009-01-26 Thread Hannes Magnusson
On Mon, Jan 26, 2009 at 16:18, Richard Quadling wrote: > 2009/1/26 Christian Weiske : >> Hello Richard, >> >>> Is anyone interested in a script that will copy and rename the images >>> from the phpdoc checkout to the phd output folders (chm/res/figures, >>> php/figures, html/figures, etc.)? >>> Or

[PHP-DOC] Re: [PHP-NOTES] note 88484 deleted from function.date by thiago

2009-01-26 Thread Thiago Pojda
If you want to check it out, I used this code. You can see the example is wrong. echo date("D M j G:i:s T Y").' // Sat Mar 10 17:16:18 MST 2001'; echo date('H:m:s \m \i\s\ \m\o\n\t\h').' // 17:16:18 m is month '; echo date("H:i:s").' // 17:16:18'; Thiago Henrique Pojda http://nerdnaweb.blo

[PHP-DOC] Fwd: [PHP-NOTES] note 88484 deleted from function.date by thiago

2009-01-26 Thread Thiago Pojda
Can someone please commit this for me? Took me a while to figure this bug actually messes up the point of this example. Thanks :) Thiago Henrique Pojda http://nerdnaweb.blogspot.com -- Forwarded message -- From: Date: Mon, Jan 26, 2009 at 3:55 PM Subject: [PHP-NOTES] note 884

Re: [PHP-DOC] Copying images from checkout to phd output locations.

2009-01-26 Thread Richard Quadling
2009/1/26 Christian Weiske : > Hello Richard, > >> Is anyone interested in a script that will copy and rename the images >> from the phpdoc checkout to the phd output folders (chm/res/figures, >> php/figures, html/figures, etc.)? >> Or is there one that already does this? > > Since we need images i

Re: [PHP-DOC] taking the documentation CSS out of the site.css

2009-01-26 Thread Philip Olson
> In the long run I think this will just create more administrative work > and will be a major WTF for newcomers to understand how things work in > the future. So perhaps for now we can simply move documentation related CSS into its own file and maintain it within phpweb because at least people wi

Re: [PHP-DOC] Copying images from checkout to phd output locations.

2009-01-26 Thread Christian Weiske
Hello Richard, > Is anyone interested in a script that will copy and rename the images > from the phpdoc checkout to the phd output folders (chm/res/figures, > php/figures, html/figures, etc.)? > Or is there one that already does this? Since we need images in peardoc, I planned to do that in the

[PHP-DOC] Copying images from checkout to phd output locations.

2009-01-26 Thread Richard Quadling
Hi. Is anyone interested in a script that will copy and rename the images from the phpdoc checkout to the phd output folders (chm/res/figures, php/figures, html/figures, etc.)? Or is there one that already does this? Regards, Richard. -- - Richard Quadling Zend Certified Engineer : http:/

Re: [PHP-DOC] PhD request about highlight source code

2009-01-26 Thread Richard Quadling
2009/1/26 Laurent Laville : > Christian Weiske a écrit : >> >> Hi Laurent, >> >> >>> Is it possible to include/define a custom highlight source-code >>> engine ? >> >> I think this is a decent feature request. Could you add it to the >> php.net bugtracker? > > Done -> ht

Re: [PHP-DOC] PhD request about highlight source code

2009-01-26 Thread Laurent Laville
Christian Weiske a écrit : Hi Laurent, Is it possible to include/define a custom highlight source-code engine ? I think this is a decent feature request. Could you add it to the php.net bugtracker? Done -> http://bugs.php.net/bug.php?id=47201 I've implemented it; it will be in 0.4.4 Very i