[PHP-DOC] #32535 [Bgs]: Are stream names URLs?

2005-04-03 Thread a at b dot c dot de
ID: 32535 User updated by: a at b dot c dot de Reported By: a at b dot c dot de Status: Bogus Bug Type: Documentation problem Operating System: * PHP Version: 5.0.3 New Comment: Withdrawing the original report: it _is_ a documentation problem as r

Re[2]: [PHP-DOC] cvs: phpdoc /howto tools.xml

2005-04-03 Thread anatoly techtonik
||*()*|| Hi, Gabor. >> GH> The file-entities.php script already distinguishes between the cygwin >> GH> and the windows compiled PHP, so if the cygwin PHP is used, cygwin path >> GH> values are generated into the output (so that implies a cygwin installed >> GH> openjade). It does not need to be

[PHP-DOC] Problem with optional parameters

2005-04-03 Thread Christopher Kings-Lynne
Hi, I have modified the docs to show optional parameters, like this: stringpg_parameter_status resourceconnection stringparam_name However this displays as: string pg_parameter_status ( [resource connection, string param_name] ) How come it's made both parameters optional? Is this a b

Re: [PHP-DOC] #32410 [Opn]: Documentation unclear for SoapHeader

2005-04-03 Thread Adam Maccabee Trachtenberg
On Sun, 3 Apr 2005, Gabor Hojtsy wrote: > > I'm not really sure what the bug submitter is trying to do. My > > understanding is that he is trying to send a header in a soap request, > > but doesn't the example already show how to do that? > > Please reply to the bug report, so you will get informa

Re: [PHP-DOC] funclist.txt

2005-04-03 Thread Mehdi Achour
Anatoly Techtonik wrote: > ||*()*|| Hi, Gabor. > > >>>Do we need PECL functions to be present in funclist.txt? > > > GH> Yes, some PECL stuff is bundled and some PECL stuff is getting to be > GH> used widely. > > Ok. I've added PECL_SOURCE autodetection. All of PECL functions will > go in

[PHP-DOC] #32554 [Opn]: member variable initialization with heredoc

2005-04-03 Thread 000005 at gmail dot com
ID: 32554 User updated by: 05 at gmail dot com Reported By: 05 at gmail dot com Status: Open Bug Type: Documentation problem Operating System: Linux 2.6/Gentoo PHP Version: 4CVS,5CVS (2005-04-03) New Comment: > This is not really PHP bug b

[PHP-DOC] cvs: phpdoc /en/reference/msql/functions msql-createdb.xml msql-dbname.xml msql-fieldflags.xml msql-fieldlen.xml msql-fieldname.xml msql-fieldtable.xml msql-fieldtype.xml msql-numfields.xml msql-numrows.xml msql-regcase.xml msql-tablename.xml msql.xml

2005-04-03 Thread Mehdi Achour
didou Sun Apr 3 18:57:22 2005 EDT Modified files: /phpdoc/en/reference/msql/functions msql-createdb.xml msql-dbname.xml msql-fieldflags.xml msql.xml

Re: [PHP-DOC] function.localtime

2005-04-03 Thread Derek Ford
Back when I used Windows for phpdoc stuff I used Textpad. It was a pretty good editor, and you could control tab length, etc etc. David Mytton wrote: Righto. I think I might use Jedit to do the editing in Windows and just generate the diffs and doing the CVS stuff using cygwin. Nano editor is g

Re: [PHP-DOC] #32410 [Opn]: Documentation unclear for SoapHeader

2005-04-03 Thread Gabor Hojtsy
I'm not really sure what the bug submitter is trying to do. My understanding is that he is trying to send a header in a soap request, but doesn't the example already show how to do that? Please reply to the bug report, so you will get information on what was the intention of the original submitt

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread David Mytton
Gabor Hojtsy wrote: Thanks for your active participation in cleaning this stuff up, it was much needed. I hope others will also find this solution working around, especially now that two of you confirmed that this solution works. Yeah, it might as well be as easy as possible to get started on co

Re: [PHP-DOC] #32410 [Opn]: Documentation unclear for SoapHeader

