if this makes it through, that means the phpdoc list is working again.
back to your regularly scheduled documentation conversations...
jim
it appears that whoever created the slovenian (si) documentation tree,
(probably me) didn't double-check the iso language codes -- slovenian
should be 'sl'.
any objections if i straighten this out? this will break existing
checkouts, but it seems better to fix it now before people get too
attache
Philip Olson <[EMAIL PROTECTED]> wrote:
> Also, I notice you turned the two spaces after the
> period into one. I've always used two after a
> period, we use just one here? Afaik both ways
> are accepted although I was always tought two.
it probably doesn't matter. the processing tools will
jimwSat Jul 6 21:38:40 2002 EDT
Modified files:
/phpdoc configure.in
/phpdoc/scripts file-entities.php
Log:
this should fix the doc builds. YOU CAN NOT WRITE INTO $srcdir!
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.154 phpdoc/
jimwTue Jul 2 21:25:22 2002 EDT
Modified files:
/phpdoc/scripts missing-entities.sh.in
Log:
give the missing-stuff appendix an id to avoid the shifting autogenerated id it gets
otherwise
Index: phpdoc/scripts/missing-entities.sh.in
diff -u phpdoc/s
jimwTue Jul 2 21:07:45 2002 EDT
Modified files:
/phpdoc configure.in
Log:
set proper encoding for ru translation
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.152 phpdoc/configure.in:1.153
--- phpdoc/configure.in:1.152 Tue Jun 11 06:52:
there are now lists for each of the translations. commits to the cvs
repository for each translation go to the appropriate list, commits to
the main phpdoc repository (including the original english text) still
go to this list.
the lists are all named [EMAIL PROTECTED] (php.doc.NN on the news
ser
jimwThu Jun 27 19:17:24 2002 EDT
Modified files:
/phpdoc TODO
Log:
just testing
Index: phpdoc/TODO
diff -u phpdoc/TODO:1.34 phpdoc/TODO:1.35
--- phpdoc/TODO:1.34Tue Jun 11 06:36:26 2002
+++ phpdoc/TODO Thu Jun 27 19:17:24 2002
@@ -79,3 +79,4 @@
-
during the automatic manual builds, revcheck.html will now always be
built (even when that particular translation fails to build), and will
be put in place on the mirrors as /manual/LANG/revcheck.html.gz
jim
jimwSat May 25 13:03:47 2002 EDT
Modified files:
/phpdoc Makefile.in configure.in
Log:
include figures in tar.bz2, tar.gz, and .zip
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.116 phpdoc/Makefile.in:1.117
--- phpdoc/Makefile.in:1.116Sun M
On Sun, May 05, 2002 at 01:27:46AM +0200, Simone Cortesi wrote:
> At 14.26 04/05/02 -0700, Jim Winstead wrote:
> >to check out the english version, just run 'cvs co phpdoc'. checking out
> >the english version plus a single translation can be done with 'cvs co
On Sat, May 04, 2002 at 11:44:33PM +0200, Slawomir Pucia wrote:
> Jim Winstead wrote:
> > to check out the english version, just run 'cvs co phpdoc'. checking
> > out the english version plus a single translation can be done with
> > 'cvs co phpdoc-de'
the list of translated languages moved into phpdoc-LANG modules:
ar cs de es fi fr he hk hu it ja kr nl pl pt_BR ro ru tr tw zh
to fix your checkout, first delete any translations that you don't plan
on working with in the future.
then, from your phpdoc directory, run the following command (u
just a reminder, the phpdoc cvs module is going to be split up this
weekend (probably tomorrow at about this time). you'll need to do a
little work to fix your existing checkouts to work with the new scheme,
and instructions on how to do that will be posted when the split
happens.
jim
On Tue, Apr 30, 2002 at 10:41:55PM +0200, Simone Cortesi wrote:
> At 18.07 29/04/02 +0000, Jim Winstead wrote:
>
> >i'd like to split out the translations from the main phpdoc repository.
> >this should make checkouts faster for everyone involved, and probably
> >
i'd like to split out the translations from the main phpdoc repository.
this should make checkouts faster for everyone involved, and probably
cut down the load on the cvs server, too.
what would be involved:
* move phpdoc/{lang} to phpdoc-{lang} (except en)
* set up the required modules file mag
jimwSun Apr 28 20:41:22 2002 EDT
Modified files:
/phpdoc/en/reference/oracle/functions ora-fetch-into.xml
Log:
reset array between calls to ora_fetch_into in example. (i can't believe nobody has
just made ora_fetch_{row,array,assoc})
Index: phpdoc/en
jimwSun Apr 28 20:39:55 2002 EDT
Modified files:
/phpdoc/en/reference/oracle/functions ora-fetch-into.xml
Log:
document flags values for ora_fetch_into
Index: phpdoc/en/reference/oracle/functions/ora-fetch-into.xml
diff -u phpdoc/en/reference/oracle/f
jimwThu Apr 25 19:14:47 2002 EDT
Added files:
/php4/ext/sysvmsg .cvsignore CREDITS EXPERIMENTAL config.m4
php_sysvmsg.h sysvmsg.c
/php4/ext/sysvmsg/tests 001.phpt
Modified files:
/phpdoc/en/reference/open
jimwMon Apr 22 14:43:45 2002 EDT
Modified files:
/phpdoc/entitiesglobal.ent
/phpdoc/en/reference/calendar reference.xml
Log:
link to page that explains the julian day count in more detail
Index: phpdoc/entities/global.ent
diff -u phpdoc/entit
jimwThu Apr 18 17:36:42 2002 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions is-dir.xml
Log:
is_dir: clarify how relative filenames are handled, add see also for chdir
Index: phpdoc/en/reference/filesystem/functions/is-dir.xml
diff -u phpdoc
jimwThu Apr 18 14:13:31 2002 EDT
Modified files:
/phpdoc/en/reference/calendar/functions juliantojd.xml
Log:
juliantojd(): add caution about current calendar system being
gregorian, with a reference to gregoriantojd().
Index: phpdoc/en/reference/ca
jimwTue Apr 9 18:29:24 2002 EDT
Modified files:
/phpdoc/en/functionsdir.xml
Log:
update examples to test result of opendir() before trying to call readdir().
Index: phpdoc/en/functions/dir.xml
diff -u phpdoc/en/functions/dir.xml:1.37 phpdoc/en/f
On Tue, Apr 09, 2002 at 08:32:32PM +0200, Gabor Hojtsy wrote:
> > > I have just noticed that though our build was done yesterday:
> > > http://www.php.net/manual/hu/build.log.gz our revcheck file is
> > > not updated.
> >
> > do a shift-reload. it looks like the squid accelerator is caching the
>
On Tue, Apr 09, 2002 at 04:19:52PM +0200, Gabor Hojtsy wrote:
> I have just noticed that though our build was done yesterday:
> http://www.php.net/manual/hu/build.log.gz our revcheck file is
> not updated.
do a shift-reload. it looks like the squid accelerator is caching the
file a little too agg
Sander Roobol <[EMAIL PROTECTED]> wrote:
> sander Thu Mar 28 12:00:15 2002 EDT
>
> Modified files:
>/phpdoc/en/functionsmcal.xml
> Log:
> mcal_week_of_year() is perfectly documented :)
> # Well, it's completely clear to me what it does.
hardly. see the dif
Gabor Hojtsy <[EMAIL PROTECTED]> wrote:
>> > sander Wed Mar 13 10:29:14 2002 EDT
>> >
>> > Modified files:
>> >/phpdoc/en/chapters install.windows.xml
>> > Log:
>> > Windows XP is in c:\windows not in c:\winnt
>>
>> is this really the best way to install? (i know i
Sander Roobol <[EMAIL PROTECTED]> wrote:
> sander Wed Mar 13 10:29:14 2002 EDT
>
> Modified files:
>/phpdoc/en/chapters install.windows.xml
> Log:
> Windows XP is in c:\windows not in c:\winnt
is this really the best way to install? (i know it isn't for the cgi
ver
jimwThu Feb 28 13:14:33 2002 EDT
Modified files:
/phpdoc/en/faq build.xml
Log:
this is wrong, wrong, wrong. /usr/include/linux should not be a
symlink to kernel sources.
Index: phpdoc/en/faq/build.xml
diff -u phpdoc/en/faq/build.xml:1.13 phpdoc/en
Mark Kronsbein <[EMAIL PROTECTED]> wrote:
> Did someone test the download with Netscape yet? My files are still
> corrupt.
give it another try. www.php.net was using text/plain as the
content-type for the .tar.bz2 files, but will now use
application/octet-stream.
jim
jimwMon Feb 11 20:23:53 2002 EDT
Modified files:
/phpdoc/en/functionsdatetime.xml
Log:
clarify that "S" is the suffix for the day of the month
Index: phpdoc/en/functions/datetime.xml
diff -u phpdoc/en/functions/datetime.xml:1.66 phpdoc/en/functions/
Torben Wilson <[EMAIL PROTECTED]> wrote:
> + PHP 4.2.0-dev and newer versions.
this should just be 4.2.0, imho. otherwise someone has to remember to go
back and clean up these sorts of references every time there is a
release.
jim
jimwSat Feb 9 18:51:38 2002 EDT
Modified files:
/phpdoc Makefile.in
Log:
add palmdoc and isilo targets, add isilo to extra targets
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.112 phpdoc/Makefile.in:1.113
--- phpdoc/Makefile.in:1.112Sat F
jimwSat Feb 9 15:53:01 2002 EDT
Modified files:
/phpdoc Makefile.in
Log:
no more .txt version, either. let people run lynx themselves.
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.111 phpdoc/Makefile.in:1.112
--- phpdoc/Makefile.in:1.111S
jimwSat Feb 9 15:37:49 2002 EDT
Modified files:
/phpdoc Makefile.in
Log:
we're going .bz2-only from php.net mirrors.
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.110 phpdoc/Makefile.in:1.111
--- phpdoc/Makefile.in:1.110Fri Feb 1 06:13
Gabor Hojtsy <[EMAIL PROTECTED]> wrote:
> The question is whether it would be politically correct to
> add links to the Debugging section to PHP 4 external debuggers
> (like Zend debugger and DBG). Don't know if there are any more...
yes, this would be fine.
jim
to save the mirrors a bit of strain, the build logs will now be
compressed.
i already compressed most of the egregiously large ones manually. the
others will get compressed next time they are rebuilt.
it will also start filtering out lines that begin with 'Warning: Unknown
character'. this acc
jimwSun Jan 20 18:37:04 2002 EDT
Modified files:
/phpdoc Makefile.in
Log:
wow, that license block was bad.
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.104 phpdoc/Makefile.in:1.105
--- phpdoc/Makefile.in:1.104Fri Jan 18 16:57:45 2002
+++ p
Gabor Hojtsy <[EMAIL PROTECTED]> wrote:
> I have a local copy of user notes for some time now to test
> the new CHM manual with user notes inclusion. It is not up
> to date, but the small stats I made may help people examine,
> what is the big picture about user notes:
>
> Files with notes :
Hartmut Holzgraefe <[EMAIL PROTECTED]> wrote:
> +@srcdir@/scripts/makedoc: @srcdir@scripts/makedoc.cc
> + g++ -o @srcdir@scripts/makedoc @srcdir@scripts/makedoc.cc
this is wrong. this builds the file into @srcdir@.
jim
jimwFri Jan 11 16:28:41 2002 EDT
Modified files:
/phpdoc Makefile.in
Log:
don't make test targets depend on funcindex.xml, since that depends on quickref.txt,
and generation of that is forced.
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.98 p
On Thu, Jan 10, 2002 at 06:37:09PM +0100, Hartmut Holzgraefe wrote:
> Egon Schmid wrote:
> >Ok, but there is another error in the build system or the manual
> >itself. Look at the PDF manuals and you will see a incomplete table
> >of content (?? as page numbers at the end) and this pages aren?t
>
it is broken because the system builds the manual outside of the phpdoc
tree. that means when $(srcdir) isn't properly used, the build breaks.
this is easy to test and fix on any (unix) system -- just make an empty
directory, and run phpdoc's configure from there (using whatever
absolute or relat
Hartmut Holzgraefe <[EMAIL PROTECTED]> wrote:
> does anyone have a *definitive* answer on this topic?
for english? there's no such thing. it really doesn't matter
that much.
jim
jimwSun Jan 6 13:22:27 2002 EDT
Modified files:
/phpdoc configure.in
Log:
Tiny fix to output when updating entities/chapters.ent.
Try to use AC_PATH_PROGS to find PHP CGI binary named 'php4' on Debian
systems. Doesn't work, since AC_PATH_PROGS appears
jimwSun Jan 6 13:02:14 2002 EDT
Modified files:
/phpdoc README
Log:
typo
Index: phpdoc/README
diff -u phpdoc/README:1.27 phpdoc/README:1.28
--- phpdoc/README:1.27 Sat Dec 15 03:28:13 2001
+++ phpdoc/README Sun Jan 6 13:02:14 2002
@@ -11,7 +11,7
jimwThu Jan 3 16:50:07 2002 EDT
Modified files:
/phpdoc/en/functionscurl.xml
Log:
fix typo spotted by Jonathan Hilgeman
Index: phpdoc/en/functions/curl.xml
diff -u phpdoc/en/functions/curl.xml:1.21 phpdoc/en/functions/curl.xml:1.22
--- phpdoc/en/fu
jimwWed Jan 2 13:05:03 2002 EDT
Modified files:
/phpdoc/en/functionsapache.xml
Log:
apache_child_terminate: clarify, see also exit
Index: phpdoc/en/functions/apache.xml
diff -u phpdoc/en/functions/apache.xml:1.21 phpdoc/en/functions/apache.xml:1.22
jimwWed Jan 2 07:26:33 2002 EDT
Modified files:
/phpdoc/en/functionsstrings.xml
Log:
chunk_split: one more prose tweak, fix see also of wordwrap
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.149 phpdoc/en/function
jimwWed Jan 2 07:24:48 2002 EDT
Modified files:
/phpdoc/en/functionsstrings.xml
Log:
chunk_split: don't give parameter same name as type, fix prose a little
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.148 phpdoc
jimwWed Jan 2 07:08:06 2002 EDT
Modified files:
/phpdoc/en/functionsclassobj.xml
Log:
get_parent_class: update proto, document behavior when passed a string
Index: phpdoc/en/functions/classobj.xml
diff -u phpdoc/en/functions/classobj.xml:1.30 phpdo
jimwWed Jan 2 06:58:25 2002 EDT
Modified files:
/phpdoc/en/functionsmysql.xml
Log:
mysql_tablename: use for loop in example
Index: phpdoc/en/functions/mysql.xml
diff -u phpdoc/en/functions/mysql.xml:1.81 phpdoc/en/functions/mysql.xml:1.82
--- phpdo
jimwWed Jan 2 06:54:08 2002 EDT
Modified files:
/phpdoc/en/functionsstrings.xml
Log:
str_repeat: see also substr_count
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.147 phpdoc/en/functions/strings.xml:1.148
--- ph
jimwWed Jan 2 06:51:18 2002 EDT
Modified files:
/phpdoc/en/functionsming.xml
Log:
swfaction: incorporate user notes re: getURL and loadMovie
Index: phpdoc/en/functions/ming.xml
diff -u phpdoc/en/functions/ming.xml:1.30 phpdoc/en/functions/ming.xml:
jimwWed Jan 2 06:45:00 2002 EDT
Modified files:
/phpdoc/en/functionssockets.xml
Log:
socket_read: fix prototype, documentation
Index: phpdoc/en/functions/sockets.xml
diff -u phpdoc/en/functions/sockets.xml:1.27 phpdoc/en/functions/sockets.xml:1.28
jimwWed Jan 2 06:39:45 2002 EDT
Modified files:
/phpdoc/en/functionsexec.xml
Log:
shell_exec: document by referencing backtick documentation
Index: phpdoc/en/functions/exec.xml
diff -u phpdoc/en/functions/exec.xml:1.25 phpdoc/en/functions/exec.xml:
jimwWed Jan 2 06:33:49 2002 EDT
Modified files:
/phpdoc/en/functionsimap.xml
Log:
imap_fetchbodystructure: parts can contain parts, incorporate notes into table
Index: phpdoc/en/functions/imap.xml
diff -u phpdoc/en/functions/imap.xml:1.58 phpdoc/en
jimwTue Jan 1 20:46:00 2002 EDT
Modified files:
/phpdoc/en/functionsmsession.xml
/phpdoc global.ent
Log:
msession: basic explanation
Index: phpdoc/en/functions/msession.xml
diff -u phpdoc/en/functions/msession.xml:1.4 phpdoc/en/functions/m
jimwTue Jan 1 20:42:54 2002 EDT
Modified files:
/phpdoc/en/functionsmsession.xml
Log:
incorporate notes, use proper undocumented warnings
Index: phpdoc/en/functions/msession.xml
diff -u phpdoc/en/functions/msession.xml:1.3 phpdoc/en/functions/msess
jimwTue Jan 1 20:13:11 2002 EDT
Modified files:
/phpdoc/en/functionsimage.xml
Log:
{jpeg,png}2wbmp: add mysterious threshold parameter to prototype; various: remove
goofy redundant text
Index: phpdoc/en/functions/image.xml
diff -u phpdoc/en/functi
jimwTue Jan 1 19:58:00 2002 EDT
Modified files:
/phpdoc/en/functionsinfo.xml
Log:
get_included_files: document that auto_prepend_file isn't included
Index: phpdoc/en/functions/info.xml
diff -u phpdoc/en/functions/info.xml:1.82 phpdoc/en/functions/i
jimwTue Jan 1 19:52:22 2002 EDT
Modified files:
/phpdoc/en/functionsinfo.xml
Log:
phpinfo: fix formatting, document that parts of the display are disabled when
expose_php is set to off
Index: phpdoc/en/functions/info.xml
diff -u phpdoc/en/function
jimwTue Jan 1 19:44:14 2002 EDT
Modified files:
/phpdoc/en/functionsmath.xml
Log:
sqrt: see also pow
Index: phpdoc/en/functions/math.xml
diff -u phpdoc/en/functions/math.xml:1.63 phpdoc/en/functions/math.xml:1.64
--- phpdoc/en/functions/math.xml:1.
jimwTue Jan 1 19:42:17 2002 EDT
Modified files:
/phpdoc/en/functionsmnogosearch.xml
Log:
udm-get-res-field: fix range of row
Index: phpdoc/en/functions/mnogosearch.xml
diff -u phpdoc/en/functions/mnogosearch.xml:1.31
phpdoc/en/functions/mnogosearc
jimwTue Jan 1 15:25:20 2002 EDT
Modified files:
/phpdoc/en/functionsdatetime.xml
Log:
strftime: document %G and %g, refer to it from %V
Index: phpdoc/en/functions/datetime.xml
diff -u phpdoc/en/functions/datetime.xml:1.60 phpdoc/en/functions/dateti
On Tue, Jan 01, 2002 at 08:22:34PM +0100, Friedhelm Betz wrote:
> Beside this rendering issues filenames should all be lowercase in the
> manual? Most are currently
i assume you mean function names. personally, i don't care, and i don't
think it matters. (and i'll warn everyone up front that
Friedhelm Betz <[EMAIL PROTECTED]> wrote:
> At least in they should be
> lowercase, otherwise links are not correctly rendered/displayed.
> (I assume all refentry id's are lowercase?)
as near as i can tell, the stylesheets should be trying to do a
case-insensitive comparison to avoid this is
jimwSun Dec 30 17:26:40 2001 EDT
Modified files:
/phpdoc/en/functionsircg.xml
Log:
ircg_nickname_unescape: fix function name
Index: phpdoc/en/functions/ircg.xml
diff -u phpdoc/en/functions/ircg.xml:1.17 phpdoc/en/functions/ircg.xml:1.18
--- phpdoc/e
jimwSun Dec 30 14:38:46 2001 EDT
Modified files:
/phpdoc/en/faq installation.xml
Log:
fix duplicate id
Index: phpdoc/en/faq/installation.xml
diff -u phpdoc/en/faq/installation.xml:1.12 phpdoc/en/faq/installation.xml:1.13
--- phpdoc/en/faq/installation.
jimwThu Dec 20 20:04:05 2001 EDT
Modified files:
/phpdoc/en/functionsvar.xml
Log:
unset: fix bogus entitification of true. (yes, i made that word up. i like it.)
Index: phpdoc/en/functions/var.xml
diff -u phpdoc/en/functions/var.xml:1.85 phpdoc/en/f
jimwThu Dec 20 19:57:43 2001 EDT
Modified files:
/phpdoc/en/functionsfilesystem.xml
Log:
unlink: &return.success;
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.105
phpdoc/en/functions/filesystem.xml:1.106
--
jimwThu Dec 20 19:55:21 2001 EDT
Modified files:
/phpdoc/en/functionsarray.xml
Log:
u?sort: add ¬e.func-callback;
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.142 phpdoc/en/functions/array.xml:1.143
--- phpdoc/en/func
jimwThu Dec 20 19:28:06 2001 EDT
Modified files:
/phpdoc/es/language types.xml
Log:
fix >>> to be <<<.
Index: phpdoc/es/language/types.xml
diff -u phpdoc/es/language/types.xml:1.6 phpdoc/es/language/types.xml:1.7
--- phpdoc/es/language/types.xml:1.6Wed
jimwThu Dec 20 19:25:10 2001 EDT
Modified files:
/phpdoc/en/functionsarray.xml
Log:
count: see also strlen
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.141 phpdoc/en/functions/array.xml:1.142
--- phpdoc/en/functions/a
one of the dutch translators may want to take a look at:
http://www.php.net/manual/en/function.strrchr.php
(oh, i'm just assuming the note is in dutch. looks like it to this
monolinguistic american. :)
jim
jimwThu Dec 20 18:59:02 2001 EDT
Modified files:
/phpdoc/en/functionsxml.xml
Log:
can use object/method callbacks
Index: phpdoc/en/functions/xml.xml
diff -u phpdoc/en/functions/xml.xml:1.24 phpdoc/en/functions/xml.xml:1.25
--- phpdoc/en/functions/xm
jimwThu Dec 20 18:39:59 2001 EDT
Modified files:
/phpdoc/en/functionsvar.xml
Log:
is_int,is_float: add tip about is_numeric
Index: phpdoc/en/functions/var.xml
diff -u phpdoc/en/functions/var.xml:1.84 phpdoc/en/functions/var.xml:1.85
--- phpdoc/en/fu
jimwThu Dec 20 18:23:12 2001 EDT
Modified files:
/phpdoc/en/functionsarray.xml
Log:
in_array: note match is case-sensitive, add example
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.140 phpdoc/en/functions/array.xml:1.
jimwThu Dec 20 18:17:37 2001 EDT
Modified files:
/phpdoc/en/language control-structures.xml
Log:
if: link to information on what evaluates to &false;
Index: phpdoc/en/language/control-structures.xml
diff -u phpdoc/en/language/control-structures.xml:1.47
ph
jimwThu Dec 20 18:05:10 2001 EDT
Modified files:
/phpdoc/en/functionsstrings.xml
Log:
substr: fix examples and explanations related to negative starts and lengths, clean
up layout
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/s
jimwThu Dec 20 17:38:53 2001 EDT
Modified files:
/phpdoc/en/functionsstrings.xml
Log:
strstr: update see also list
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.143 phpdoc/en/functions/strings.xml:1.144
--- phpdoc/
jimwThu Dec 20 17:23:24 2001 EDT
Modified files:
/phpdoc/en/functionsarray.xml
Log:
array_pop: &return.falseproblem;
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.139 phpdoc/en/functions/array.xml:1.140
--- phpdoc/en/f
jimwThu Dec 20 17:19:32 2001 EDT
Modified files:
/phpdoc/en/functionsurl.xml
Log:
rawurldecode: incorporate user note, fix formatting of example output
Index: phpdoc/en/functions/url.xml
diff -u phpdoc/en/functions/url.xml:1.24 phpdoc/en/functions/u
jimwThu Dec 20 17:05:04 2001 EDT
Modified files:
/phpdoc/en/functionsimage.xml
Log:
imagecolortransparent: explain how the transparent color works, based on user note
Index: phpdoc/en/functions/image.xml
diff -u phpdoc/en/functions/image.xml:1.71 ph
jimwThu Dec 20 16:59:22 2001 EDT
Modified files:
/phpdoc/en/functionsfunchand.xml
Log:
func_num_args: minor cleanups
Index: phpdoc/en/functions/funchand.xml
diff -u phpdoc/en/functions/funchand.xml:1.24 phpdoc/en/functions/funchand.xml:1.25
--- phpd
jimwThu Dec 20 16:27:00 2001 EDT
Modified files:
/phpdoc/en/functionsurl.xml
Log:
rawurlencode: fix formatting
Index: phpdoc/en/functions/url.xml
diff -u phpdoc/en/functions/url.xml:1.23 phpdoc/en/functions/url.xml:1.24
--- phpdoc/en/functions/url.x
jimwThu Dec 20 16:21:05 2001 EDT
Modified files:
/phpdoc/en/features cookies.xml
Log:
document $_COOKIE, $HTTP_COOKIE_VARS, mention relevant configuration settings, be
more explicit in pointing to setcookie documentation, note how to use output buffering
I
jimwThu Dec 20 16:10:55 2001 EDT
Modified files:
/phpdoc/en/functionsoutcontrol.xml
Log:
flush: note that mod_gzip may buffer data
Index: phpdoc/en/functions/outcontrol.xml
diff -u phpdoc/en/functions/outcontrol.xml:1.23 phpdoc/en/functions/outcontr
jimwThu Dec 20 16:07:53 2001 EDT
Modified files:
/phpdoc/en/functionspdf.xml
Log:
pdf_setcolor: add examples, clarify range for color values
Index: phpdoc/en/functions/pdf.xml
diff -u phpdoc/en/functions/pdf.xml:1.74 phpdoc/en/functions/pdf.xml:1.75
jimwThu Dec 20 15:38:26 2001 EDT
Modified files:
/phpdoc/en/functionsimage.xml
Log:
imagejpeg: clarify default quality
Index: phpdoc/en/functions/image.xml
diff -u phpdoc/en/functions/image.xml:1.70 phpdoc/en/functions/image.xml:1.71
--- phpdoc/en/f
jimwThu Dec 20 15:23:48 2001 EDT
Modified files:
/phpdoc/en/functionsarray.xml
Log:
range: provide examples of generating decrementing arrays and character ranges using
array_reverse and array_map
Index: phpdoc/en/functions/array.xml
diff -u phpdoc
jimwThu Dec 20 15:14:32 2001 EDT
Modified files:
/phpdoc/en/functionsarray.xml
Log:
array: see also array_pad, range
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.137 phpdoc/en/functions/array.xml:1.138
--- phpdoc/en/f
jimwThu Dec 20 15:06:06 2001 EDT
Modified files:
/phpdoc/en/functionsmisc.xml
Log:
uniqid: fix return type, use lcg parameter in example
Index: phpdoc/en/functions/misc.xml
diff -u phpdoc/en/functions/misc.xml:1.63 phpdoc/en/functions/misc.xml:1.64
jimwThu Dec 20 14:11:40 2001 EDT
Modified files:
/phpdoc/en/functionsfilesystem.xml
Log:
readlink: see also is_link (and not readlink, which seems a little redundant :)
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem
jimwThu Dec 20 14:09:15 2001 EDT
Modified files:
/phpdoc/en/functionsfilesystem.xml
Log:
is_link: see also readlink
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.103
phpdoc/en/functions/filesystem.xml:1.104
Hartmut Holzgraefe <[EMAIL PROTECTED]> wrote:
> I'd like to change the numbering for s from roman to arabic
> in the DSSSL stylesheets as i think that most readers are not that
> familiar with roman numbers that they can decode eg. XLVIII as 48
> *and* roman numbers screw up the indentation in the
jimwWed Dec 19 10:46:57 2001 EDT
Modified files:
/phpdoc/en/functionsmisc.xml
Log:
exit: good grief
Index: phpdoc/en/functions/misc.xml
diff -u phpdoc/en/functions/misc.xml:1.62 phpdoc/en/functions/misc.xml:1.63
--- phpdoc/en/functions/misc.xml:1.62
jimwTue Dec 18 18:37:31 2001 EDT
Modified files:
/phpdoc/en/functionspdf.xml
Log:
pdf_begin_page: incorporate user notes
Index: phpdoc/en/functions/pdf.xml
diff -u phpdoc/en/functions/pdf.xml:1.73 phpdoc/en/functions/pdf.xml:1.74
--- phpdoc/en/funct
jimwTue Dec 18 18:18:36 2001 EDT
Modified files:
/phpdoc/en/chapters security.xml
Log:
a little more warning about the weakness of security by obscurity
Index: phpdoc/en/chapters/security.xml
diff -u phpdoc/en/chapters/security.xml:1.38 phpdoc/en/chapters/s
jimwTue Dec 18 18:14:57 2001 EDT
Modified files:
/phpdoc/en/functionsmbstring.xml
Log:
mb_send_mail: incorporate user notes
Index: phpdoc/en/functions/mbstring.xml
diff -u phpdoc/en/functions/mbstring.xml:1.17 phpdoc/en/functions/mbstring.xml:1.18
-
1 - 100 of 360 matches
Mail list logo