Hannes Magnusson wrote:
On 6/7/07, Logan Buesching <[EMAIL PROTECTED]> wrote:
+++ phpdoc/en/reference/curl/functions/curl-multi-add-handle.xmlThu Jun
7
+$running=null;
//execute the handles
-curl_multi_exec($mh);
+do {
+curl_multi_exec($mh);
+} while($running > 0);
This doesn't
Philip Olson wrote:
We again could use an editor that is responsible for tackling our
administrative tasks. It's been well over a year since Gabor stepped
down and having a replacement to continue his legacy feels like a
good idea. We've accomplished a lot since but are missing "the other
Hi
Is there a reason that we rely on tools such as autoconf? Reducing the
reliance on external tools would help the barrier of entry for newcomers
to PHPDoc. configure is basically a shell script, and as we all know,
PHP does a great job as a shell script replacement. :)
Therefore:
http://d
Kouber Saparev wrote:
[snip]
Then, an error that dsssl/catalog is a directory and not a file
followed, and then some HTML output to the console started. The end was:
You will need to use: cvs update -dP
Dave
daveFri Dec 15 09:53:44 2006 UTC
Modified files:
/phpdoc/en/faq installation.xml
Log:
- ant > at, fixes Bug #39792.
http://cvs.php.net/viewvc.cgi/phpdoc/en/faq/installation.xml?r1=1.46&r2=1.47&diff_format=u
Index: phpdoc/en/faq/installation.xml
diff
Jakub Vrana wrote:
Hello!
Would you agree with removal of the word "void" in methodsynpsis both
from return type and parameters list?
I propose to change the return type to "null" which it really is and
remove it completely from parameters list as it is the way to declare
that function doesn't
daveSat Nov 4 09:17:45 2006 UTC
Modified files:
/phpdoc/en/reference/ctype/functionsctype-cntrl.xml
Log:
- Fix #39238.
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ctype/functions/ctype-cntrl.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/
daveSun Oct 15 05:12:35 2006 UTC
Modified files:
/phpdoc/en/reference/array/functionsarray-slice.xml
Log:
- Only numeric keys are reset by default (Fixes #38076).
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/array/functions/array-slice.xml?r1
daveSun Oct 15 05:06:13 2006 UTC
Modified files:
/phpdoc/en/reference/strings/functions str-replace.xml
Log:
- Document order of replacement (ie. first to last) when search/replace
parameters are arrays. Fixes #38463.
http://cvs.php.net/viewvc.cg
daveSun Oct 15 04:41:43 2006 UTC
Modified files:
/phpdoc/en/reference/mysql/functionsmysql-list-tables.xml
Log:
- Document when function became deprecated (Bug #38448).
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mysql/functions/mysql-list-t
daveSun Oct 15 04:17:56 2006 UTC
Modified files:
/phpdoc/en/reference/sem/functions ftok.xml
Log:
- should=must (Fixes #38896).
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sem/functions/ftok.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/referenc
daveSun Oct 15 03:44:38 2006 UTC
Modified files:
/phpdoc/en/features safe-mode.xml
/phpdoc/en/install/unix sun.xml
/phpdoc/en/internals/zendapiarguments.xml
calling-user-functions.xml
daveSun Oct 15 03:40:28 2006 UTC
Modified files:
/phpdoc/en/internals/zendapicalling-user-functions.xml
variables.xml
/phpdoc/en/reference/datetime/functions date.xml
/phpdoc/en/reference/hw/functions
daveFri Sep 8 11:17:38 2006 UTC
Modified files:
/phpdoc/en/reference/image/functionsimagecreatefromstring.xml
Log:
- Typo.
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/image/functions/imagecreatefromstring.xml?r1=1.7&r2=1.8&diff_format=u
Ind
daveFri Sep 8 08:48:16 2006 UTC
Modified files:
/phpdoc/en/language operators.xml
/phpdoc/en/reference/enchant/functions enchant-broker-get-error.xml
enchant-broker-set-ordering.xml
daveFri May 26 22:12:39 2006 UTC
Modified files:
/phpdoc/en/reference/maxdb/functionsmaxdb-stmt-bind-param.xml
/phpdoc/en/reference/mysqli/functions mysqli-stmt-bind-param.xml
Log:
- Typos. (#37608)
http://cvs.php.net/viewcvs.cgi/phpdoc
daveWed May 10 08:09:02 2006 UTC
Modified files:
/phpdoc/en/reference/filter ini.xml
Log:
- Revert changelog.
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/filter/ini.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/filter/ini.xml
diff -u p
daveTue May 9 23:58:06 2006 UTC
Modified files:
/phpdoc/en/reference/filter ini.xml
Log:
- INI entry changelog.
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/filter/ini.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/filter/ini.xml
diff -
daveTue May 9 03:37:24 2006 UTC
Modified files:
/phpdoc/en/reference/filter reference.xml
Log:
- Mention regexp filter uses PCRE.
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/filter/reference.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/referen
daveTue May 9 02:07:13 2006 UTC
Added files:
/phpdoc/en/reference/filter/functions input-get-args.xml
Modified files:
/phpdoc/en/reference/filter constants.xml ini.xml
Log:
- Document input_get_args() and new constants.
- Chang
daveTue May 2 02:57:46 2006 UTC
Added files:
/phpdoc/en/reference/filesystem/functions lchgrp.xml lchown.xml
Log:
- Add lchgrp() and lchown().
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/filesystem/functions/lchgrp.xml?view=markup&rev=1.1
In
daveWed Apr 26 03:18:46 2006 UTC
Added files:
/phpdoc/en/reference/curl/functions curl-setopt-array.xml
Log:
- Add "new" function (been in HEAD for 8 months).
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/curl/functions/curl-setopt-array.xml?view
Hannes Magnusson wrote:
Hi all
Would appreciate if someone could apply the following patch which
corrects the example output for set_error_handler() (noticed by
bricebhb(at)iceburg.net):
http://php.is/bugs/phpdoc/phpdoc.set-error-handler.patch.txt
Patched. Except I used "My" instead of "MY".
daveWed Apr 26 01:10:20 2006 UTC
Modified files:
/phpdoc/en/reference/errorfunc/functionsset-error-handler.xml
Log:
- Fix example output + typo (bricebhb)
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/errorfunc/functions/set-error-handler.xml?r1=
daveWed Apr 19 03:04:12 2006 UTC
Modified files:
/phpdoc/en/internals/zendapi/macros ZEND_MOD_REQUIRED.xml
ZEND_NUM_ARGS.xml
/phpdoc/en/reference/filter/functions filter-data.xml
/phpdoc/en/reference/outcontro
daveFri Dec 9 16:52:02 2005 EDT
Modified files:
/phpdoc/en/reference/curl/functions curl-setopt.xml
Log:
- Response code errors are >=400, not >300. Fixes #35616.
http://cvs.php.net/diff.php/phpdoc/en/reference/curl/functions/curl-setopt.xml?r1=1.20&r2=1
daveThu Dec 8 07:10:55 2005 EDT
Modified files:
/phpdoc/en/appendices migration5.xml
/phpdoc/en/install/windows building.xml
/phpdoc/en/internals/pdoimplementing.xml preparation.xml
/phpdoc/en/internals/zendapiarguments.xml variabl
Victor Boivie wrote:
Someone with access to the CVS right now (I'm at work) could probably
do this very quick
Done!
// V
Dave
-- Forwarded message --
From: php-general@lists.php.net
Date: Aug 18, 2005 7:04 AM
Subject: [PHP-NOTES] note 55930 added to function.date
To: [EMA
daveThu Aug 18 04:09:42 2005 EDT
Modified files:
/phpdoc/en/reference/datetime/functions date.xml
Log:
- Typo.
http://cvs.php.net/diff.php/phpdoc/en/reference/datetime/functions/date.xml?r1=1.20&r2=1.21&ty=u
Index: phpdoc/en/reference/datetime/functio
Sean Coates wrote:
Do we still need to edit manual.xml.in when we add sections?
For some reason I was under the impression that this is done
automatically, now..
?
You don't need to edit it. Extensions are kept in
entities/builtin-extensions.xml, which is generated by
scripts/file-entities
Graham Charters wrote:
gcc Mon Jul 18 16:42:59 2005 EDT
Added files:
/phpdoc/en/reference/sdo functions.xml constants.xml reference.xml
Log:
First drop of SDO core documentation.
functions.xml is automatically generated (with ./configure) and
shouldn't
Guillaume Plessis wrote:
Debian packages of PHP5. Then the steps given below will install PHP4.
Nice commit! However, the preferred method of referring to PHP versions
is "PHP x", with the space.
Dave
daveTue Jun 28 10:41:07 2005 EDT
Modified files:
/phpdoc .cvsignore
Log:
- install.txt was split into install-(unix|win).txt 10 months ago.
http://cvs.php.net/diff.php/phpdoc/.cvsignore?r1=1.42&r2=1.43&ty=u
Index: phpdoc/.cvsignore
diff -u phpdoc/.cvs
daveFri Jun 24 09:02:26 2005 EDT
Modified files:
/phpdoc/en/reference/cybermut/functions cybermut-creerreponsecm.xml
/phpdoc/en/reference/kadm5 reference.xml
/phpdoc/en/reference/oggvorbis reference.xml
/phpdoc/en/reference/paradox/functions
daveThu Jun 16 04:52:03 2005 EDT
Modified files:
/phpdoc/en/reference/curl/functions curl-copy-handle.xml
Log:
- Grammar.
http://cvs.php.net/diff.php/phpdoc/en/reference/curl/functions/curl-copy-handle.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/cur
daveTue Jun 14 21:16:16 2005 EDT
Modified files:
/phpdoc/en/features safe-mode.xml
/phpdoc/en/reference/dio/functions dio-read.xml
/phpdoc/en/reference/ibm_db2constants.xml
/phpdoc/en/reference/ibm_db2/functions db2-execute.xml
Jakub Vrana wrote:
+ linkend="features.safe-mode">safe mode retrictions. However these
s/retrictions/restrictions/
Dave
Philip Olson wrote:
I'm having a look at the functions without examples to see if I can go
and add some in. I was wondering what constitutes having examples.
I used the datetime functions quite a bit and notice that the time()
function is listed as not having examples, but going to www.php.net/t
David Mytton wrote:
Hi,
I'm having a look at the functions without examples to see if I can go
and add some in. I was wondering what constitutes having examples.
I used the datetime functions quite a bit and notice that the time()
function is listed as not having examples, but going to www.php.n
daveWed Mar 30 23:04:15 2005 EDT
Modified files:
/phpdoc/en/reference/dom/functions dom-domelement-construct.xml
/phpdoc/en/reference/filesystem/functions fgetcsv.xml
/phpdoc/en/reference/maxdb/functionsmaxdb-stmt-send-long-data.xml
/phpdoc
daveSun Feb 13 23:13:18 2005 EDT
Modified files:
/phpdoc/en/faq mailinglist.xml
/phpdoc/en/features sessions.xml
/phpdoc/en/language/oop5autoload.xml patterns.xml
/phpdoc/en/reference/array/functionsarray-multisort.xml
/phpdoc/en
daveWed Feb 2 09:28:03 2005 EDT
Modified files:
/phpdoc/en/appendices about.xml
Log:
- Typo.
http://cvs.php.net/diff.php/phpdoc/en/appendices/about.xml?r1=1.37&r2=1.38&ty=u
Index: phpdoc/en/appendices/about.xml
diff -u phpdoc/en/appendices/about.xm
Gabor Hojtsy wrote:
Typos in the manual.
I've fixed the OpenAL one. The other two from the google search are
contained in user-contributed notes.
Goba
Dave
Subject:
typo independant = independent
From:
geo <[EMAIL PROTECTED]
daveSun Jan 30 10:09:40 2005 EDT
Modified files:
/phpdoc/en/reference/openal reference.xml
Log:
- independant -> independent.
http://cvs.php.net/diff.php/phpdoc/en/reference/openal/reference.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/openal/referen
daveWed Jan 5 02:35:15 2005 EDT
Modified files:
/phpdoc/en/reference/info/functions phpinfo.xml
Log:
- faq => FAQ, fixes bug #31415.
http://cvs.php.net/diff.php/phpdoc/en/reference/info/functions/phpinfo.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/referenc
daveTue Dec 21 20:16:40 2004 EDT
Modified files:
/phpdoc/en/reference/math/functions tan.xml
Log:
- Use M_PI_4 instead of M_PI_2 (bug #31236).
http://cvs.php.net/diff.php/phpdoc/en/reference/math/functions/tan.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/refer
Nuno Lopes wrote:
The pear command automatically installs the
PDO module into your PHP extensions directory. To enable the
- PDO extension on UNIX or Linux operating systems, you must add
+ PDO extension on Linux or UNIX operating systems, you must add
the following line to &
daveFri Oct 29 05:03:32 2004 EDT
Modified files:
/phpdoc/en/reference/http/functions setcookie.xml
Log:
- Typo (bug #30607).
http://cvs.php.net/diff.php/phpdoc/en/reference/http/functions/setcookie.xml?r1=1.32&r2=1.33&ty=u
Index: phpdoc/en/reference/http/
daveWed Sep 8 14:05:53 2004 EDT
Modified files:
/phpdoc configure.in
Log:
- Fix reference to non-existent ID "zend" problems. Since missing-ids.xml
was moved into en/ (or other lang dirs) it wasn't being removed properly
before being recreated. Req
daveTue Sep 7 20:00:56 2004 EDT
Modified files:
/phpdoc/en/reference/stream/functions stream-get-wrappers.xml
Log:
- Add TWO examples.
http://cvs.php.net/diff.php/phpdoc/en/reference/stream/functions/stream-get-wrappers.xml?r1=1.4&r2=1.5&ty=u
Index
daveFri Sep 3 05:13:41 2004 EDT
Modified files:
/phpdoc/howto working.xml
Log:
- No newline issues.
http://cvs.php.net/diff.php/phpdoc/howto/working.xml?r1=1.45&r2=1.46&ty=u
Index: phpdoc/howto/working.xml
diff -u phpdoc/howto/working.xml:1.45 phpd
daveFri Sep 3 05:07:02 2004 EDT
Modified files:
/phpdoc/howto working.xml
Log:
- No more en/functions/ directory. Patch by techtonik.
http://cvs.php.net/diff.php/phpdoc/howto/working.xml?r1=1.44&r2=1.45&ty=u
Index: phpdoc/howto/working.xml
diff -u
techtonik wrote:
||*()*||[\..konnichi wa, ogenki desu ka, Gabor../]
GH> Log:
GH> remove functions folder, since this is two years old, and no translation needs
this to get updated
Update HOWTO also?
Patch committed. Thanks.
Dave
daveFri Sep 3 04:15:52 2004 EDT
Modified files:
/phpdoc/howto generating.xml
Log:
- Typo.
http://cvs.php.net/diff.php/phpdoc/howto/generating.xml?r1=1.16&r2=1.17&ty=u
Index: phpdoc/howto/generating.xml
diff -u phpdoc/howto/generating.xml:1.16 phpdo
daveFri Sep 3 04:09:48 2004 EDT
Modified files:
/phpdoc/howto generating.xml
Log:
- Typos in howto, document how much longer xmllint takes (on average).
http://cvs.php.net/diff.php/phpdoc/howto/generating.xml?r1=1.15&r2=1.16&ty=u
Index: phpdoc/howt
daveFri Sep 3 02:12:46 2004 EDT
Modified files:
/phpdoc/en/reference/pspell/functions pspell-config-ignore.xml
Log:
- Typos, add parameter tag.
http://cvs.php.net/diff.php/phpdoc/en/reference/pspell/functions/pspell-config-ignore.xml?r1=1.4&r2=1.5&
daveSun Aug 29 00:18:59 2004 EDT
Modified files:
/phpdoc/en/reference/curl/functions curl-setopt.xml
Log:
- Typo. Option does the reverse.
http://cvs.php.net/diff.php/phpdoc/en/reference/curl/functions/curl-setopt.xml?r1=1.13&r2=1.14&ty=u
Index: phpdoc/en
daveSat Aug 28 09:34:36 2004 EDT
Modified files:
/phpdoc/en/reference/mbstring/functions mb-ereg-match.xml
mb-ereg-replace.xml
mb-ereg-search-getpos.xml
daveThu Aug 26 01:40:30 2004 EDT
Modified files:
/phpdoc/en/language/oop5exceptions.xml
/phpdoc/en/reference/datetime/functions microtime.xml
/phpdoc/en/reference/ibase/functionsibase-pconnect.xml
/phpdoc/en/reference/yaz/functions ya
daveThu Aug 26 01:37:58 2004 EDT
Modified files:
/phpdoc/en/reference/errorfunc/functionsset-exception-handler.xml
Log:
- Fix broken build ( without a ), and other things.
http://cvs.php.net/diff.php/phpdoc/en/reference/errorfunc/functions/set-excepti
daveWed Aug 25 00:38:38 2004 EDT
Added files:
/phpdoc/en/reference/readline/functions
readline-callback-handler-install.xml
readline-callback-handler-remove.xml
daveTue Aug 24 19:02:43 2004 EDT
Modified files:
/phpdoc/en/features file-upload.xml
Log:
- Typo, bug #29826.
http://cvs.php.net/diff.php/phpdoc/en/features/file-upload.xml?r1=1.77&r2=1.78&ty=u
Index: phpdoc/en/features/file-upload.xml
diff -u phpdoc/en/f
daveSun Aug 22 06:57:40 2004 EDT
Modified files:
/phpdoc/en/reference/apache/functions apache-setenv.xml
Log:
- Typo.
http://cvs.php.net/diff.php/phpdoc/en/reference/apache/functions/apache-setenv.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/ap
Curt Zirzow wrote:
* Thus wrote Derick Rethans:
Heya,
livedocs is now running on docs.php.net (do not announce it yet!) but
not automatically updating so far.
Please fix the following errors:
[Sat Aug 21 16:49:25 2004] [error] [client 80.197.147.147] File does not exist:
/local/Web/sites/livedocs/
daveThu Aug 19 01:40:08 2004 EDT
Modified files:
/phpdoc/en/reference/curl/functions curl-setopt.xml
Log:
- Add constant tags where needed and replace erroneous parameter tags.
http://cvs.php.net/diff.php/phpdoc/en/reference/curl/functions/curl-setopt.xml?
daveWed Aug 18 23:24:01 2004 EDT
Modified files:
/phpdoc/en/reference/curl constants.xml
Log:
- Add missing constant. (bug #29727).
http://cvs.php.net/diff.php/phpdoc/en/reference/curl/constants.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/curl/con
daveWed Aug 18 18:55:14 2004 EDT
Modified files:
/phpdoc/en language-defs.ent
Log:
- Capitalize Return Values.
http://cvs.php.net/diff.php/phpdoc/en/language-defs.ent?r1=1.20&r2=1.21&ty=u
Index: phpdoc/en/language-defs.ent
diff -u phpdoc/en/language-defs
Curt Zirzow wrote:
Ok.. I was bored and made some changes to the new spell-checker
dave wrote. here are the list of changes:
- autodetect cvsroot directory instead of ../
- ensure custom.pws is in cvsroot of phpdoc.
- allow filename(s) to be passed on the command prompt
- fixed bug with word's havi
daveSat Aug 14 16:44:51 2004 EDT
Modified files:
/phpdoc/en/reference/bcompiler/functionsbcompiler-write-class.xml
Log:
- Typos.
http://cvs.php.net/diff.php/phpdoc/en/reference/bcompiler/functions/bcompiler-write-class.xml?r1=1.2&r2=1.3&ty=u
Index: ph
daveFri Aug 13 18:33:03 2004 EDT
Modified files:
/phpdoc/scripts spell-checker.php
Log:
- Add a word count.
http://cvs.php.net/diff.php/phpdoc/scripts/spell-checker.php?r1=1.1&r2=1.2&ty=u
Index: phpdoc/scripts/spell-checker.php
diff -u phpdoc/scripts/
Hello internals (cc'ed to phpdoc)
A minor issue, but one I'd like to see fixed for upcoming releases.
There are two ini directives that are spelled wrong:
sybase.compatability_mode
mssql.compatability_mode
The correct spelling is "compatibility". Could someone fix these? Or
possibly add new, cor
daveFri Aug 13 08:07:44 2004 EDT
Modified files:
/phpdoc/en/appendices reserved.constants.core.xml
Log:
- Typo.
# Hi Nuno!
http://cvs.php.net/diff.php/phpdoc/en/appendices/reserved.constants.core.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/appendices
Mehdi Achour wrote:
It wasn't dave :)
Woops, guess I was looking at the wrong "implementation" word and didn't
check further in. Thanks Mehdi.
didou
Dave
daveFri Aug 13 01:22:43 2004 EDT
Modified files:
/phpdoc/en/reference/mysql/functionsmysql-real-escape-string.xml
Log:
- Typo. Fixes #29643.
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-real-escape-string.xml?r1=1.11&r2=1.
Dave Barr wrote:
daveFri Aug 13 00:59:25 2004 EDT
Added files:
/phpdoc/scripts spell-checker.php
Log:
- Add a custom phpdoc XML spell checker script. Needs the pspell extension
enabled to work.
Woops! I didn't even see vrana's aspell.php scrip
e to |
| [EMAIL PROTECTED] so we can mail you a copy immediately. |
+--+
| Authors:Dave Barr <[EMAIL PR
daveThu Aug 12 18:20:24 2004 EDT
Modified files:
/phpdoc/en/reference/fam/functions fam-cancel-monitor.xml
fam-suspend-monitor.xml
/phpdoc/en/reference/fdf/functions fdf-errno.xml
/phpdoc/en/reference/zip/function
daveThu Aug 12 18:06:27 2004 EDT
Modified files:
/phpdoc/en/appendices resources.xml
Log:
- Remove empty function tags.
http://cvs.php.net/diff.php/phpdoc/en/appendices/resources.xml?r1=1.32&r2=1.33&ty=u
Index: phpdoc/en/appendices/resources.xml
dif
daveThu Aug 12 17:21:37 2004 EDT
Modified files:
/phpdoc/en/reference/exec/functions proc-nice.xml
Log:
- + = lower priority, - = higher priority.
http://cvs.php.net/diff.php/phpdoc/en/reference/exec/functions/proc-nice.xml?r1=1.4&r2=1.5&ty=u
Index: phpdo
daveThu Aug 12 16:15:28 2004 EDT
Modified files:
/phpdoc/en/reference/exec/functions proc-nice.xml
Log:
- Explain that the parameter is an increment value. Fixes bug #29638.
http://cvs.php.net/diff.php/phpdoc/en/reference/exec/functions/proc-nice.xml?r1=1
daveThu Aug 12 15:51:01 2004 EDT
Modified files:
/phpdoc/en/reference/image/functionsimagecreatefromstring.xml
Log:
- Add info on automatically detected/supported types. Add return
values, see alsos, and an example.
http://cvs.php.net/diff.php
Sean Coates wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
So, allow users to opt out of the "inactive" page.
Would that solve the problem?
I have a solution:
Simply remove the word "inactive" (and change the entities of course).
This way, people that are still active, but didn't make it to
the world-wide-web, please send a note to |
| [EMAIL PROTECTED] so we can mail you a copy immediately. |
+--+
| Authors:Dave Barr <[EMAIL PR
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
daveTue Aug 10 23:04:15 2004 EDT
Modified files:
/phpdoc/en/reference/misc/functions uniqid.xml
Log:
- Fix protos.
- Update version-specific information.
- Expand LCG acronym.
- Clean up example.
http://cvs.php.net/diff.php/phpdoc/en/reference/misc/
daveTue Aug 10 21:52:42 2004 EDT
Modified files:
/phpdoc/en/reference/strings/functions sprintf.xml
Log:
- Fix wording.
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/sprintf.xml?r1=1.13&r2=1.14&ty=u
Index: phpdoc/en/reference/stri
daveTue Aug 10 21:50:46 2004 EDT
Modified files:
/phpdoc/en/reference/strings/functions sprintf.xml
Log:
- Document sign specifier.
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/sprintf.xml?r1=1.12&r2=1.13&ty=u
Index: phpdoc/en/re
daveTue Aug 10 20:21:26 2004 EDT
Modified files:
/phpdoc/en/reference/misc/functions php-strip-whitespace.xml
Log:
- Similar to php -w.
http://cvs.php.net/diff.php/phpdoc/en/reference/misc/functions/php-strip-whitespace.xml?r1=1.3&r2=1.4&ty=u
Index: phpdo
daveTue Aug 10 20:00:49 2004 EDT
Modified files:
/phpdoc/en/reference/misc/functions php-strip-whitespace.xml
Log:
- Add note about prior 5.0.1 bug #29606.
http://cvs.php.net/diff.php/phpdoc/en/reference/misc/functions/php-strip-whitespace.xml?r1=1.2&r2=1
daveTue Aug 10 19:28:15 2004 EDT
Modified files:
/phpdoc/en/reference/misc/functions php-strip-whitespace.xml
Log:
- Document php_strip_whitespace() with example.
http://cvs.php.net/diff.php/phpdoc/en/reference/misc/functions/php-strip-whitespace.xml?r1=1
Some functions are system-dependent in that if they're not detected at
compile time, they won't be included in PHP. Currently the
documentation does not tell the user any information about this type
of function availability and could cause some confusion when a user
tries to use a function and it s
daveTue Aug 10 14:47:24 2004 EDT
Modified files:
/phpdoc/en/reference/misc/functions time-nanosleep.xml
Log:
- Use return.success.
http://cvs.php.net/diff.php/phpdoc/en/reference/misc/functions/time-nanosleep.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/refere
daveTue Aug 10 14:45:07 2004 EDT
Modified files:
/phpdoc/en/reference/misc/functions time-nanosleep.xml
Log:
- Document time_nanosleep(), with example.
http://cvs.php.net/diff.php/phpdoc/en/reference/misc/functions/time-nanosleep.xml?r1=1.1&r2=1.2&ty=u
In
daveTue Aug 10 09:48:52 2004 EDT
Modified files:
/phpdoc/htmlhelpREADME.txt
Log:
- Explain cvs date tag usage and bunzip2 usage.
http://cvs.php.net/diff.php/phpdoc/htmlhelp/README.txt?r1=1.3&r2=1.4&ty=u
Index: phpdoc/htmlhelp/README.txt
diff -u phpdoc
daveSat Aug 7 14:28:18 2004 EDT
Modified files:
/phpdoc/en/reference/strings/functions vfprintf.xml
Log:
- Fix proto.
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/vfprintf.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/string
daveSat Aug 7 14:21:07 2004 EDT
Added files:
/phpdoc/en/reference/strings/functions vfprintf.xml
Log:
- Add vfprintf().
http://cvs.php.net/co.php/phpdoc/en/reference/strings/functions/vfprintf.xml?r=1.1&p=1
Index: phpdoc/en/reference/strings/fun
daveSat Aug 7 13:54:17 2004 EDT
Modified files:
/phpdoc/en/reference/strings/functions sprintf.xml
Log:
- Add an alternate padding character example.
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/sprintf.xml?r1=1.10&r2=1.11&ty=u
Jakub Vrana wrote:
vrana Sat Aug 7 04:56:21 2004 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions ftell.xml
Log:
Can't use ftell with a (bug #24071)
I looked into this yesterday, and if you look at the following code
fragment, you'll see that fte
daveSat Aug 7 04:27:38 2004 EDT
Modified files:
/phpdoc/en/reference/network/functions inet-ntop.xml inet-pton.xml
Log:
- Fix broken build.
http://cvs.php.net/diff.php/phpdoc/en/reference/network/functions/inet-ntop.xml?r1=1.1&r2=1.2&ty=u
Index: php
1 - 100 of 103 matches
Mail list logo