ID: 29367
User updated by: jsgoupil at lookstrike dot com
Reported By: jsgoupil at lookstrike dot com
-Status: Closed
+Status: Open
Bug Type:Documentation problem
PHP Version: Irrelevant
New Comment:
You know that there is always the same "bug"
daveWed Aug 11 23:11:43 2004 EDT
Added files:
/phpdoc/scripts check-valid-function.php
Log:
- Add a script that checks for non-functions inbetween tags.
Using this would have caught bug #29622 sooner.
http://cvs.php.net/co.php/phpdoc/scripts/
damsWed Aug 11 21:17:37 2004 EDT
Modified files:
/phpdoc/en/reference/regex/functionsspliti.xml
Log:
Fixing preg_spliti
http://cvs.php.net/diff.php/phpdoc/en/reference/regex/functions/spliti.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/regex/fun
I'm resisting the urge to move my name from "Inactive authors" to the main
page. More curious what criteria was used to determine who's active and who
isn't.
-Sara
ID: 29601
Updated by: [EMAIL PROTECTED]
Reported By: Jared dot Williams1 at ntlworld dot com
Status: Open
-Bug Type: SQLite related
+Bug Type: Documentation problem
Operating System: Windows 2000/IIS
PHP Version: 5CVS-2004-08-10 (dev)
N
daveWed Aug 11 16:28:39 2004 EDT
Modified files:
/phpdoc/en/appendices resources.xml
/phpdoc/en/install/windows apache1.xml
Log:
- Microsft => Microsoft.
http://cvs.php.net/diff.php/phpdoc/en/appendices/resources.xml?r1=1.31&r2=1.32&ty=u
Index
daveWed Aug 11 16:15:30 2004 EDT
Modified files:
/phpdoc/en/reference/pcre pattern.syntax.xml
Log:
- Add < and fix assertion. Fixes #29621.
http://cvs.php.net/diff.php/phpdoc/en/reference/pcre/pattern.syntax.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/refer
Gabor Hojtsy wrote:
I thought about this but here's why I went with one description.
First, the short definition (purpose) is already in the refpurpose
of the function. Also, writing a summary for each would be a bit
too difficult. As far as using just the first para, I think it'd
be confusing ha
nlopess Wed Aug 11 12:19:15 2004 EDT
Modified files:
/phpdoc/en/reference/strings/functions explode.xml
Log:
document new PHP 5.1 feature: negative limit
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/explode.xml?r1=1.7&r2=1.8&ty=u
Index:
I thought about this but here's why I went with one description.
First, the short definition (purpose) is already in the refpurpose
of the function. Also, writing a summary for each would be a bit
too difficult. As far as using just the first para, I think it'd
be confusing having it so far apart
> > Oh, I like these! I have a few comments that I'd like to cast into
> > the pool for discussion:
> >
> > (i) Personally, I'd like to see the Parameter Information and Change
> > Log before the full description, so I'd go for something like:
> >
> > Definition(proto + *short* descr
> > Another example is touch(). It requires utime which I assume all
> > OS's have although I don't know. And if not I assume PHP might
> > essentially say "No utime huh? Let's use mtime/atime/ctime instead
> > and define HAVE_UTIME as true." Again, I don't know this topic of
> > utime so am
Can someone please fix this.
Thanks,
Goba
--- Begin Message ---
Goba
I just spotted Andi's commits of the new installation instructions. Good work!
Can I suggest a slight improvement to the section on the Windows installer
versions (this reflects some changes made to the installer over the last
ID: 29614
Updated by: [EMAIL PROTECTED]
Reported By: nramsbottom at hotmail dot com
-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 downl
ID: 29614
Updated by: [EMAIL PROTECTED]
Reported By: nramsbottom at hotmail dot com
Status: Open
-Bug Type:Website problem
+Bug Type:Documentation problem
PHP Version: Irrelevant
New Comment:
PHP Manual problem, so classify as such
Previous Comments:
aidan Wed Aug 11 07:28:56 2004 EDT
Modified files:
/phpdoc/en/reference/errorfunc/functionserror-reporting.xml
Log:
Fixed typo
http://cvs.php.net/diff.php/phpdoc/en/reference/errorfunc/functions/error-reporting.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/refe
> I think this information should be individualized per function. Each
> would mention the conditions that need to be met, and why it may not
> be met. Having one entity for this will only scare the user and force
> extra work on those who will have it available. I am guessing that
> some of the
> There should be a reference saying that socket_setop is a alias of
http://us2.php.net/manual/en/function.socket-set-option.php .
> -Anoynomus
Hi,
That page has a note about this:
"This function used to be called socket_setopt() prior to PHP 4.3.0"
And the sockets extension isn't a good choice.
aidan Wed Aug 11 06:03:20 2004 EDT
Modified files:
/phpdoc/en/reference/mysql/functionsmysql-real-escape-string.xml
Log:
Removed initial example
Added a massive example with information about sql injection attacks
Added more information to the % and _
aidan Wed Aug 11 06:01:42 2004 EDT
Modified files:
/phpdoc/en/reference/mysql/functionsmysql-real-escape-string.xml
Log:
Whitespace changes
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-real-escape-string.xml?r1=1.9&r2=1.10&ty=u
On Wed, 11 Aug 2004, Ford, Mike [LSS] wrote:
> Oh, I like these! I have a few comments that I'd like to cast into
> the pool for discussion:
>
> (i) Personally, I'd like to see the Parameter Information and Change
> Log before the full description, so I'd go for something like:
moshe doron wrote:
> you may didn't use the same chars due to your news client encoding
> conversion. try to iconv chr(224);
The same:
>> It behaves the same in PHP 5.0.0 and PHP 4.3.8 on my box (Windows XP).
>> Notice is issued and illegal characters are not translated.
Jakub Vrana
On 10 August 2004 23:53, Philip Olson wrote:
> > I'll work on some examples, this is going to be good.
>
> Here's an example where:
>
> * Two new sections: Parameter listing and CHANGELOG
> * The parameter listing is a variablelist
> * The CHANGELOG is a table
>
> http://livedocs.phpp.o
Another example is touch(). It requires utime which I assume all
OS's have although I don't know. And if not I assume PHP might
essentially say "No utime huh? Let's use mtime/atime/ctime instead
and define HAVE_UTIME as true." Again, I don't know this topic of
utime so am only guessing here.
aidan Wed Aug 11 04:40:28 2004 EDT
Modified files:
/phpdoc/en/reference/mysql/functionsmysql-escape-string.xml
Log:
Arrgh - Didn't read my diffs. Removed notes from bottom of file.
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-e
aidan Wed Aug 11 04:32:24 2004 EDT
Modified files:
/phpdoc/en/reference/mysql/functionsmysql-escape-string.xml
Log:
Noted the function is deprecated.
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-escape-string.xml?r1=1.9&r2=1.10
26 matches
Mail list logo