nicobn Sun Aug 19 05:22:25 2007 UTC
Modified files:
/phpdoc/en/reference/unicode/functions unicode-encode.xml
Log:
Small corrections
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/unicode/functions/unicode-encode.xml?r1=1.3&r2=1.4&diff_format=u
Index
It just hit me. in_array() is probably throwing "wrong parameter
count" error, right?
See; http://news.php.net/php.doc/969377462
Right, got a bunch of these. So is it right that phd is using that patch
and thus not usable with regular php right now?
--
Stanislav Malyshev, Zend Software Archite
On 8/19/07, Stanislav Malyshev <[EMAIL PROTECTED]> wrote:
> I've installed latest CVS version of phd and it doesn't build manual for
> me anymore, but outptus this error:
It just hit me. in_array() is probably throwing "wrong parameter
count" error, right?
See; http://news.php.net/php.doc/96937746
On 8/19/07, Hannes Magnusson <[EMAIL PROTECTED]> wrote:
> PhD is (will be) two things:
> - A Docbook render (build.php, include/* formats/* themes/*)
> - A Docbook builder (not implemented yet)
> The stuff in setup/ (written by Gwynne) is.. "PhD-setup"/"PhD-configurator"?
Heh. Sorry for that. Ap
bjori Sat Aug 18 23:49:34 2007 UTC
Modified files:
/phd/themes/php phpweb.php
Log:
Cleanup after the refactoring of createNext/createPrev
http://cvs.php.net/viewvc.cgi/phd/themes/php/phpweb.php?r1=1.7&r2=1.8&diff_format=u
Index: phd/themes/php/phpweb.ph
On 8/19/07, Stanislav Malyshev <[EMAIL PROTECTED]> wrote:
> I've installed latest CVS version of phd and it doesn't build manual for
> me anymore, but outptus this error:
> /root/php5/main/streams/streams.c(390) : Stream of type 'MEMORY'
> 0xad8a8ac (path:(null)) was not closed
This error is total
On 8/18/07, Jakub Vrana <[EMAIL PROTECTED]> wrote:
> I've looked at the nowdoc - it seems to me it saves only a couple of
> backslashes. Is this new format really necessary? Think also about the
> editors - my editor highlights heredoc well but nowdoc of course not.
> If the patch will be accepted,
On 8/18/07, Stanislav Malyshev <[EMAIL PROTECTED]> wrote:
> > I use Livedocs because it let me build just one file which is great
> > for manual authors. Is this possible also with PhD?
>
> Second that, but I wonder also if it'd be possible to create some
> procedure to render a chapter without reb
On 8/18/07, Stanislav Malyshev <[EMAIL PROTECTED]> wrote:
> Could you implement tittleabbrev and refnamediv? They are used
> extensively in the manual. Also, these ones needed for OO manuals:
> classsynopsis, ooclass, constructorsynopsis.
Done
-Hannes
bjori Sat Aug 18 22:52:11 2007 UTC
Modified files:
/phd/formatsxhtml.php
Log:
Implement: ooclass, classsynopsis, constructorsynopsis, refsectN, refnamediv
http://cvs.php.net/viewvc.cgi/phd/formats/xhtml.php?r1=1.17&r2=1.18&diff_format=u
Index: phd/f
bjori Sat Aug 18 22:49:00 2007 UTC
Modified files:
/phd/themes/php phpdotnet.php
Log:
Suppress the titleabbrev tag
http://cvs.php.net/viewvc.cgi/phd/themes/php/phpdotnet.php?r1=1.6&r2=1.7&diff_format=u
Index: phd/themes/php/phpdotnet.php
diff -u phd/the
I've installed latest CVS version of phd and it doesn't build manual for
me anymore, but outptus this error:
/root/php5/main/streams/streams.c(390) : Stream of type 'MEMORY'
0xad8a8ac (path:(null)) was not closed
and prints some huge array to stdout, starting with:
array (
0 =>
array (
'
I use Livedocs because it let me build just one file which is great
for manual authors. Is this possible also with PhD?
Second that, but I wonder also if it'd be possible to create some
procedure to render a chapter without rebuilding whole .manual.xml each
time anew...
--
Stanislav Malyshev,
Hannes Magnusson wrote:
> What did I do? Created a "one-ring-rules-them-all" rendering system, PhD.
> PhD ([PH]P based [D]ocbook rendering system) currently is capable of
> producing phpweb, chunked html and bightml - all in one run - in less
> than 3minutes, using ~20mb ram (peaks at 22mb).
Sound
The thousands of "No mapper found for format_xx" warnings can be
ignored, they are just there to let you know that particular element
hasn't been implemented yet.
If you don't want them then either comment out line 152 in
formats/xhtml.php (trigger_error("No mapper found for '{$func}'",
E_USER_WAR
bjori Sat Aug 18 18:53:47 2007 UTC
Modified files:
/phd/themes/php phpdotnet.php
Log:
Fix (thanks Nicolas!)
http://cvs.php.net/viewvc.cgi/phd/themes/php/phpdotnet.php?r1=1.5&r2=1.6&diff_format=u
Index: phd/themes/php/phpdotnet.php
diff -u phd/themes
nicobn Sat Aug 18 18:43:24 2007 UTC
Modified files:
/phpdoc/en/reference/filesystem/functions file-put-contents.xml
Log:
Added reference to stream_context_create in the pagraph for context
description
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/file
nicobn Sat Aug 18 18:36:56 2007 UTC
Modified files:
/phpdoc/en/reference/filesystem/functions file-get-contents.xml
Log:
- Corrected wrongly spelled function name
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/file-get-contents.xml?
nicobn Sat Aug 18 18:20:50 2007 UTC
Modified files:
/phpdoc/en/reference/filesystem/functions file-get-contents.xml
Log:
- Added parameter informations
- Added return value informations
- Updated prototype
- Added warning for versions prior to PHP 6 about
nicobn Sat Aug 18 18:18:02 2007 UTC
Modified files:
/phpdoc/en/reference/filesystem/functions file-put-contents.xml
Log:
Default encoding can also be changed with stream_default_encoding
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/function
ID: 42339
User updated by: codeslinger at compsalot dot com
Reported By: codeslinger at compsalot dot com
Status: Open
-Bug Type: Compile Failure
+Bug Type: Documentation problem
Operating System: SimplyMEPIS Linux 6.5
PHP Version: 5.2.3
New
Hannes Magnusson escreveu:
Hello all
Was there any specific reason why this "EN-Revision" comment magic was
chosen over the Docbook revision attribute?
As I see it we could safe our translators _alot_ of work by manually
bumping revision whenever the changes done in the en docs need
re-translat
nicobn Sat Aug 18 15:13:16 2007 UTC
Modified files:
/phpdoc/en/reference/filesystem/functions file-put-contents.xml
Log:
Only true if unicode.semantics=1
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/file-put-contents.xml?r1=1.18&r
bjori Sat Aug 18 12:55:12 2007 UTC
Modified files:
/phpdoc/en/reference/sqlite reference.xml
Log:
pecl install , not pear install
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sqlite/reference.xml?r1=1.24&r2=1.25&diff_format=u
Index: phpdoc/en/referenc
On 8/18/07, Derick Rethans <[EMAIL PROTECTED]> wrote:
> On Sat, 18 Aug 2007, Hannes Magnusson wrote:
>
> > I have for a long time wondered why we distribute "bightml" (the whole
> > manual in one html file).
> > That file is _huge_, 20mb! My Firefox can't even open it, freezes for
> > a while (eati
On Sat, 18 Aug 2007, Hannes Magnusson wrote:
> I have for a long time wondered why we distribute "bightml" (the whole
> manual in one html file).
> That file is _huge_, 20mb! My Firefox can't even open it, freezes for
> a while (eating up few hundreds mb of ram, and taking full control
> over my c
Hi all
As many of you know I was accepted into the "Google Summer of Code"
program and was supposed to work on Livedocs during the summer.
After sometime poking around in Livedocs and trying to add
"module/theme/format" support to it (making it possible to render not
only phpweb, but also pdf/chm
Hello all
I have for a long time wondered why we distribute "bightml" (the whole
manual in one html file).
That file is _huge_, 20mb! My Firefox can't even open it, freezes for
a while (eating up few hundreds mb of ram, and taking full control
over my cpu) and then either crashes or becomes veery
Hello all
Was there any specific reason why this "EN-Revision" comment magic was
chosen over the Docbook revision attribute?
As I see it we could safe our translators _alot_ of work by manually
bumping revision whenever the changes done in the en docs need
re-translation.
This would mean that al
ID: 42289
Updated by: [EMAIL PROTECTED]
Reported By: cpriest at warpmail dot net
Status: Assigned
-Bug Type: SimpleXML related
+Bug Type: Documentation problem
Operating System: *
PHP Version: 5.2.4RC1
Assigned To: rrichards
New C
bjori Sat Aug 18 09:41:49 2007 UTC
Modified files:
/phpdoc/en/install/windows index.xml
Log:
Fix build
http://cvs.php.net/viewvc.cgi/phpdoc/en/install/windows/index.xml?r1=1.17&r2=1.18&diff_format=u
Index: phpdoc/en/install/windows/index.xml
diff -u phpdoc
takagi Sat Aug 18 09:01:07 2007 UTC
Modified files:
/phpdoc/en/reference/filesystem/functions file.xml
Log:
fix build.
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/file.xml?r1=1.24&r2=1.25&diff_format=u
Index: phpdoc/en/reference/
32 matches
Mail list logo