2005-04-03 Thread David Mytton
I'm not really sure what the bug submitter is trying to do. My understanding is that he is trying to send a header in a soap request, but doesn't the example already show how to do that? Example 1. Some examples $client = new SoapClient(null, array('location' => "http://localhost/soap.php";,

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread Gabor Hojtsy
Where is openjade in that structure? devel/openjade? text/openjade and text/opensp Good. Updated the howto, and removed the references to phpdoc-tools. If you have any more suggestion, or corrections to that part of the howto (or any other part whatsoever :), feel free to step up. Thanks for you

[PHP-DOC] cvs: phpdoc /howto tools.xml

2005-04-03 Thread Gabor Hojtsy
gobaSun Apr 3 17:19:07 2005 EDT Modified files: /phpdoc/howto tools.xml Log: phpdoc-tools is no more :) phpdoc is reported to work well with openjade/opensp from the cygwin distro, YAY http://cvs.php.net/diff.php/phpdoc/howto/tools.xml?r1=1.25&r2=1.2

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread David Mytton
Gabor Hojtsy wrote: Where is openjade in that structure? devel/openjade? Goba text/openjade and text/opensp David

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread Gabor Hojtsy
Yep, that worked fine also. Including the new additions: Great. To install the minimal set of required packages select devel/autoconf, devel/automake, devel/make and doc/libxml2 along with components, which are selected in setup by default I think it is all fixed now :) Where is openjade in

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread David Mytton
Yep, that worked fine also. Including the new additions: To install the minimal set of required packages select devel/autoconf, devel/automake, devel/make and doc/libxml2 along with components, which are selected in setup by default I think it is all fixed now :) David Gabor Hojtsy wrote: O

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread Gabor Hojtsy
OK, updated configure.in to check for a windows jade setup, and file-entities.ent to only rewrite the cygwin values in that case. Please cvs update, autoconf(!), configure and then check again. Did just that and it worked perfectly. The make test is now working fine with both jade.exe and the cy

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread David Mytton
Gabor Hojtsy wrote: OK, updated configure.in to check for a windows jade setup, and file-entities.ent to only rewrite the cygwin values in that case. Please cvs update, autoconf(!), configure and then check again. Goba Did just that and it worked perfectly. The make test is now working fine wit

Re: [PHP-DOC] openjade/opensp with cygwin

2005-04-03 Thread Sveta Smirnova
Gabor Hojtsy wrote: Have someone tried an openjade and sp install within cygwin? It would greatly simplify the windows setup process, if we could say that someone is fine with using the openjade provided with cygwin, if it works well, and would not need to setup openjade/opensp themselfs... Cou

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread Gabor Hojtsy
Open the file with a text > editor, and get proper cygwin path values there, and see if openjade > works. That worked. I did a replace C:/ with /cygdrive/c/ using Wordpad, saved and ran make test and it was successful - no errors. OK, updated configure.in to check for a windows jade setup, and

[PHP-DOC] cvs: phpdoc / configure.in /scripts file-entities.php.in

2005-04-03 Thread Gabor Hojtsy
gobaSun Apr 3 16:56:09 2005 EDT Modified files: /phpdoc configure.in /phpdoc/scripts file-entities.php.in Log: idetify windows jade usage and act on that http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.226&r2=1.227&ty=u Index: phpdoc/confi

Re: [PHP-DOC] openjade/opensp with cygwin

2005-04-03 Thread Gabor Hojtsy
Have someone tried an openjade and sp install within cygwin? It would greatly simplify the windows setup process, if we could say that someone is fine with using the openjade provided with cygwin, if it works well, and would not need to setup openjade/opensp themselfs... Could someone on Window

Re: [PHP-DOC] openjade/opensp with cygwin

