damsWed May 16 01:00:09 2001 EDT
Modified files:
/phpdoc/en/functionscom.xml
Log:
Removed double addreflighten some extra unused tagWait for Jade's validation.
Index: phpdoc/en/functions/com.xml
diff -u phpdoc/en/functions/com.xml:1.8 phpdoc/en/func
zimtWed May 16 01:20:11 2001 EDT
Modified files:
/phpdoc/de Translators
Log:
Added Changes by Thomas
Index: phpdoc/de/Translators
diff -u phpdoc/de/Translators:1.156 phpdoc/de/Translators:1.157
--- phpdoc/de/Translators:1.156 Sat Apr 28 23:23:25 2001
+++ p
damsWed May 16 01:36:09 2001 EDT
Modified files:
/phpdoc/en/functionsarray.xml
Log:
Added Thomas's contribution, plus more details on array_flip.
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.67 phpdoc/en/functions/arr
on 15/05/01 21:07, Thomas at [EMAIL PROTECTED] wrote:
> Hello all,
>
> while working on the de-translation of the array-functions, I've recognized
> the following:
>
> 1.) FUNCTION ARRAY_REVERSE:
>
> The mentioned "$result2" doesn't exist in the related example,
> it should be "$result_keyed":
damsWed May 16 02:27:13 2001 EDT
Modified files:
/phpdoc/en/functionssem.xml
Log:
Added sem_remove from Gavin, and some missing full stops.
Index: phpdoc/en/functions/sem.xml
diff -u phpdoc/en/functions/sem.xml:1.6 phpdoc/en/functions/sem.xml:1.7
--
damsWed May 16 02:33:40 2001 EDT
Modified files:
/phpdoc/en/functionssem.xml
Log:
Bettered English (:-) )
Index: phpdoc/en/functions/sem.xml
diff -u phpdoc/en/functions/sem.xml:1.7 phpdoc/en/functions/sem.xml:1.8
--- phpdoc/en/functions/sem.xml:1.7
damsWed May 16 05:27:17 2001 EDT
Modified files:
/phpdoc/fr/functionsimage.xml
Log:
Added latest GD 2.0 functions.
Index: phpdoc/fr/functions/image.xml
diff -u phpdoc/fr/functions/image.xml:1.18 phpdoc/fr/functions/image.xml:1.19
--- phpdoc/fr/func
damsWed May 16 05:28:20 2001 EDT
Modified files:
/phpdoc/fr/functionsarray.xml
Log:
Update with latest changes
Index: phpdoc/fr/functions/array.xml
diff -u phpdoc/fr/functions/array.xml:1.30 phpdoc/fr/functions/array.xml:1.31
--- phpdoc/fr/function
Hi,
> I noted something, while PHPscripting today.
>
> echo "${x}";
> echo "{$x}";
> works the same, even with array.
> I didn't try with objects, but should be the same.
> May be you want to add this, or curse it from the docs.
> What you think?
The latter one is the 'complex syntax', since P
jeroen Wed May 16 08:19:26 2001 EDT
Modified files:
/phpdoc/en/language basic-syntax.xml
Log:
- Begin with revision of language section.
basic-syntax:
- Added note about revision, and progress-info
- Explained escaping a bit more eleboratel
jeroen Wed May 16 08:22:22 2001 EDT
Modified files:
/phpdoc/en/language types.xml
Log:
- Begin with revision of language section.
basic-syntax:
- Added note about revision, and progress-info
- Explained escaping a bit more eleborately
- Expla
jeroen Wed May 16 08:25:31 2001 EDT
Modified files:
/phpdoc/en/functionsmysql.xml
Log:
- Fixed types
- Removed outdated para
- Added some return description, and comments where still undocumented
Index: phpdoc/en/functions/mysql.xml
diff -u
jeroen Wed May 16 08:27:52 2001 EDT
Modified files:
/phpdoc/en/functionsgmp.xml
Log:
Added warning to gmp_init
Index: phpdoc/en/functions/gmp.xml
diff -u phpdoc/en/functions/gmp.xml:1.7 phpdoc/en/functions/gmp.xml:1.8
--- phpdoc/en/functions/gmp.
jeroen Wed May 16 08:29:04 2001 EDT
Modified files:
/phpdoc/en/functionsvar.xml
Log:
- empty clarified, noted it is a language construct
Index: phpdoc/en/functions/var.xml
diff -u phpdoc/en/functions/var.xml:1.44 phpdoc/en/functions/var.xml:1.45
eschmid Wed May 16 08:57:35 2001 EDT
Modified files:
/phpdoc/en/language types.xml
/phpdoc/en/functionscom.xml
Log:
Please validate your changes before commits.
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.21 phpdoc/en
hholzgraWed May 16 10:52:54 2001 EDT
Modified files:
/phpdoc print.dsl.in html-common.dsl
Log:
be more clever about and tags
Index: phpdoc/print.dsl.in
diff -u phpdoc/print.dsl.in:1.14 phpdoc/print.dsl.in:1.15
--- phpdoc/print.dsl.in:1.14Tu
hholzgraWed May 16 10:58:59 2001 EDT
Modified files:
/phpdoc/en/functionserrorfunc.xml
Log:
added warning about debugger being a php3 only feature
Index: phpdoc/en/functions/errorfunc.xml
diff -u phpdoc/en/functions/errorfunc.xml:1.8 phpdoc/e
Hi,
> It gets annoying with the time.
> [snip]
> > > > Do you have an CVS account? I havent seen any commits.
> > > [snip]
> > > No, I haven't got a CVS-account, I'm still waiting.
The php-group isn't really quick in approving CVS-requests indeed.
Of course I understand they're busy, etc, an
Hi,
RFC (Request for comments):
- what's the preferred name for the boolean type?
'bool' or 'boolean'?
- what's the preferred name for the floating point type?
'double' or 'float'?
- Can it be made that string etc will
automagically be rendered as a hyperlink to
language.types.string etc?
> > It gets annoying with the time.
> > [snip]
> > > > > Do you have an CVS account? I havent seen any commits.
> > > > [snip]
> > > > No, I haven't got a CVS-account, I'm still waiting.
>
> The php-group isn't really quick in approving CVS-requests indeed.
> Of course I understand they're bus
> RFC (Request for comments):
> - what's the preferred name for the boolean type?
> 'bool' or 'boolean'?
Boolean
> - what's the preferred name for the floating point type?
> 'double' or 'float'?
I think that depends on the context. Technically it should be 'double',
but people don't necess
In some really rare cases, but who is purposely using
(int) "0x... " anyway, and trusting on 0x being NOT
recognised??? And in user-submitted data, this just
adds another feature to most apps :), without any
programming.
The feature that non-numeric characters after the number
are ignored is onl
> > - what's the preferred name for the boolean type?
> > 'bool' or 'boolean'?
>
> Boolean
But bool in func-defs, I read in php.dev
And I meant in func-defs, because the 'real' word is - of course - boolean.
> > - what's the preferred name for the floating point type?
> > 'double' or 'float'
hholzgraWed May 16 11:33:22 2001 EDT
Modified files:
/phpdoc/en/functionsapache.xml classobj.xml com.xml datetime.xml
dbm.xml errorfunc.xml fdf.xml filesystem.xml
funchand.xml http.xml ib
Thomas wrote:
Hi Thomas,
> BTW: Have you seen the bad reference for the PHP-DOC in relation to asp,
> etc. in the comparison between WebScriptLangs in "Internet Professionell"? I
> hope it doesn't get worse, if you really act with everybody like me.
Ive seen it. It was not the first Article w
On Wed, May 16, 2001 at 08:48:48PM +0200, Mark Kronsbein wrote:
> > BTW: Have you seen the bad reference for the PHP-DOC in relation to asp,
> > etc. in the comparison between WebScriptLangs in "Internet Professionell"? I
> > hope it doesn't get worse, if you really act with everybody like me.
>
Hello Rasmus,
First, I want to thank you for your reply.
> Well, traditionally I have created CVS accounts, but I was away all last
> week. The work has been distributed out across more people now, but that
> adds a bit of a "ah, someone else will do it" problem. We are looking to
> solve with
Hi there,
while translating ldap.xml to german I wonder about the usage of the
abbreviation of dn (distiguished name). sometimes it is written as dn,
somateimes as DN.
I think it should be unified to either dn or DN.
comments?
friedhelm
jeroen Wed May 16 14:28:22 2001 EDT
Modified files:
/phpdoc Makefile.in
Log:
Added make bightml alias
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.59 phpdoc/Makefile.in:1.60
--- phpdoc/Makefile.in:1.59 Wed Mar 7 03:54:08 2001
+++ phpdoc/M
jeroen Wed May 16 14:29:16 2001 EDT
Modified files:
/phpdoc configure.in
Log:
Some hacks to simplify installation.
I didn't break anything (if not, I'll
buy you a new one ;)
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.63 phpdoc/confi
jeroen Wed May 16 14:31:34 2001 EDT
Modified files:
/phpdoc README.win32
Log:
Fool proof version.
If you're capable of writing documentation, you
should now be able to get it running with M$ without
ever having to wonder what SGML etc is.
XSL things h
jeroen Wed May 16 15:08:42 2001 EDT
Modified files:
/phpdoc/en/language variables.xml
Log:
Emphasised that HTTP_USER_AGENT etc are variables rather than constants
Index: phpdoc/en/language/variables.xml
diff -u phpdoc/en/language/variables.xml:1.12 phpdoc/
Hello Mark,
I'm with you in general, and the comparison is also between professional
product against PHP as a Open Source.
As a basis, we get already compared with also expensive prof. products
like cfm, but now it's our turn to improve our stuff so that we don't leave
ourself open for such a re
> Modified files:
> /phpdoc README.win32
> Log:
> Fool proof version.
> If you're capable of writing documentation, you
> should now be able to get it running with M$ without
> ever having to wonder what SGML etc is.
> XSL things have been removed
Is that wise.. some people
ack, I'll go whipe the dust of my backup from an hour ago :)
""James Moore"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> > Modified files:
> > /phpdoc README.win32
> > Log:
> > Fool proof version.
> > If you're capable of writing documentation
jeroen Wed May 16 15:23:03 2001 EDT
Modified files:
/phpdoc README.win32
Log:
Added optional XSL note. configure was already made ready :-)
Index: phpdoc/README.win32
diff -u phpdoc/README.win32:1.4 phpdoc/README.win32:1.5
--- phpdoc/README.win32:1.4
On Wed, May 16, 2001 at 07:45:17PM +0200, Jeroen van Wolffelaar wrote:
> > It gets annoying with the time.
> > [snip]
> > > > > Do you have an CVS account? I havent seen any commits.
> > > > [snip]
> > > > No, I haven't got a CVS-account, I'm still waiting.
Please be patient. Rasmus can I ge
Jeroen van Wolffelaar wrote:
> But IMHO they should approve requests when it's clear that the contributions
> are useful (and Thomas' are).
> And if it isn't clear, just send a short mail
> 'plz show us some more contributions'. Though this isn't necessary for
> Thomas :-)
Many thanks, what do u
jeroen Wed May 16 15:46:44 2001 EDT
Modified files:
/phpdoc/en/functionsmysql.xml
Log:
Reapplied 1.37 -> 1.40 patches
Index: phpdoc/en/functions/mysql.xml
diff -u phpdoc/en/functions/mysql.xml:1.41 phpdoc/en/functions/mysql.xml:1.42
--- phpdoc/en/fu
jeroen Wed May 16 15:52:23 2001 EDT
Modified files:
/phpdoc/en/functionsmysql.xml
Log:
Applied int -> resource to new function too
Index: phpdoc/en/functions/mysql.xml
diff -u phpdoc/en/functions/mysql.xml:1.42 phpdoc/en/functions/mysql.xml:1.43
---
jeroen Wed May 16 16:01:10 2001 EDT
Modified files:
/phpdoc configure.in
Log:
XSL missing is not fatal, fixed defaults
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.64 phpdoc/configure.in:1.65
--- phpdoc/configure.in:1.64Wed May 16 14:29:
mk Wed May 16 16:01:43 2001 EDT
Modified files:
/phpdoc/de Translators
Log:
New Email Adress
Index: phpdoc/de/Translators
diff -u phpdoc/de/Translators:1.157 phpdoc/de/Translators:1.158
--- phpdoc/de/Translators:1.157 Wed May 16 01:20:11 2001
+++ phpdoc/d
mk Wed May 16 16:08:47 2001 EDT
Modified files:
/phpdoc/de/appendices migration.xml
Log:
Translated some words...
Index: phpdoc/de/appendices/migration.xml
diff -u phpdoc/de/appendices/migration.xml:1.3 phpdoc/de/appendices/migration.xml:1.4
--- phpd
hholzgraWed May 16 16:37:26 2001 EDT
Modified files:
/phpdoc html-common.dsl
Log:
make link to language.types.-typename- pages
Index: phpdoc/html-common.dsl
diff -u phpdoc/html-common.dsl:1.9 phpdoc/html-common.dsl:1.10
--- phpdoc/html-common.ds
mk Wed May 16 16:42:46 2001 EDT
Modified files:
/phpdoc/de Translators
Log:
Added pear/ and startet the Translation
Index: phpdoc/de/Translators
diff -u phpdoc/de/Translators:1.158 phpdoc/de/Translators:1.159
--- phpdoc/de/Translators:1.158 Wed May 16 16:
mk Wed May 16 16:45:01 2001 EDT
Added files:
/phpdoc/de/pear about.xml
Log:
Added pear/ and startet the Translation
Index: phpdoc/de/pear/about.xml
+++ phpdoc/de/pear/about.xml
Über PEAR
PEAR ist Malin Bakken gewidmet,
geboren am 1999-
mk Wed May 16 16:51:02 2001 EDT
Modified files:
/phpdoc/de Translators
Log:
Added and translated reserved.xml
Index: phpdoc/de/Translators
diff -u phpdoc/de/Translators:1.159 phpdoc/de/Translators:1.160
--- phpdoc/de/Translators:1.159 Wed May 16 16:42:45
mk Wed May 16 16:51:23 2001 EDT
Added files:
/phpdoc/de/appendices reserved.xml
Log:
Added and translated reserved.xml
Index: phpdoc/de/appendices/reserved.xml
+++ phpdoc/de/appendices/reserved.xml
Reservierte Wörter in PHP
Hier eine Liste
hholzgraWed May 16 17:24:38 2001 EDT
Modified files:
/phpdoc/de/language types.xml
Log:
quick hack to make this version build with new linkage code
ntil new translation is done
Index: phpdoc/de/language/types.xml
diff -u phpdoc/de/language/types.x
hholzgraWed May 16 17:36:29 2001 EDT
Modified files:
/phpdoc html-common.dsl
/phpdoc/de/language types.xml
Log:
lets fix the cause, not the symptoms (have to go to sleep now)
Index: phpdoc/html-common.dsl
diff -u phpdoc/html-common.dsl:1.10
mk Wed May 16 17:50:39 2001 EDT
Modified files:
/phpdoc/de/features remote-files.xml
Log:
remote-files.xml is assigned to Catharina Paulsen in Translators but wasnt in
phpdoc/de. Started new translation, Catharina forgive me ;)
Index: phpdoc/de/features/r
mk Wed May 16 17:51:40 2001 EDT
Added files:
/phpdoc/de/appendices resources.xml
Log:
Started translating resources.xml
Index: phpdoc/de/appendices/resources.xml
+++ phpdoc/de/appendices/resources.xml
Liste von PHP Ressourcen
Hier ist ein
mk Wed May 16 17:52:05 2001 EDT
Modified files:
/phpdoc/de Translators
Log:
Started translating resources.xml and remote-files.xml
Index: phpdoc/de/Translators
diff -u phpdoc/de/Translators:1.160 phpdoc/de/Translators:1.161
--- phpdoc/de/Translators:1.160
mk Wed May 16 17:55:13 2001 EDT
Modified files:
/phpdoc/de Translators
Log:
Typo ;(
Index: phpdoc/de/Translators
diff -u phpdoc/de/Translators:1.161 phpdoc/de/Translators:1.162
--- phpdoc/de/Translators:1.161 Wed May 16 17:52:04 2001
+++ phpdoc/de/Transla
Hello Mark,
thought that will get outsources of the general PHP-documentation? You can
also improve the enclosed one, instead of doing everything new (it was I
think my second try to contrib something, which also ended up "in space" :).
Best regards,
Thomas
- Original Message -
From:
eschmid Wed May 16 22:36:06 2001 EDT
Modified files:
/phpdoc/de/appendices resources.xml
Log:
Now I can see only a single error in en/functions.gmp.xml.
Index: phpdoc/de/appendices/resources.xml
diff -u phpdoc/de/appendices/resources.xml:1.1 phpdoc/de/app
eschmid Wed May 16 22:56:33 2001 EDT
Modified files:
/phpdoc/en/functionsgmp.xml
Log:
To make the story short. I deleded that crap.
Index: phpdoc/en/functions/gmp.xml
diff -u phpdoc/en/functions/gmp.xml:1.8 phpdoc/en/functions/gmp.xml:1.9
--- phpdoc/en/
Hello people!!!
I'm looking for a comparative table between PHP, ASP y PERL or another
script languages. Where can I find one???
58 matches
Mail list logo