[PHP-DOC] cvs: phpdoc /en/reference/var/functions var-export.xml

2004-01-05 Thread Yun-young Lee
progcom Mon Jan 5 22:34:11 2004 EDT Modified files: /phpdoc/en/reference/var/functions var-export.xml Log: fix see also Index: phpdoc/en/reference/var/functions/var-export.xml diff -u phpdoc/en/reference/var/functions/var-export.xml:1.4 phpdoc/en/reference/va

[PHP-DOC] cvs: phpdoc /en/reference/mysql reference.xml

2004-01-05 Thread Yun-young Lee
progcom Mon Jan 5 22:16:50 2004 EDT Modified files: /phpdoc/en/reference/mysql reference.xml Log: indent fix in example. Index: phpdoc/en/reference/mysql/reference.xml diff -u phpdoc/en/reference/mysql/reference.xml:1.18 phpdoc/en/reference/mysql/reference.xm

Re: [PHP-DOC] RE: OO docs 1

2004-01-05 Thread André L F S Bacci
Hartmut Holzgraefe wrote: > AFAIR (and i have to know because i did it ;) we nowadays use > instead of within phpdoc for the > simple reason that > the older does not really support optional > arguments ... Thats ok ;) And about stylesheets for render when it holds the ID instead of ? Goba?

[PHP-DOC] IN ANTICIPATION OF A MUTUAL BUSINESS RELATIONSHIP

2004-01-05 Thread PETER MBA & ASSOCIATES
I am PETER MBA, an attorney at law, personal attorney to this engineering contractor, a National of your country, who used to be a contractor with a Mining Company here in South Africa. Herein shall be referred to as my client. On the 21st of April 2001, my client, his wife and their only daughte

Re: [PHP-DOC] distributed make

2004-01-05 Thread Sean Coates
On Mon, Jan 05, 2004 at 08:40:41PM +, Gabor Hojtsy wrote: > This was discussed several times, and the general outcome was that > everyone would need shell access to the rsync machine to copy the files > up, and that systems will not give everyone shell access. I'm too busy to go look back at t

Re: [PHP-DOC] distributed make

2004-01-05 Thread Gabor Hojtsy
I don't know if this was discussed before, but... What about compilling the manual for the website in our computers? We could set a system so that each one compile the manual each day and then commit it to a special module. I think that while the new system don't come, we could build the manual al

[PHP-DOC] distributed make

2004-01-05 Thread Nuno Lopes
I don't know if this was discussed before, but... What about compilling the manual for the website in our computers? We could set a system so that each one compile the manual each day and then commit it to a special module. I think that while the new system don't come, we could build the manual a

[PHP-DOC] cvs: phpdoc /en/reference/outcontrol/functions output-reset-rewrite-vars.xml

2004-01-05 Thread Nuno Lopes
nlopess Mon Jan 5 11:20:13 2004 EDT Modified files: /phpdoc/en/reference/outcontrol/functions output-reset-rewrite-vars.xml Log: mistake in see also Index: phpdoc/en/reference/outcontrol/functions/output-reset-

[PHP-DOC] cvs: phpdoc /en/reference/sqlite reference.xml

2004-01-05 Thread Nuno Lopes
nlopess Mon Jan 5 11:12:47 2004 EDT Modified files: /phpdoc/en/reference/sqlite reference.xml Log: no need to refer the malling lists Index: phpdoc/en/reference/sqlite/reference.xml diff -u phpdoc/en/reference/sqlite/reference.xml:1.7 phpdoc/en/reference/sqlit

Re: [PHP-DOC] Re: deprecated mysql funcs

