[PHP-DOC] #35628 [Opn-Csd]: strtotime() - French translation mistake

2005-12-11 Thread jsgoupil
 ID:  35628
 Updated by:  [EMAIL PROTECTED]
 Reported By: lisurc at free dot fr
-Status:  Open
+Status:  Closed
 Bug Type:Documentation problem
 PHP Version: Irrelevant
 New Comment:

This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation
better.

J'ai corrigé ce bug le 7 octobre 2005.
Mais ta soumission de ce bug a permis d'en trouver d'autres :)

Merci


Previous Comments:


[2005-12-11 01:27:12] lisurc at free dot fr

Description:

In the french translation of the strtotime() function (
http://fr2.php.net/manual/fr/function.strtotime.php ), there is a
mistake in the description of the first parameter, 'time'.

One can read:
La chaîne à analyser, en accord avec la synthaxe des dates GNU

And it should be:
La chaîne à analyser, en accord avec la syntaxe des dates GNU






-- 
Edit this bug report at http://bugs.php.net/?id=35628edit=1


[PHP-DOC] Notes Status, 13748 total

2005-12-11 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 9.1% of the 13748 total user notes.

Notes  |  Page
---+-
   89  | http://php.net/manual/en/function.header.php
   87  | http://php.net/manual/en/function.date.php
   74  | http://php.net/manual/en/function.preg-replace.php
   73  | http://php.net/manual/en/ref.xml.php
   71  | http://php.net/manual/en/reserved.variables.php
   67  | http://php.net/manual/en/ref.image.php
   62  | http://php.net/manual/en/function.eval.php
   62  | http://php.net/manual/en/ref.session.php
   62  | http://php.net/manual/en/function.mktime.php
   59  | http://php.net/manual/en/function.mssql-connect.php
   58  | http://php.net/manual/en/function.fopen.php
   57  | http://php.net/manual/en/features.file-upload.php
   57  | http://php.net/manual/en/ref.com.php
   56  | http://php.net/manual/en/function.fsockopen.php
   56  | http://php.net/manual/en/function.readdir.php
   55  | http://php.net/manual/en/function.explode.php
   54  | http://php.net/manual/en/function.str-replace.php
   53  | http://php.net/manual/en/function.exec.php
   52  | http://php.net/manual/en/function.strtotime.php
   52  | http://php.net/manual/en/function.strpos.php


Re: [PHP-DOC] cvs: phpdoc /en/install/windows building.xml

2005-12-11 Thread anatoly techtonik
||*()*|| Hi, Nuno.

Do not you mind if I ask you some dummy questions for PHP4?
Do you know in which cases resolv.lib is required to be recompiled?
What debug version helps to debug and when it is needed?
Can debug version be the same .lib for W2K and W98?

I've build it on Win98 and Win2K - release binaries are the same, so I
guess if we find a way to update win32build.zip the excess requirement
to download bindlib_w32.zip and compile resolv.lib can be removed
completely. Updated version of library is available at
http://php.rainDELMEforce.org with a patch to .dsp to make MSVC search
for this resolv.lib in proposed directory structure.

P.S. resolv.lib sources are unchanged for more than two years.



NL nlopess Wed Nov 30 18:50:16 2005 EDT

NL   Modified files:  
NL /phpdoc/en/install/windows  building.xml 
NL   Log:
NL   a release build of libresolv can also link with php debug mode
  
NL 
http://cvs.php.net/diff.php/phpdoc/en/install/windows/building.xml?r1=1.8r2=1.9ty=u
NL Index: phpdoc/en/install/windows/building.xml
NL diff -u phpdoc/en/install/windows/building.xml:1.8
NL phpdoc/en/install/windows/building.xml:1.9
NL --- phpdoc/en/install/windows/building.xml:1.8  Wed Nov 30 15:33:45 2005
NL +++ phpdoc/en/install/windows/building.xml  Wed Nov 30 18:50:13 2005
NL @@ -1,5 +1,5 @@
NL  ?xml version=1.0 encoding=iso-8859-1?
NL -!-- $Revision: 1.8 $ --
NL +!-- $Revision: 1.9 $ --
NL  sect1 id=install.windows.building
NL   titleBuilding from source/title
NL   para
NL @@ -154,7 +154,7 @@
NL You must build the filenameresolv.lib/filename library. Decide 
whether
NL you want to have debug symbols available (bindlib - Win32 Debug) or not
NL (bindlib - Win32 Release), but please remember the choice you made, 
because
NL -   you'll have to build PHP in the same way, or you may get linking errors.
NL +   the debug build will only link with PHP when it is also built in debug 
mode.
NL Build the appropriate configuration:
NL itemizedlist
NL  listitem

  

t
-- 


[PHP-DOC] #35636 [NEW]: DomNode-set_content wrong prototype

2005-12-11 Thread incastrix at yahoo dot it
From: incastrix at yahoo dot it
Operating system: 
PHP version:  Irrelevant
PHP Bug Type: Documentation problem
Bug description:  DomNode-set_content wrong prototype

Description:

Documentation english version, the prototype of DomNode-set_content was:

bool DomNode-set_content ( void )

instead of:

bool DomNode-set_content ( string )



-- 
Edit bug report at http://bugs.php.net/?id=35636edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=35636r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=35636r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=35636r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=35636r=fixedcvs
Fixed in release: 
http://bugs.php.net/fix.php?id=35636r=alreadyfixed
Need backtrace:   http://bugs.php.net/fix.php?id=35636r=needtrace
Need Reproduce Script:http://bugs.php.net/fix.php?id=35636r=needscript
Try newer version:http://bugs.php.net/fix.php?id=35636r=oldversion
Not developer issue:  http://bugs.php.net/fix.php?id=35636r=support
Expected behavior:http://bugs.php.net/fix.php?id=35636r=notwrong
Not enough info:  
http://bugs.php.net/fix.php?id=35636r=notenoughinfo
Submitted twice:  
http://bugs.php.net/fix.php?id=35636r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=35636r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=35636r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=35636r=dst
IIS Stability:http://bugs.php.net/fix.php?id=35636r=isapi
Install GNU Sed:  http://bugs.php.net/fix.php?id=35636r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=35636r=float
No Zend Extensions:   http://bugs.php.net/fix.php?id=35636r=nozend
MySQL Configuration Error:http://bugs.php.net/fix.php?id=35636r=mysqlcfg