2005-04-03 Thread Sveta Smirnova
Gabor Hojtsy wrote: Hi, Have someone tried an openjade and sp install within cygwin? It would greatly simplify the windows setup process, if we could say that someone is fine with using the openjade provided with cygwin, if it works well, and would not need to setup openjade/opensp themselfs...

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread David Mytton
Gabor Hojtsy wrote: Open the file with a text > editor, and get proper cygwin path values there, and see if openjade > works. > Goba That worked. I did a replace C:/ with /cygdrive/c/ using Wordpad, saved and ran make test and it was successful - no errors.

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread Gabor Hojtsy
Could you generate the file-entities.ent file as normal, then do a check to see if it is using the cygwin jade and if so, do a mass replace on the strings in the file-entities.ent file? If I was just using PHP then I could do a mass str_replace on the file after reading it into an array, for ex

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread David Mytton
Could you generate the file-entities.ent file as normal, then do a check to see if it is using the cygwin jade and if so, do a mass replace on the strings in the file-entities.ent file? If I was just using PHP then I could do a mass str_replace on the file after reading it into an array, for ex

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread Gabor Hojtsy
Yep. $Id: file-entities.pgp.in,v 1.35 2005/04/03 18:47:41 goba Exp $ I have no idea at this point. The goal is to have the cygwin path values into the file-entities.ent file after all. If you can manage to find a way, then it might make things work. It would be great help afterwards for those co

Re: [PHP-DOC] cvs: phpdoc /howto tools.xml

2005-04-03 Thread Gabor Hojtsy
GH> The file-entities.php script already distinguishes between the cygwin GH> and the windows compiled PHP, so if the cygwin PHP is used, cygwin path GH> values are generated into the output (so that implies a cygwin installed GH> openjade). It does not need to be relative. Even if a windows PHP

Re[2]: [PHP-DOC] cvs: phpdoc /howto tools.xml

2005-04-03 Thread anatoly techtonik
||*()*|| Hi, Gabor. GH> The file-entities.php script already distinguishes between the cygwin GH> and the windows compiled PHP, so if the cygwin PHP is used, cygwin path GH> values are generated into the output (so that implies a cygwin installed GH> openjade). It does not need to be relative. E

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread David Mytton
Yep. $Id: file-entities.pgp.in,v 1.35 2005/04/03 18:47:41 goba Exp $ Gabor Hojtsy wrote: Yeah, I did. And I also double checked the generated file-entities.php file to ensure the change was in that. You do have file-entities.php.in 1.35 right? Goba

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread Gabor Hojtsy
Yeah, I did. And I also double checked the generated file-entities.php file to ensure the change was in that. You do have file-entities.php.in 1.35 right? Goba

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread David Mytton
Yeah, I did. And I also double checked the generated file-entities.php file to ensure the change was in that. Gabor Hojtsy wrote: Hum, the $cygwin_compiled = true; change in the file-entities.php.in file and the ./configure should have resulted in the cygwin stripper not being called. Are you s

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread Gabor Hojtsy
Now the errors should contain /cygdrive path values. Are they? No, they still have the C:/cygwin paths in them. This is using my Windows PHP (not the cygwin one). Hum, the $cygwin_compiled = true; change in the file-entities.php.in file and the ./configure should have resulted in the cygwin strip

Re: [PHP-DOC] function.localtime

2005-04-03 Thread David Mytton
Righto. I think I might use Jedit to do the editing in Windows and just generate the diffs and doing the CVS stuff using cygwin. Nano editor is good for small edits but not so good after a while imo. David anatoly techtonik wrote: ||*()*|| Hi, David. DM> Is there anyone using native Windows tool

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread David Mytton
Gabor Hojtsy wrote: Now the errors should contain /cygdrive path values. Are they? Goba No, they still have the C:/cygwin paths in them. This is using my Windows PHP (not the cygwin one).

Re[2]: [PHP-DOC] function.localtime

2005-04-03 Thread anatoly techtonik
||*()*|| Hi, David. DM> Is there anyone using native Windows tools to do PHP docs or does DM> everyone just use Linux? I'm using native windows Far Manager + Colorer plugin for plain text stuff and Winmerge or Unired for unicode. Also I hate notepad. =) Sometimes Eclipse, but it is too heavy for

Re: [PHP-DOC] cvs: phpdoc /howto tools.xml

2005-04-03 Thread Gabor Hojtsy
--*[cut]*-- There are some problems with using openjade from cygwin package on windows and native w32 PHP binary. ./configure script uses PHP version to determine full working path, used in file-entities.php and later in entities/file-entities.ent If PHP is compiled with cygwin, path should be

[PHP-DOC] cvs: phpdoc /en/reference/datetime/functions localtime.xml