2004-01-05 Thread Hartmut Holzgraefe
Mehdi Achour wrote: Friedhelm Betz wrote: Hi, these funcs are considered deprecated and suggested to use proper SQL syntax instead. >> [...] Probably some more? What about : [...] mysql_insert_idSELECT LAST_INSERT_ID(); without mysql_insert_id() it would take three calls (query, fetch, fre

Re: [PHP-DOC] PHP Doc TR Translation

2004-01-05 Thread Erhan Ekici
Correction: t1pug[at]php.net --> tpug[at]php.net Quoting Erhan Ekici <[EMAIL PROTECTED]>: > Hi.. > I send an email to t1pug[at]php.net two days ago. but no answer. > Ok. I see "Serdar committed (actually removed) stuff in the > doc-tr module in last december, just a month ago" > > and I wait

Re: [PHP-DOC] PHP Doc TR Translation

2004-01-05 Thread Erhan Ekici
Hi.. Quoting Gabor Hojtsy <[EMAIL PROTECTED]>: > As you can see, this guy committed (actually removed) stuff in the > doc-tr module in last december, just a month ago, so he should be > somewhere... The CVS user email (tpug [at] php.net) forwarding should > work for him, even if the official

Re: [PHP-DOC] PHP Doc TR Translation

2004-01-05 Thread Gabor Hojtsy
This address is not in use. And I think, this person is not interesting PHP Doc Translation for Turkish language anymore... Two years ago, I was a member of this grup: tpug And Some reasons I lost contact with this people.. But now, I want to continue this project.Because, in my opinion, this pro

Re: [PHP-DOC] PHP Doc TR Translation

2004-01-05 Thread Erhan Ekici
Hi... Quoting Friedhelm Betz <[EMAIL PROTECTED]>: > Try to contact the official contact person for tr > [EMAIL PROTECTED] (tpug) This address is not in use. And I think, this person is not interesting PHP Doc Translation for Turkish language anymore... Two years ago, I was a member of this gru

Re: [PHP-DOC] Re: deprecated mysql funcs

2004-01-05 Thread Jakub Vrana
Gabor Hojtsy wrote: > Read the docs of the function, it is not the same. The function is > supposed to return the ID *you have inserted* in this session, while the > SELECT return the ID last *inserted by someone*, maybe paralelly to your > session. MySQL LAST_INSERT_ID() documentation says: "The

Re: [PHP-DOC] Re: deprecated mysql funcs

2004-01-05 Thread Jakub Vrana
> mysql_insert_idSELECT LAST_INSERT_ID(); > mysql_select_dbUSE mydb I object to marking these two as deprecated as they are very common and easy to use. Jakub Vrana

Re: [PHP-DOC] Re: deprecated mysql funcs

2004-01-05 Thread Gabor Hojtsy
mysql_insert_idSELECT LAST_INSERT_ID(); Read the docs of the function, it is not the same. The function is supposed to return the ID *you have inserted* in this session, while the SELECT return the ID last *inserted by someone*, maybe paralelly to your session. Goba

[PHP-DOC] Re: deprecated mysql funcs

2004-01-05 Thread Mehdi Achour
Friedhelm Betz wrote: Hi, these funcs are considered deprecated and suggested to use proper SQL syntax instead. mysql_create_db mysql_db_query mysql_drop_db mysql_list_fields mysql_list_tables Following the same logic these should also considered deprecated? mysql_list_dbs SHOW databases;

[PHP-DOC] deprecated mysql funcs

2004-01-05 Thread Friedhelm Betz
Hi, these funcs are considered deprecated and suggested to use proper SQL syntax instead. mysql_create_db mysql_db_query mysql_drop_db mysql_list_fields mysql_list_tables Following the same logic these should also considered deprecated? mysql_list_dbs SHOW databases; mysql_select_dbU

[PHP-DOC] #11525 [Com]: isapi install fix for win2k

2004-01-05 Thread bindi28 at hotmail dot com
ID: 11525 Comment by: bindi28 at hotmail dot com Reported By: none at junkemail dot com Status: Closed Bug Type: Documentation problem Operating System: win2000pro sp2 PHP Version: 4.0.5 Assigned To: tom New Comment: i want to have all

[PHP-DOC] #11525 [Com]: isapi install fix for win2k

2004-01-05 Thread bindi28 at hotmail dot com
ID: 11525 Comment by: bindi28 at hotmail dot com Reported By: none at junkemail dot com Status: Closed Bug Type: Documentation problem Operating System: win2000pro sp2 PHP Version: 4.0.5 Assigned To: tom New Comment: i want to have all

Re: [PHP-DOC] PHP Doc TR Translation

2004-01-05 Thread Friedhelm Betz
On Monday 05 January 2004 15:29, Erhan Ekici wrote: > Hi, > > I want to help for phpdoc Turkish translation. > And I send an e-mail to [EMAIL PROTECTED] but > nobody answered me. > > This [EMAIL PROTECTED] list is active? Not much, I think, take a look at http://news.php.net/group.php?group=php.d

Re: [PHP-DOC] PHP Doc TR Translation

2004-01-05 Thread Gabor Hojtsy
Hi Erhan! You can check the archives of mailing lists at news.php.net. The tr group seems to be halted... http://news.php.net/group.php?group=php.doc.tr Goba I want to help for phpdoc Turkish translation. And I send an e-mail to [EMAIL PROTECTED] but nobody answered me. This [EMAIL PROTECTED] lis

[PHP-DOC] PHP Doc TR Translation

2004-01-05 Thread Erhan Ekici
Hi, I want to help for phpdoc Turkish translation. And I send an e-mail to [EMAIL PROTECTED] but nobody answered me. This [EMAIL PROTECTED] list is active? How I learn this? Thanks for answers:) -- Erhan Ekici İTÜ Uzaktan Eğitim Merkezi E-Posta : [EMAIL PROTECTED] www.uzem.itu.edu.tr

