[PHP-DOC] cvs: phpdoc /en/reference/mysqli .cvsignore configure.xml constants.xml ini.xml reference.xml

2005-11-17 Thread Lee Seung Hwan
cycle98 Thu Nov 17 23:16:16 2005 EDT Modified files: /phpdoc/en/reference/mysqli .cvsignore configure.xml constants.xml ini.xml reference.xml Log: no message http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/.cvsignore?r1=1.

[PHP-DOC] #35270 [NEW]: copying an array no longer resets the index

2005-11-17 Thread andrej at blueshoes dot org
From: andrej at blueshoes dot org Operating system: windows PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: copying an array no longer resets the index Description: the documentation for each http://www.php.net/manual/en/function.each

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

2005-11-17 Thread Nuno Lopes
nlopess Thu Nov 17 18:11:26 2005 EDT Modified files: /phpdoc/en/reference/datetime constants.xml /phpdoc/en/reference/datetime/functions date.xml Log: update to latest php 5.1.0 RC http://cvs.php.net/diff.php/phpdoc/en/reference/datetime/constants

[PHP-DOC] cvs: phpdoc /scripts check-references.php file-entities.php.in process.php spell-checker.php zendapi_protos.php

2005-11-17 Thread Nuno Lopes
nlopess Thu Nov 17 18:04:30 2005 EDT Modified files: /phpdoc/scripts check-references.php file-entities.php.in process.php spell-checker.php zendapi_protos.php Log: PHP 6 compat http://cvs.php.net/diff.php/phpdoc/scripts/check-refere

Re: [PHP-DOC] PHP Doc ./configure

2005-11-17 Thread Gabor Hojtsy
> I've come across my first problem with Windows/PHP doc setup and that > is with the ./configure script after checking out a fresh copy from > CVS. My PHP dir is C:\Program Files\PHP which seems to be giving the > configure script problems because of the space. It is getting the path > directly fr

Re: [PHP-DOC] PHP Doc ./configure

2005-11-17 Thread David Mytton
On 17/11/05, Nuno Lopes <[EMAIL PROTECTED]> wrote: > Stupid question: did you run 'autoconf' after this change? whats the value > of `echo $PHP` after the sed command? Ahh no, I didn't. However, I just did that (changed path to prog files again, launched cygwin, cd phpdoc, autoconf, ./configure) a

Re: [PHP-DOC] PHP Doc ./configure

2005-11-17 Thread Nuno Lopes
> Looking forward to this. I know I got a fair way before, but getting the > updates sent back to the CVS was handled by Nuno for me. Could you not use CVS, or do you not have a CVS account? No, Richard doesn't have an account. He usually sends the mails to me directly. > Can you give some

Re: [PHP-DOC] PHP Doc ./configure

2005-11-17 Thread Nuno Lopes
I added PHP = `echo $PHP | sed 's/ /\\ /'` to line 68: fi PHP = `echo $PHP | sed 's/ /\\ /'` if test $PHP = "no"; then but it didn't seem to have any effect. Stupid question: did you run 'autoconf' after this change? whats the value of `echo $PHP` after the sed command? Nuno

Re: [PHP-DOC] Quick Setup

2005-11-17 Thread David Mytton
Here is the first copy in plain text for initial feedback. It is written as a basic guide to get started with references to the more detailed instructions already available in the howto. **Quick start for working with the PHP documentation on Windows** Many of the tools used to allow easy authori

Re: [PHP-DOC] PHP Doc ./configure

2005-11-17 Thread David Mytton
On 17/11/05, Richard A. Quadling <[EMAIL PROTECTED]> wrote: > Just took a look at all the progs install in C:\ Heh, my C:\ is virtually empty :p > Looking forward to this. I know I got a fair way before, but getting the > updates sent back to the CVS was handled by Nuno for me. Could you not use

Re: [PHP-DOC] PHP Doc ./configure

2005-11-17 Thread David Mytton
On 17/11/05, Richard A. Quadling <[EMAIL PROTECTED]> wrote: > Which is why PHP is in the root. Probably. > Also, the issues with having PHP not in C:\PHP for newbies and IIS is > going to cause a LOT of issues. Editing the INI file is hard enough for > some. Yes, I agree. Most people will just ins

Re: [PHP-DOC] PHP Doc ./configure

2005-11-17 Thread David Mytton
I added PHP = `echo $PHP | sed 's/ /\\ /'` to line 68: fi ] ) PHP = `echo $PHP | sed 's/ /\\ /'` if test $PHP = "no"; then but it didn't seem to have any effect. I like to have my filesystem organised so I put PHP into Prog Files. The guide I'm writing, however, is not specific on that so it d

RE: [PHP-DOC] PHP Doc ./configure

2005-11-17 Thread Richard A. Quadling
For the purposes of the documenting the installation process for PHP documentation, I would suggest sticking with the standard paths used by PHP. I've never considered placing PHP in anything other than C:\PHP \ C:\PHP5. The only thing I do differently is move PEAR out of PHP. Richard. -Or