2005-04-03 Thread Derek Ford
derek Sun Apr 3 15:36:42 2005 EDT Modified files: /phpdoc/en/reference/datetime/functions localtime.xml Log: Adding example and additional note regarding decimal values of day and month titles http://cvs.php.net/diff.php/phpdoc/en/reference/datetime/func

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread Gabor Hojtsy
Until then, please update your phpdoc checkout (I just made it simpler to go on with our tests :) and modify "file-entities.php.in" in the scripts folder to always set $cygwin_compiled to true. Then please try to ./configure and make test. Ok, I changed the $cygwin_compiled var so it was true an

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread David Mytton
Gabor Hojtsy wrote: Until then, please update your phpdoc checkout (I just made it simpler to go on with our tests :) and modify "file-entities.php.in" in the scripts folder to always set $cygwin_compiled to true. Then please try to ./configure and make test. Ok, I changed the $cygwin_compiled v

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread Nuno Lopes
Yeh, Apache and wget are there. But there is no PHP. Hm... Are there some cygwin experts here knowing where/how to get a PHP for cygwin package? Until then, please update your phpdoc checkout (I just made it simpler to go on with our tests :) and modify "file-entities.php.in" in the scripts fol

Re[2]: [PHP-DOC] cvs: phpdoc /howto tools.xml

2005-04-03 Thread anatoly techtonik
||*()*|| Hi, Gabor. >> nlopess Sun Apr 3 12:36:54 2005 EDT >> >> Modified files: >> /phpdoc/howto tools.xml >> Log: >> just put the PHP directory in the path GH> So then the only remaining stuff out of installing cygwin, is getting GH> jade/sp. It wou

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread Sveta Smirnova
Gabor Hojtsy wrote: Yeh, Apache and wget are there. But there is no PHP. Hm... Are there some cygwin experts here knowing where/how to get a PHP for cygwin package? I am not cygwin expert :-) But any months ago PHP was in cygwin package list. I usually take snapshot from snaps.php.net and build

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread David Mytton
Yeh, Apache and wget are there. But there is no PHP. David Gabor Hojtsy wrote: This says that Apache, PHP, etc. should be listed in the web category: http://www.kegel.com/php.html#demo2.cygwin Goba

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread Gabor Hojtsy
Yeh, Apache and wget are there. But there is no PHP. Hm... Are there some cygwin experts here knowing where/how to get a PHP for cygwin package? Until then, please update your phpdoc checkout (I just made it simpler to go on with our tests :) and modify "file-entities.php.in" in the scripts fol

[PHP-DOC] cvs: phpdoc /scripts file-entities.php.in

2005-04-03 Thread Gabor Hojtsy
gobaSun Apr 3 14:47:43 2005 EDT Modified files: /phpdoc/scripts file-entities.php.in Log: fix some spelling and reuse cygwin check result http://cvs.php.net/diff.php/phpdoc/scripts/file-entities.php.in?r1=1.34&r2=1.35&ty=u Index: phpdoc/scripts/file-ent

Re: [PHP-DOC] function.localtime

