Re: [PHP-DOC] Re: distribution of INI information in the manual

2004-05-26 Thread Derick Rethans
On Mon, 24 May 2004, Gabor Hojtsy wrote: BTW Derick told me that the current docs. machine should not be made public. Maybe because of the bandwidth issues, I am not aware of the real reason... It's not bandwidth issues, but just plain speed. If you want to use it as a testbed fine, that's

Re: [PHP-DOC] Re: distribution of INI information in the manual

2004-05-26 Thread Derick Rethans
On Mon, 24 May 2004, Gabor Hojtsy wrote: I think you misunderstood the point. We would not like to split up the stuff and host on different servers. We would better live with a server which is capable of serving our needs (building docs in HTML, PDF, etc., regular building of revcheck info,

Re: [PHP-DOC] cvs: livedocs / livedoc_funcs.php style_mapping.php xml_classes5.php

2004-05-26 Thread Jakub Vrana
Ilia Alshanetsky wrote: - switch (count($parts)) { - case 4: - $id = 'function.' . $parts[3]; - $func_name = lookup_title($id); - break; - - case 5: - if ($parts[3] == 'class') { -

[PHP-DOC] Re: server(s) for the phpdoc team

2004-05-26 Thread Gabor Hojtsy
I think you misunderstood the point. We would not like to split up the stuff and host on different servers. We would better live with a server which is capable of serving our needs (building docs in HTML, PDF, etc., regular building of revcheck info, providing services for translation teams,

Re: [PHP-DOC] Re: cvs: phpdoc /en/appendices migration5.xml

2004-05-26 Thread Gabor Hojtsy
Two notes on this. - Noone said that PHP should be replaced with php; in the manual, in fact some people opposed this *idea*. So this was not a good idea at all here. Thos suggesting php; have not yet provided reasons on why this would be good (or I have missed those reasons).

[PHP-DOC] cvs: livedocs / livedoc_funcs.php

2004-05-26 Thread Wez Furlong
wez Wed May 26 05:25:52 2004 EDT Modified files: /livedocs livedoc_funcs.php Log: Fix overtuning. Patch by Jakub Vrana # ps: Jakub, please Cc: ilia directly if you spot another thing like this, # as he is not subscribed to phpdoc@

Re: [PHP-DOC] #28519 [NEW]: TASK: identify orphan user notes and mass assign

2004-05-26 Thread Jakub Vrana
First step is attached. I checked the notes distribution system and this should not harm it. Second step will be the mass processing - checking for orphans and mass changing of IDs. Jakub VranaIndex: user-notes.php === RCS file:

Re: [PHP-DOC] Re: server(s) for the phpdoc team

2004-05-26 Thread James Cox
On 26 May 2004, at 10:01, Gabor Hojtsy wrote: I think you misunderstood the point. We would not like to split up the stuff and host on different servers. We would better live with a server which is capable of serving our needs (building docs in HTML, PDF, etc., regular building of revcheck

Re: [PHP-DOC] #28519 [NEW]: TASK: identify orphan user notes and mass assign

2004-05-26 Thread Jakub Vrana
Is there a list of existing IDs somewhere or should I extract them from manual sources? Jakub Vrana

Re: [PHP-DOC] Re: cvs: phpdoc /en/appendices migration5.xml

2004-05-26 Thread Boris Bezrukov
Gabor Hojtsy wrote: Two notes on this. - Noone said that PHP should be replaced with php; in the manual, in fact some people opposed this *idea*. So this was not a good idea at all here. Thos suggesting php; have not yet provided reasons on why this would be good (or I have

[PHP-DOC] cvs: phpdoc /en/appendices migration5.xml

2004-05-26 Thread Boris Bezrukov
lovchy Wed May 26 08:29:18 2004 EDT Modified files: /phpdoc/en/appendices migration5.xml Log: Entity replaced with right value http://cvs.php.net/diff.php/phpdoc/en/appendices/migration5.xml?r1=1.19r2=1.20ty=u Index: phpdoc/en/appendices/migration5.xml

[PHP-DOC] String to Math Formulas

2004-05-26 Thread Churk Y. Leung
I was searching through PHP.net and wasnt able to find something that will convert a string which is a math formula back into a formula, here is what i mean: $formula = $_POST['formula']; // $formula == 3*$counter2+3*$counter1 $counter1 = 1; $counter2 = 2; $temp = $formula; // $temp ==

[PHP-DOC] compiling openssl support

2004-05-26 Thread Massimo Ferrario
Hi, I am trying to compile the openssl support in php 4.3.6. Contrary to the documentation (http://it2.php.net/manual/en/ref.openssl.php) that says 8 8 In order to use the OpenSSL functions you need to install the http://www.openssl.org/OpenSSL package. PHP-4.0.4pl1 requires

[PHP-DOC] cvs: livedocs / livedoc_funcs.php

2004-05-26 Thread Ilia Alshanetsky
iliaa Wed May 26 10:18:15 2004 EDT Modified files: /livedocs livedoc_funcs.php Log: Minor tuneup. http://cvs.php.net/diff.php/livedocs/livedoc_funcs.php?r1=1.5r2=1.6ty=u Index: livedocs/livedoc_funcs.php diff -u livedocs/livedoc_funcs.php:1.5

[PHP-DOC] cvs: livedocs / livedoc_funcs.php xml_classes5.php

2004-05-26 Thread Ilia Alshanetsky
iliaa Wed May 26 10:24:55 2004 EDT Modified files: /livedocs xml_classes5.php livedoc_funcs.php Log: Another slight optimization. http://cvs.php.net/diff.php/livedocs/xml_classes5.php?r1=1.4r2=1.5ty=u Index: livedocs/xml_classes5.php diff -u

[PHP-DOC] #28519 [Opn]: TASK: identify orphan user notes and mass assign

2004-05-26 Thread nlopess
ID: 28519 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: irrelevant PHP Version: Irrelevant New Comment: I've made a script to collect bogus notes. I needs a

[PHP-DOC] Re: compiling openssl support

2004-05-26 Thread Mehdi Achour
Hi Massimo, Can you please fill a bug report a http://bugs.php.net/ (Documentation Problem catrgory) ? Thank you for your feedback. Mehdi Achour Massimo Ferrario wrote: Hi, I am trying to compile the openssl support in php 4.3.6. Contrary to the documentation

[PHP-DOC] #28529 [NEW]: openssl version requirements

2004-05-26 Thread massimo dot ferrario at inforeti dot it
From: massimo dot ferrario at inforeti dot it Operating system: linux PHP version: 4.3.6 PHP Bug Type: Documentation problem Bug description: openssl version requirements Description: I am trying to compile the openssl support in php 4.3.6. Contrary to what is

[PHP-DOC] cvs: phpdoc /en/reference/openssl/functions openssl-pkcs7-sign.xml

2004-05-26 Thread Wez Furlong
wez Wed May 26 11:09:21 2004 EDT Modified files: /phpdoc/en/reference/openssl/functions openssl-pkcs7-sign.xml Log: fix it a little http://cvs.php.net/diff.php/phpdoc/en/reference/openssl/functions/openssl-pkcs7-sign.xml?r1=1.12r2=1.13ty=u Index:

[PHP-DOC] cvs: livedocs / style_mapping.php

2004-05-26 Thread Wez Furlong
wez Wed May 26 11:40:04 2004 EDT Modified files: /livedocs style_mapping.php Log: little hack so asp code doesn't look stupid (look at ref.com) http://cvs.php.net/diff.php/livedocs/style_mapping.php?r1=1.17r2=1.18ty=u Index:

[PHP-DOC] cvs: livedocs / livedoc_funcs.php

2004-05-26 Thread Ilia Alshanetsky
iliaa Wed May 26 11:57:29 2004 EDT Modified files: /livedocs livedoc_funcs.php Log: More tuneup. http://cvs.php.net/diff.php/livedocs/livedoc_funcs.php?r1=1.7r2=1.8ty=u Index: livedocs/livedoc_funcs.php diff -u livedocs/livedoc_funcs.php:1.7

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

2004-05-26 Thread Nuno Lopes
nlopess Wed May 26 12:14:08 2004 EDT Modified files: /phpdoc/en/reference/opensslreference.xml Log: fix #28529: required versions #english might not be the best... http://cvs.php.net/diff.php/phpdoc/en/reference/openssl/reference.xml?r1=1.8r2=1.9ty=u

[PHP-DOC] #28529 [Opn-Csd]: openssl version requirements

2004-05-26 Thread nlopess
ID: 28529 Updated by: [EMAIL PROTECTED] Reported By: massimo dot ferrario at inforeti dot it -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: linux PHP Version: 4.3.6 New Comment: This bug has been

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

2004-05-26 Thread Wez Furlong
Please also add: You are STRONGLY encouraged to use the most recent OpenSSL version otherwise your web server could be vulnerable to attack. In order to use the OpenSSL functions you need to install the ulink url=url.openssl;OpenSSL/ulink package. - PHP-4.0.4pl1 requires

[PHP-DOC] Question about using varname

2004-05-26 Thread Voytsekhovskyy Alexander
Good day. Can you explain me, why we should write varnamePHP_AUTH_USER/varname without symbol '$' and varname$HTTP_SERVER_VARS/varname with it? -- Best regards, [young], http://young.org.ua

[PHP-DOC] cvs: livedocs / pregenerate.php xml_classes5.php

2004-05-26 Thread Ilia Alshanetsky
iliaa Wed May 26 12:25:42 2004 EDT Modified files: /livedocs pregenerate.php xml_classes5.php Log: Removed debug code that made things slow. http://cvs.php.net/diff.php/livedocs/pregenerate.php?r1=1.2r2=1.3ty=u Index: livedocs/pregenerate.php diff -u

Re: [PHP-DOC] Re: server(s) for the phpdoc team

2004-05-26 Thread Gabor Hojtsy
I myself would be fine with a different testbed. Our first goal is to make regular builds work again for the often requested formats (including PDF). Then if it is done, it would be nice to set up a server with public web accessibility to host stuff which helps documentation authors and

Re: [PHP-DOC] #28519 [NEW]: TASK: identify orphan user notes and mass assign

2004-05-26 Thread Gabor Hojtsy
Is there a list of existing IDs somewhere or should I extract them from manual sources? Seems like Nuno already completed this part. Would have been better if he would have noted he works on this, so duplicate work would not be possible (not that there was duplicate work in this case). Now it

Re: [PHP-DOC] Question about using varname

2004-05-26 Thread Gabor Hojtsy
Can you explain me, why we should write varnamePHP_AUTH_USER/varname without symbol '$' and varname$HTTP_SERVER_VARS/varname with it? If you use the $ symbol, then it suggest that the global variable usage is suggested. PHP_AUTH_USER is supposed to be in the _SERVER array if I remember

[PHP-DOC] #28519 [Opn]: TASK: identify orphan user notes and mass assign

2004-05-26 Thread goba
ID: 28519 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: irrelevant PHP Version: Irrelevant New Comment: Nuno, could you please commit the script to the phpdoc

Re: [PHP-DOC] Re: cvs: phpdoc /en/appendices migration5.xml

2004-05-26 Thread Boris Bezrukov
language/oop5.xml language.oop5 : Object-Oriented Programming in PHP5 ID : Title - oop5.decon : Unified Constructors and Destructors - oop5.visibility : Public, Private, Protected Members and Properties - oop5.static : Static Methods and Properties - oop5.constants :

Re: [PHP-DOC] Re: cvs: phpdoc /en/appendices migration5.xml

2004-05-26 Thread Gabor Hojtsy
language/oop5.xml language.oop5 : Object-Oriented Programming in PHP5 First this section needs an intro part describing that the PHP 5 OO is different and offers much more than the PHP 4 OO, while keeping backwards compatibility (except a few changes which are described in the migration part in

Re: [PHP-DOC] Re: cvs: phpdoc /en/appendices migration5.xml

2004-05-26 Thread Boris Bezrukov
Gabor Hojtsy wrote: language/oop5.xml language.oop5 : Object-Oriented Programming in PHP5 First this section needs an intro part describing that the PHP 5 OO is different and offers much more than the PHP 4 OO, while keeping backwards compatibility (except a few changes which are described in

Re: [PHP-DOC] Re: cvs: phpdoc /en/appendices migration5.xml

2004-05-26 Thread Gabor Hojtsy
First this section needs an intro part describing that the PHP 5 OO is different and offers much more than the PHP 4 OO, while keeping backwards compatibility (except a few changes which are described in the migration part in the appendix). It should also be noted here that there are new stuff

[PHP-DOC] cvs: phpdoc /scripts orphan_notes.php

2004-05-26 Thread Nuno Lopes
nlopess Wed May 26 15:04:14 2004 EDT Added files: /phpdoc/scripts orphan_notes.php Log: check for orphan notes script http://cvs.php.net/co.php/phpdoc/scripts/orphan_notes.php?r=1.1p=1 Index: phpdoc/scripts/orphan_notes.php +++

Re: [PHP-DOC] #28519 [NEW]: TASK: identify orphan user notes and mass assign

2004-05-26 Thread Nuno Lopes
Seems like Nuno already completed this part. Would have been better if he would have noted he works on this, so duplicate work would not be possible (not that there was duplicate work in this case). Sorry here, but I wasn't planning on working this, but as it was simple to do... Now it

Re: [PHP-DOC] #28519 [NEW]: TASK: identify orphan user notes and mass assign

2004-05-26 Thread Gabor Hojtsy
Now it would be nice if the person who gets on implementing the mass manual ID reassigment in manage/user-notes.php would speak out, so no more than one guy would be involved with this. What do we need to do here? Do you want a program to go to the master server, so that you type the old ID and a

[PHP-DOC] cvs: phpdoc /en/reference/soap/functions SoapServer-getFunctions.xml

2004-05-26 Thread Mehdi Achour
didou Wed May 26 15:20:23 2004 EDT Modified files: /phpdoc/en/reference/soap/functions SoapServer-getFunctions.xml Log: typo # thank you Davey http://cvs.php.net/diff.php/phpdoc/en/reference/soap/functions/SoapServer-getFunctions.xml?r1=1.4r2=1.5ty=u Index:

[PHP-DOC] cvs: phpdoc /scripts revcheck.php

2004-05-26 Thread Mehdi Achour
didou Wed May 26 15:40:27 2004 EDT Modified files: /phpdoc/scripts revcheck.php Log: added a link to the revision tracking page and used ?php http://cvs.php.net/diff.php/phpdoc/scripts/revcheck.php?r1=1.41r2=1.42ty=u Index: phpdoc/scripts/revcheck.php

Re[2]: [PHP-DOC] Question about using varname

2004-05-26 Thread Alexander Voytsekhovskyy
Good day, Gabor. Can you explain me, why we should write varnamePHP_AUTH_USER/varname without symbol '$' and varname$HTTP_SERVER_VARS/varname with it? GH If you use the $ symbol, then it suggest that the global variable usage GH is suggested. PHP_AUTH_USER is supposed to be in the _SERVER

Re: [PHP-DOC] Question about using varname

2004-05-26 Thread Gabor Hojtsy
Can you explain me, why we should write varnamePHP_AUTH_USER/varname without symbol '$' and varname$HTTP_SERVER_VARS/varname with it? GH If you use the $ symbol, then it suggest that the global variable usage GH is suggested. PHP_AUTH_USER is supposed to be in the _SERVER array if I GH remember

[PHP-DOC] cvs: phpdoc /en/features file-upload.xml

2004-05-26 Thread Alexander Voytsekhovskyy
young Wed May 26 16:54:06 2004 EDT Modified files: /phpdoc/en/features file-upload.xml Log: cosmetic changes http://cvs.php.net/diff.php/phpdoc/en/features/file-upload.xml?r1=1.74r2=1.75ty=u Index: phpdoc/en/features/file-upload.xml diff -u

Re[2]: [PHP-DOC] Question about using varname

2004-05-26 Thread Alexander Voytsekhovskyy
Good day, Gabor. GH Please give more context. This seems to be a part which explains how GH register_globalled stuff was changed, so there the $ has the role to GH show how it was with register globals. If this is the case, then the GH dollar should not be removed. The question is not simply have

Re: [PHP-DOC] #28519 [NEW]: TASK: identify orphan user notes and mass assign

2004-05-26 Thread Jakub Vrana
Jakub probably already has better experience with this, since he provided patches for php-master-web before. The code is in php-master-web/manage/user-notes.php, and that should be extended to offer an option to mass modify manual IDs (or sections are they are stored). UPDATE notes SET

Re: [PHP-DOC] Question about using varname

2004-05-26 Thread Gabor Hojtsy
GH Please give more context. This seems to be a part which explains how GH register_globalled stuff was changed, so there the $ has the role to GH show how it was with register globals. If this is the case, then the GH dollar should not be removed. The question is not simply have the dollar GH or

Re: [PHP-DOC] cvs: phpdoc /en/features file-upload.xml

2004-05-26 Thread Philip Olson
@@ -506,9 +506,9 @@ linkend=features.file-upload.post-methodPOST-method/link. When the request ends, this temporary file is deleted. So, your PUT handling PHP script has to copy that file somewhere. The -filename of this temporary file is in the $PHP_PUT_FILENAME +

Re: [PHP-DOC] Re: cvs: phpdoc /en/appendices migration5.xml

2004-05-26 Thread Curt Zirzow
* Thus wrote Boris Bezrukov ([EMAIL PROTECTED]): Gabor Hojtsy wrote: ... Well, instanceof is already added, exceptions need to be another part in the language section, but we need to integrate the __autoload() stuff here, since it does not fit elsewhere. Uhm. New section for that?