[PHP-DOC] #26793 [NEW]: strtotime() additions

2004-01-05 Thread kulakov74 at yandex dot ru
From: kulakov74 at yandex dot ru Operating system: PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: strtotime() additions Description: I think strtotime() and probably the more general "Date and Time Functions" chapter need these addi

[PHP-DOC] cvs: phpdoc /en/reference/openssl/functions openssl-open.xml openssl-private-encrypt.xml openssl-public-decrypt.xml openssl-public-encrypt.xml openssl-seal.xml

2004-01-05 Thread Jakub Vrana
vrana Mon Jan 5 08:17:43 2004 EDT Modified files: /phpdoc/en/reference/openssl/functions openssl-open.xml openssl-private-encrypt.xml openssl-public-decrypt.xml

[PHP-DOC] cvs: phpdoc /en/reference/mysql reference.xml /en/reference/mysql/functions mysql-affected-rows.xml mysql-close.xml mysql-connect.xml mysql-create-db.xml mysql-data-seek.xml mysql-db-name.xml mysql-drop-db.xml mysql-errno.xml mysql-error.xml mysql-escape-string.xml mysql-fetch-array.xml mysql-fetch-assoc.xml mysql-get-client-info.xml mysql-get-host-info.xml mysql-get-proto-info.xml mysql-get-server-info.xml mysql-insert-id.xml mysql-list-tables.xml mysql-query.xml mysql-result.xml mysql-select-db.xml mysql-tablename.xml

2004-01-05 Thread Friedhelm Betz
betzMon Jan 5 08:03:26 2004 EDT Modified files: /phpdoc/en/reference/mysql reference.xml /phpdoc/en/reference/mysql/functionsmysql-affected-rows.xml mysql-close.xml

[PHP-DOC] cvs: phpdoc /en/reference/bc ini.xml

2004-01-05 Thread Friedhelm Betz
betzMon Jan 5 06:22:58 2004 EDT Modified files: /phpdoc/en/reference/bc ini.xml Log: mention bcscale Index: phpdoc/en/reference/bc/ini.xml diff -u phpdoc/en/reference/bc/ini.xml:1.2 phpdoc/en/reference/bc/ini.xml:1.3 --- phpdoc/en/reference/bc/ini.xm

RE: [PHP-DOC] RE: OO docs 1

2004-01-05 Thread Steph
> AFAIR (and i have to know because i did it ;) we nowadays use > > instead of within phpdoc for the simple reason that > the older does not really support optional > arguments ... We have so many changes here that I'd have to download docbook and start over to check that :) I _know_ I'm going