2005-04-03 Thread David Mytton
Hi, Here is the diff for the finished modifications to en/reference/datetime/functions/localtime.xml. This includes an added note from 2 of the comments added to the current entry and an example (it doesn't already have one). It has been validated. David ? localtime.xml.diff Index: localtime.xm

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread Gabor Hojtsy
I can't find the PHP option in the setup. I did a search on their website at http://www.cygwin.com/packages and PHP isn't listed. This says that Apache, PHP, etc. should be listed in the web category: http://www.kegel.com/php.html#demo2.cygwin Goba

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread David Mytton
I can't find the PHP option in the setup. I did a search on their website at http://www.cygwin.com/packages and PHP isn't listed. David Gabor Hojtsy wrote: David, please install the PHP package in cygwin (with the cygwin setup tool - it will not affect your normal PHP install), and try again. Th

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread Nuno Lopes
David Mytton wrote: The rest of the document is just like that. All the paths seem to be correct. For example one of the errors is: /usr/bin/openjade:manual.xml:168:2:E: cannot find "C:/cygwin/home/David/phpdoc/entities/missing-ids.xml"; tried "entities/C:/cygwin/home/David/phpdoc/entities/miss

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread Gabor Hojtsy
I'm certainly no cygwin expert, but I think this should be either: OR from within cygwin. Theoretically yes, but since the jade we suggest to set up does not support cygwin path values, we suggested people to cd to the c: drive root first, and cd to the phpdoc folder from there... David, ple

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread Sean Coates
David Mytton wrote: The rest of the document is just like that. All the paths seem to be correct. For example one of the errors is: /usr/bin/openjade:manual.xml:168:2:E: cannot find "C:/cygwin/home/David/phpdoc/entities/missing-ids.xml"; tried "entities/C:/cygwin/home/David/phpdoc/entities/miss

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread David Mytton
The rest of the document is just like that. All the paths seem to be correct. For example one of the errors is: /usr/bin/openjade:manual.xml:168:2:E: cannot find "C:/cygwin/home/David/phpdoc/entities/missing-ids.xml"; tried "entities/C:/cygwin/home/David/phpdoc/entities/missing-ids.xml", "./C:

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread Gabor Hojtsy
Could you please revert back to the "without jade" setup and post those 20 lines I have asked you for? Well, thanks. This looks quite fine indeed. Is there no "phpdocen" stuff in the file? We are searching for the path values you got in the error messages. They should come from file-entities.e

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread David Mytton
Gabor Hojtsy wrote: Could you please revert back to the "without jade" setup and post those 20 lines I have asked you for?

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread Gabor Hojtsy
What if try to make it work? The only problem as it seems from the error messages down there is that the slash is missing inbetween the phpdoc and en folder names. Could you please revert back to the "without jade" setup and post those 20 lines I have asked you for? Goba So in conclusion, the o

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread David Mytton
I have it all working now. First, I installed openjade through cygwin and ran autoconf and ./configure. Running make html generated the errors I posted a while ago. Then I tried downloading jade itself but I didn't realise I was downloading the windows source (I didn't spot the link to the binar

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread Gabor Hojtsy
Well, slashes are missing between "phpdoc" and "en" in the path values. David, could you copy-paste the first 20 lines of your phpdoc/entities/file-entities.ent file? It should have proper path values, but it probably has bogus ones. Goba So, openjade seems still not to work.. - Original Mes

[PHP-DOC] Generating chm ES manual?

2005-04-03 Thread Enrique Garcia Briones
Hi, Could the appropiated person be so nice to build the .chm ES manual? Or if there is any posibility to do a home-made-chm file, please point me in the right direction. BR Enrique _ Do You Yahoo!? La mejor conexión a internet y 2GB en t

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread Cornelia Boenigk
Hi > /usr/bin/openjade:manual.xml:49:1:E: cannot find "C:/cygwin/home/David/phpdocen/bookinfo.xml" shouldn't the path be something like /cygdrive/drive/wincvs/phpdoc ?? Did you move to the phpdoc directory within the cygwin console? Regards Conni

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread Nuno Lopes
So, openjade seems still not to work.. - Original Message - Using the openjade provided with cygwin. I have attached the output from running make html but it doesn't show the errors afterwards. For some reason they are outputted to the console. But it is like this: /usr/bin/openjade:man

Re: [PHP-DOC] cvs: phpdoc /howto tools.xml

2005-04-03 Thread Nuno Lopes
nlopess Sun Apr 3 12:36:54 2005 EDT Modified files: /phpdoc/howto tools.xml Log: just put the PHP directory in the path So then the only remaining stuff out of installing cygwin, is getting jade/sp. It would definitely simpilfy the process, if this could be integrated into the c

[PHP-DOC] cvs: phpdoc /howto tools.xml

2005-04-03 Thread Nuno Lopes
nlopess Sun Apr 3 12:47:12 2005 EDT Modified files: /phpdoc/howto tools.xml Log: add more cygwin packages that are not installed by default http://cvs.php.net/diff.php/phpdoc/howto/tools.xml?r1=1.24&r2=1.25&ty=u Index: phpdoc/howto/tools.xml diff -u phpdo

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread David Mytton
Here is the output but without any of the errors. Gabor Hojtsy wrote: Openjade installed by cygwin? Openjade installed by you as windows exe? What XML files does it miss? Goba rm -rf html && mkdir html ../phpdoc-tools/php.bat -q ./scripts/rtlpatch/hackmanuallang.php en SP_ENCODING=XML SP_CHARSET

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread David Mytton
Using the openjade provided with cygwin. I have attached the output from running make html but it doesn't show the errors afterwards. For some reason they are outputted to the console. But it is like this: /usr/bin/openjade:manual.xml:49:1:E: cannot find "C:/cygwin/home/David/phpdocen/bookinfo.

Re: [PHP-DOC] cvs: phpdoc /howto tools.xml

2005-04-03 Thread Gabor Hojtsy
nlopess Sun Apr 3 12:36:54 2005 EDT Modified files: /phpdoc/howto tools.xml Log: just put the PHP directory in the path So then the only remaining stuff out of installing cygwin, is getting jade/sp. It would definitely simpilfy the process, if this could be integ

[PHP-DOC] cvs: phpdoc /howto tools.xml

2005-04-03 Thread Nuno Lopes
nlopess Sun Apr 3 12:36:54 2005 EDT Modified files: /phpdoc/howto tools.xml Log: just put the PHP directory in the path http://cvs.php.net/diff.php/phpdoc/howto/tools.xml?r1=1.23&r2=1.24&ty=u Index: phpdoc/howto/tools.xml diff -u phpdoc/howto/tools.xml:1.

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread Gabor Hojtsy
Just tried to do a make html but it failed with an openjade error saying it could not find certain .xml files even though they are present in the correct directories. I have downloaded new copies from the website and tried to build them manually but I still can't get it to work. Any suggestions

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread David Mytton
Hi, Just tried to do a make html but it failed with an openjade error saying it could not find certain .xml files even though they are present in the correct directories. I have downloaded new copies from the website and tried to build them manually but I still can't get it to work. Any suggest

[PHP-DOC] cvs: phpdoc / Makefile.in

2005-04-03 Thread anatoly techtonik
techtonik Sun Apr 3 11:34:30 2005 EDT Modified files: /phpdoc Makefile.in Log: - fix directory changes for cgi http://cvs.php.net/diff.php/phpdoc/Makefile.in?r1=1.165&r2=1.166&ty=u Index: phpdoc/Makefile.in diff -u phpdoc/Makefile.in:1.165 phpdoc/Make

Re: [PHP-DOC] function.localtime

2005-04-03 Thread David Mytton
Hi, I've attached the diff of my latest attempt using cygwin this time. David Index: localtime.xml === RCS file: /repository/phpdoc/en/reference/datetime/functions/localtime.xml,v retrieving revision 1.3 diff -u -r1.3 localtime.xml ---

Re: [PHP-DOC] openjade/opensp with cygwin

2005-04-03 Thread David Mytton
I thought I'd provide some notes for my experience with cygwin because it was not straightforward! - Downloading and installing the default setup.exe from cygwin is not sufficient. It does not come with any of the packages that you need by default. I had to manually install the following: Deve

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread Gabor Hojtsy
> I'm not using openjade, but jade instead (as mentioned in the howto). Me too, jadew. I tried to get openjade running and didn't succeed. Seems like David is up to some serious debugging. I wonder if he will handle that with enough patience. Goba

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread Cornelia Boenigk
Hi > I'm not using openjade, but jade instead (as mentioned in the howto). Me too, jadew. I tried to get openjade running and didn't succeed. Conni

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread Gabor Hojtsy
I've tried installing openjade via cywgin one month ago and it didn't work well. From what I remember it generated a lot of problems with the encodings. Hm, how come that the windows openjade work better? Is that a newer version? I'm not using openjade, but jade instead (as mentioned in the howt

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread Nuno Lopes
I've tried installing openjade via cywgin one month ago and it didn't work well. From what I remember it generated a lot of problems with the encodings. Hm, how come that the windows openjade work better? Is that a newer version? I'm not using openjade, but jade instead (as mentioned in the howt

[PHP-DOC] Re: Manual build

2005-04-03 Thread Derick Rethans
On Sun, 3 Apr 2005, Heilig (Cece) Szabolcs wrote: > Checked the phpdoc-pl today, i think it can be build without > errors now. > I removed one error a week ago, and the polish guys corrected > the remaining problems (i think). "make test" and "make test_xml" > outputs nothing now. Started a build

[PHP-DOC] #32535 [Bgs]: Are stream names URLs?

2005-04-03 Thread a at b dot c dot de
ID: 32535 User updated by: a at b dot c dot de Reported By: a at b dot c dot de Status: Bogus Bug Type: Documentation problem Operating System: * PHP Version: 5.0.3 New Comment: Well, to quote the cited section of RFC2718: 2.1.2 Improper use of "

Re: [PHP-DOC] #32410 [Opn]: Documentation unclear for SoapHeader

2005-04-03 Thread David Mytton
Thanks! Leonardo Boshell wrote: Hi David, Ok. I'm not too familiar with SOAP (never needed to use it before) so I'll have to do some research into this before I do so. But does anyone have any examples for this function I could possibly use? I was asked recently to develop a program that

Re: [PHP-DOC] #32410 [Opn]: Documentation unclear for SoapHeader

2005-04-03 Thread Leonardo Boshell
Hi David, > Ok. I'm not too familiar with SOAP (never needed to use it before) so > I'll have to do some research into this before I do so. But does anyone > have any examples for this function I could possibly use? I was asked recently to develop a program that used Google's AdWords API, whic

Re: [PHP-DOC] Doc Editing

2005-04-03 Thread Gabor Hojtsy
Hi, I have been reading through the documentation guidelines at http://doc.php.net/php/dochowto/ and am currently familiarising myself with the way everything works. I was wondering how you decide what to edit and when. As noted in the docs, if you spot notes that could be added to the documen

Re: [PHP-DOC] Contributing

2005-04-03 Thread Gabor Hojtsy
Hi Philip, Goba, Sean > Also in this perfect world docweb will have all the > information phpdoc.info has. So we'll wait until this perfect world becomes true ;-) Thanks for your clarification. It is better to not wait but participate if possible :) It will not come, if too many people go on the

Re: [PHP-DOC] Contributing

2005-04-03 Thread Cornelia Boenigk
Hi Philip, Goba, Sean > Also in this perfect world docweb will have all the > information phpdoc.info has. So we'll wait until this perfect world becomes true ;-) Thanks for your clarification. Regards Conni

Re: [PHP-DOC] Re: funclist.txt

2005-04-03 Thread Mehdi Achour
What am I missing besides a working brain ? :) [EMAIL PROTECTED]:~/cvs/phpdoc-all$ make funclist.txt [EMAIL PROTECTED]:~/cvs/phpdoc-all$ cat funclist.txt Builds function list from PHP sources Usage: ./scripts/genfunclist.php --help, -help, -h, -? to get this help. # -

