philip Wed Mar 30 01:27:14 2005 EDT
Modified files:
/phpdoc/en/reference/mysql/functionsmysql-db-name.xml
mysql-db-query.xml
mysql-drop-db.xml
> What is this new documentation style I keep hearing
> about and where are templates/docs on how to implement
> it?
The HOWTO was updated long ago but the online version hasn't
been updated. So instead read the official unofficial
phpdoc wiki:
http://wiki.phpdoc.info/DocSkel
Regards,
Philip
philip Wed Mar 30 00:05:09 2005 EDT
Modified files:
/phpdoc/en/reference/mysql/functionsmysql-affected-rows.xml
mysql-change-user.xml
mysql-client-encoding.xml
What is this new documentation style I keep hearing about and where are
templates/docs on how to implement it?
Thanks,
Chris
philip Tue Mar 29 23:45:35 2005 EDT
Modified files:
/phpdoc/en language-snippets.ent
Log:
Added mysql.linkid.description for the new doc style linkid parameter
listing.
It's used in just about every MySQL function man page.
http://cvs.php.net/diff.php/p
philip Tue Mar 29 21:07:57 2005 EDT
Modified files:
/phpdoc/en/reference/mysql/functionsmysql-real-escape-string.xml
Log:
A MySQL connection is required before using mysql_real_escape_string().
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/fu
From: php at gwaihir dot net
Operating system: N/A
PHP version: 5.0.3
PHP Bug Type: Documentation problem
Bug description: First bit of #29187 overlooked
Description:
Best see #29187 (to which I sadly can't add / comment on).
On the "visibility" page of the man
ID: 32492
User updated by: jsgoupil at lookstrike dot com
Reported By: jsgoupil at lookstrike dot com
Status: Open
Bug Type:Documentation problem
PHP Version: 5CVS-2005-03-30 (dev)
New Comment:
J'ai vu aussi dans les snippets une autre petite erreur...
Thanks Philip for the quick response!
You're right, since my original post I found that it will return NULL or
FALSE under different conditions. If the printer doesn't exist I get FALSE.
I'm getting NULL for a valid printer that is for some reason refusing the
connection.
So I guess it is a bug,
From: jsgoupil at lookstrike dot com
Operating system:
PHP version: 5CVS-2005-03-30 (dev)
PHP Bug Type: Documentation problem
Bug description: [DOC] French : preg_quote
Description:
fr/reference/pcre/function/preg-quote.xml
$ Revision: 1.13 $
Les caractères éch
Hello!
I don't really have an answer except that according to the
source here:
http://lxr.php.net/source/pecl/printer/printer.c#256
It can return false but also has a chance to return nothing
which doesn't seem like a good idea. That is, if the
following condition fails nothing happens:
if (D
Hello!
Both win32/install.txt and INSTALL need an update before the
next PHP release so here's a patch for these two files:
http://boogle.com/tmp/patch_phpsrc_install.txt
It's an enormous patch because the line endings were
incorrect for these files but have been fixed (install.txt =
\r\n and I
Hi
I'm not sure if this is a documentation error or a bug in php_printer.dll
but here goes...
printer_open() is returning NULL upon failure, not FALSE i.e. the following
code doesn't work:
This does:
Version info:
PHP 4.3.10 (cli) (built: Dec 14 2004 17:48:04)
php_printer.dll 29-Ma
philip Tue Mar 29 16:55:09 2005 EDT
Modified files:
/phpdoc/en language-snippets.ent
Log:
More descriptive link title.
http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.137&r2=1.138&ty=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/e
philip Tue Mar 29 16:29:18 2005 EDT
Modified files:
/phpdoc/en/install ini.xml
/phpdoc/en/install/unix apache2.xml
Log:
More descriptive links (as to generate a more friendly install-*.txt file)
http://cvs.php.net/diff.php/phpdoc/en/install/ini.xml
I was wrong, currently \n is used with install-win.txt and
I meant to say \r\n is used with install-unix.txt above so
each are currently the opposite of what they should be :)
And Unix has Mac instructions but we won't go there... :)
Anyway, this will be fixed.
Right, so, to be clear:
Unix: \n
Win
> >>>I generated them and the diffs are enormous because the
> >>>current files use \r\n while mine uses \n. I think \n should
> >>>be used...
> >>
> >>\n is a big nono on windows, since Notepad cannot handle it.
> >
> > The install-unix.txt also uses \n so what do you think
> > should be done? Us
I generated them and the diffs are enormous because the
current files use \r\n while mine uses \n. I think \n should
be used...
\n is a big nono on windows, since Notepad cannot handle it.
The install-unix.txt also uses \n so what do you think
should be done? Use \r\n for both files or just for the
> > I generated them and the diffs are enormous because the
> > current files use \r\n while mine uses \n. I think \n should
> > be used...
>
> \n is a big nono on windows, since Notepad cannot handle it.
The install-unix.txt also uses \n so what do you think
should be done? Use \r\n for both fi
cd /cvs/phpdoc
make install-unix.txt
mv install-unix.txt ../php-src/INSTALL
make install-win.txt
mv install-win.txt ../php-src/win32/install.txt
Nice, this works :)
:) Well, Nuno, who made this work the first time obviously knows better.
P.S.: if needed, I can generate them.
I generated them and th
> > It would be nice if someone documented how to create
> > install.txt for php-src. Or for now, simply generate
> > it so it can be part of the upcoming 5.0.4 release.
>
> Something like this should work:
>
> cd /cvs/phpdoc
> make install-unix.txt
> mv install-unix.txt ../php-src/INSTALL
>
> make
philip Tue Mar 29 15:01:47 2005 EDT
Modified files:
/phpdoc install-unix.xml install-win.xml
Log:
Add preface so people know these were generated from the HTML version of
the manual; and link to the online version.
http://cvs.php.net/diff.php/phpdoc/in
Hello!
It would be nice if someone documented how to create
install.txt for php-src. Or for now, simply generate
it so it can be part of the upcoming 5.0.4 release.
Regards,
Philip
Something like this should work:
cd /cvs/phpdoc
make install-unix.txt
mv install-unix.txt ../php-src/INSTALL
make ins
From: m dot ernst at connect-wa dot de
Operating system: Irrelevant
PHP version: 4.3.10
PHP Bug Type: Documentation problem
Bug description: German translation error at stristr()
Description:
There is a translation error in the documentation/function list of
stri
Martin Jansen wrote:
mj Tue Mar 29 06:53:08 2005 EDT
Removed files:
/peardoc/en/pecl apd.xml bcompiler.xml soap.xml
Modified files:
/peardoc manual.xml.in
Log:
* The documentation for APD, bcompiler and apd have been merged into the
P
Hi,
It would be nice if someone documented how to create
install.txt for php-src. Or for now, simply generate
it so it can be part of the upcoming 5.0.4 release.
make install.txt
should work in phpdoc :)
Goba
Hello!
It would be nice if someone documented how to create
install.txt for php-src. Or for now, simply generate
it so it can be part of the upcoming 5.0.4 release.
Regards,
Philip
mj Tue Mar 29 06:53:08 2005 EDT
Removed files:
/peardoc/en/peclapd.xml bcompiler.xml soap.xml
Modified files:
/peardocmanual.xml.in
Log:
* The documentation for APD, bcompiler and apd have been merged into the
PHP manual some
ID: 31775
Comment by: markusg at cants dot no dot spam dot de
Reported By: rudolf at softwares dot ch
Status: Open
Bug Type: Documentation problem
Operating System: Windows XP Pro
PHP Version: 4.3.9
New Comment:
PHP also completely truncates
ID: 29275
Updated by: [EMAIL PROTECTED]
Reported By: steve at ootac dot com
-Status: Open
+Status: Closed
Bug Type: Documentation problem
Operating System: windows
PHP Version: 5.0.0
New Comment:
The documentation has been updated an
ID: 23907
Updated by: [EMAIL PROTECTED]
Reported By: bryn at mrpath dot com
-Status: Critical
+Status: Closed
Bug Type: Documentation problem
Operating System: Windows Server 2003
PHP Version: 4.3.2
New Comment:
The documentation has
philip Tue Mar 29 04:03:57 2005 EDT
Modified files:
/phpdoc/en/install/windows iis.xml
Log:
Streamline the install instructions, a little restructure, and added more
information including some specific to Win2003. This officially closes
bug #23907
http
32 matches
Mail list logo