Re: [PHP-DOC] user-notes.php preview

2004-01-05 Thread Jakub Vrana
> I would be happy to commit a corrected patch :) BTW do not worry about > the missing highlight_php() function, it will be implemented if needed. I think the patch can be as simple as this. Jakub VranaIndex: user-notes.php === RCS f

Re: [PHP-DOC] ext/mysqli Documentation

2004-01-05 Thread Georg Richter
> It would be nice to commit a small text file into en/reference/mysqli > explaining that the text should not be translated... > done :) Georg

[PHP-DOC] cvs: phpdoc /en/reference/mysqli WARNING.txt

2004-01-05 Thread Georg Richter
georg Mon Jan 5 05:51:08 2004 EDT Added files: /phpdoc/en/reference/mysqli WARNING.txt Log: warning (don't change or translate current documentation :) Index: phpdoc/en/reference/mysqli/WARNING.txt +++ phpdoc/en/reference/mysqli/WARNING.txt The current

Re: [PHP-DOC] RE: OO docs 1

2004-01-05 Thread Hartmut Holzgraefe
Steph wrote: Or still to change all manual from methodsynopsys/methodname/methodparam to funcsynopsis/funcparams/parameter... And I'm not crazy ;) What, no grep? ;) There's no reason you should change the way you document non-OO functions. For php-gtk-doc we went the funcsynopsis route; we hav

Re: [PHP-DOC] dropping the unix tools

2004-01-05 Thread Hartmut Holzgraefe
Steph wrote: Going back a page to http://www.docbook.org/tdg/en/html/classname.html: "DocBook does not contain a complete set of inlines appropriate for describing object-oriented programming environments. (While it has ClassName, for example, it has nothing suitable for methods.) This will be add

Re: [PHP-DOC] user-notes.php preview

2004-01-05 Thread Gabor Hojtsy
+ $cleaned_note = clean_note(stripslashes($note)); + $cleaned_note = preg_replace_callback( +'#<\?php(.*)\?>#', +create_function( + '$matches', + 'return highlight_php(\'\');' +) + ); One call of highlight_php should be enough as PHP tags are

[PHP-DOC] cvs: phpdoc /en/reference/array/functions array-merge.xml

2004-01-05 Thread Jakub Vrana
vrana Mon Jan 5 05:29:53 2004 EDT Modified files: /phpdoc/en/reference/array/functionsarray-merge.xml Log: Link to array operators in See also Index: phpdoc/en/reference/array/functions/array-merge.xml diff -u phpdoc/en/reference/array/functions/array

Re: [PHP-DOC] ext/mysqli Documentation

2004-01-05 Thread Gabor Hojtsy
It would be nice to commit a small text file into en/reference/mysqli explaining that the text should not be translated... Goba Georg Richter wrote: Hi, I got a few questions about documentation status of ext/mysqli (and I also noticed that some languages started documentation already) ... Th

Re: [PHP-DOC] user-notes.php preview

2004-01-05 Thread Jakub Vrana
Ken Tossell wrote: > + $cleaned_note = clean_note(stripslashes($note)); > + $cleaned_note = preg_replace_callback( > +'#<\?php(.*)\?>#', > +create_function( > + '$matches', > + 'return highlight_php(\'\');' > +) > + ); One call of highlight_

Re: [PHP-DOC] array_search() typo

2004-01-05 Thread Derick Rethans
On Sun, 4 Jan 2004, Ken Tossell wrote: > On Sun, 4 Jan 2004, enrique hernan wrote: > > > hi doc team, > > > > I think example 1 in array_search function has the paramaters in wrong order > > Yup, it sure does. You're, I believe, the fourth person to report this. > It'll be fixed next time the manu

[PHP-DOC] ext/mysqli Documentation

2004-01-05 Thread Georg Richter
Hi, I got a few questions about documentation status of ext/mysqli (and I also noticed that some languages started documentation already) ... The current mysqli documentation is outdated and/or wrong. I started to rewrite everything from start (also lot of things inside ext/mysqli changed), ho