Re: [PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread Gabor Hojtsy
I've tried installing openjade via cywgin one month ago and it didn't work well. From what I remember it generated a lot of problems with the encodings. Hm, how come that the windows openjade work better? Is that a newer version? Goba

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

2005-04-03 Thread Antony Dovgal
tony2001Sun Apr 3 08:26:27 2005 EDT Modified files: /phpdoc/en/reference/ifxconfigure.xml Log: fix typo http://cvs.php.net/diff.php/phpdoc/en/reference/ifx/configure.xml?r1=1.1&r2=1.2&ty=u Index: phpdoc/en/reference/ifx/configure.xml diff -u phpd

[PHP-DOC] cvs: phpdoc /howto howto.html.tar.gz

2005-04-03 Thread Gabor Hojtsy
gobaSun Apr 3 08:24:16 2005 EDT Modified files: /phpdoc/howto howto.html.tar.gz Log: update downloadable howto http://cvs.php.net/diff.php/phpdoc/howto/howto.html.tar.gz?r1=1.28&r2=1.29&ty=u Index: phpdoc/howto/howto.html.tar.gz

[PHP-DOC] cvs: phpdoc /howto howto.ent working.xml

2005-04-03 Thread Gabor Hojtsy
gobaSun Apr 3 08:22:57 2005 EDT Modified files: /phpdoc/howto howto.ent working.xml Log: document relations of cvs modules, mailing lists, subprojects, websites, one of the frequently asked questions http://cvs.php.net/diff.php/phpdoc/howto/howto.ent?

[PHP-DOC] Re: openjade/opensp with cygwin

2005-04-03 Thread Nuno Lopes
I've tried installing openjade via cywgin one month ago and it didn't work well. From what I remember it generated a lot of problems with the encodings. Nuno

[PHP-DOC] cvs: phpdoc /en/reference/apache/functions apache-get-version.xml

2005-04-03 Thread Mehdi Achour
didou Sun Apr 3 08:21:09 2005 EDT Modified files: /phpdoc/en/reference/apache/functions apache-get-version.xml Log: fix a mess here http://cvs.php.net/diff.php/phpdoc/en/reference/apache/functions/apache-get-version.xml?r1=1.7&r2=1.8&ty=u Index: phpdoc/

Re: [PHP-DOC] Re: funclist.txt

2005-04-03 Thread anatoly techtonik
||*()*|| Hi, Mehdi. >> Do we need PECL functions to be present in funclist.txt? >> I can add necessary code to makefile, but I can't download pecl >> sources, but I can ask if somebody have a desire to checkout pecl >> and update funclist.txt for me to test it will have worked properly? M

Re: [PHP-DOC] #32410 [Opn]: Documentation unclear for SoapHeader

2005-04-03 Thread David Mytton
Ok. I'm not too familiar with SOAP (never needed to use it before) so I'll have to do some research into this before I do so. But does anyone have any examples for this function I could possibly use? Mehdi Achour wrote: IMHO, the more (consistant) examples we have, the more we help our readers.

[PHP-DOC] Re: #32515 [Opn->Bgs]: German Translation: array_splice wrong equivalentfor array_shift

2005-04-03 Thread Nuno Lopes
There is no bug in the documentation, it is only outdated. Such issues are tracked using the revcheck program. If it is a typo, its different and I don't mark them as bogus, I just redirect the e-mails to the proper mailling list. So, I don't really see a reason to clutter the bug system... Nuno

Re[2]: [PHP-DOC] funclist.txt

2005-04-03 Thread anatoly techtonik
||*()*|| Hi, Gabor. >> Do we need PECL functions to be present in funclist.txt? GH> Yes, some PECL stuff is bundled and some PECL stuff is getting to be GH> used widely. Ok. I've added PECL_SOURCE autodetection. All of PECL functions will go into funclist.txt since I don't know how to get l

[PHP-DOC] cvs: phpdoc / Makefile.in

2005-04-03 Thread anatoly techtonik
techtonik Sun Apr 3 07:53:26 2005 EDT Modified files: /phpdoc Makefile.in Log: + include PECL functions in funclist.txt (not a fine solution, but i dk how to make nested "if" statement work on my pc) http://cvs.php.net/diff.php/phpdoc/Makefile.in?r

Re: [PHP-DOC] #32410 [Opn]: Documentation unclear for SoapHeader

2005-04-03 Thread Mehdi Achour
IMHO, the more (consistant) examples we have, the more we help our readers. Feel free to add the example :) Mehdi David Mytton wrote: > Is this really a valid bug? Is it down to the doc writers to provide > examples for something like this? > > David > > gehrig at ishd dot de wrote: > >> ID:

[PHP-DOC] cvs: phpdoc / configure.in

2005-04-03 Thread anatoly techtonik
techtonik Sun Apr 3 07:49:19 2005 EDT Modified files: /phpdoc configure.in Log: + pecl autodetection by default http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.225&r2=1.226&ty=u Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.225 phpdoc/

[PHP-DOC] Re: #32515 [Opn->Bgs]: German Translation: array_splice wrong equivalent for array_shift

2005-04-03 Thread Mehdi Achour
Guys, Can we find a policy for bugs concerning the translations ? I'm not really happy with the actual method, consisting in marking bugs as Bogus. There _is_ a bug in the german translation, why should we ignore it ? (especially that the bug may be present after the document is up to date) Can w

Re: [PHP-DOC] #32410 [Opn]: Documentation unclear for SoapHeader

2005-04-03 Thread David Mytton
Is this really a valid bug? Is it down to the doc writers to provide examples for something like this? David gehrig at ishd dot de wrote: ID: 32410 User updated by: gehrig at ishd dot de Reported By: gehrig at ishd dot de Status: Open Bug Type: Documentation

[PHP-DOC] Re: funclist.txt

2005-04-03 Thread Mehdi Achour
Hello Techtonik, > Do we need PECL functions to be present in funclist.txt? > I can add necessary code to makefile, but I can't download pecl > sources, but I can ask if somebody have a desire to checkout pecl > and update funclist.txt for me to test it will have worked properly? I have a

  1   2   >