Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_2/win32/build/ confutils.js

2009-07-25 Thread Pierre Joye
hi,

Thanks for this fix :)

Please try to commit in all branches at once (don't forget to merge to 5.3).

Cheers,

On Sat, Jul 25, 2009 at 5:51 PM, Derick Rethansder...@php.net wrote:
 derick                                   Sat, 25 Jul 2009 15:51:02 +

 Revision: http://svn.php.net/viewvc?view=revisionrevision=286311

 Log:
 - MF53: Added - to the list of unsafe characters so that the pecl dir can
  have the - character in the name.

 Changed paths:
    U   php/php-src/branches/PHP_5_2/win32/build/confutils.js

 Modified: php/php-src/branches/PHP_5_2/win32/build/confutils.js
 ===
 --- php/php-src/branches/PHP_5_2/win32/build/confutils.js       2009-07-25 
 15:18:19 UTC (rev 286310)
 +++ php/php-src/branches/PHP_5_2/win32/build/confutils.js       2009-07-25 
 15:51:02 UTC (rev 286311)
 @@ -1150,12 +1150,12 @@
         * as either a child or a sibling */
        if (obj_dir == null) {
                var build_dir = dir.replace(new RegExp(^..), );
 -               var mangle_dir = build_dir.replace(new RegExp([/.], 
 g), _);
 +               var mangle_dir = build_dir.replace(new RegExp([/.-], 
 g), _);
                var bd_flags_name = CFLAGS_BD_ + mangle_dir.toUpperCase();
        }
        else {
                var build_dir = obj_dir.replace(new RegExp(^..), );
 -               var mangle_dir = build_dir.replace(new RegExp([/.], 
 g), _);
 +               var mangle_dir = build_dir.replace(new RegExp([/.-], 
 g), _);
                var bd_flags_name = CFLAGS_BD_ + mangle_dir.toUpperCase();
        }



 --
 PHP CVS Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




-- 
Pierre

http://blog.thepimp.net | http://www.libgd.org

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_2/win32/build/ confutils.js

2009-07-25 Thread Derick Rethans
On Sat, 25 Jul 2009, Pierre Joye wrote:

 Thanks for this fix :)
 
 Please try to commit in all branches at once (don't forget to merge to 5.3).

I added it to 5.3 some days ago already.

regards,
Derick

-- 
http://derickrethans.nl | http://ezcomponents.org | http://xdebug.org
twitter: @derickr

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] svn: php/php-src/branches/PHP_5_2/win32/

2009-07-12 Thread Johannes Schlüter
On Sat, 2009-07-11 at 14:16 +0200, Pierre Joye wrote:
 hi,
 
 Would it not be easier to reverse the process? We can use rest data
 and convert them to either docbook (do we have a rest  docbook
 converter?) or html.

If we create a new INSTALL file it should be short and mostly point to
php.net/install in my opinion. I doubt such a lengthy file as it is now
can really be used.

johannes


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] svn: php/php-src/branches/PHP_5_2/win32/

2009-07-12 Thread Pierre Joye
2009/7/12 Johannes Schlüter johan...@schlueters.de:
 On Sat, 2009-07-11 at 14:16 +0200, Pierre Joye wrote:
 hi,

 Would it not be easier to reverse the process? We can use rest data
 and convert them to either docbook (do we have a rest  docbook
 converter?) or html.

 If we create a new INSTALL file it should be short and mostly point to
 php.net/install in my opinion. I doubt such a lengthy file as it is now
 can really be used.

Sorry, I was not clear. What I'm suggesting is to keep this file and
generate www.php.net/install using it, not the other way 'round.

Cheers,
-- 
Pierre

http://blog.thepimp.net | http://www.libgd.org

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] svn: php/php-src/branches/PHP_5_2/win32/

2009-07-12 Thread Hannes Magnusson
2009/7/12 Pierre Joye pierre@gmail.com:
 2009/7/12 Johannes Schlüter johan...@schlueters.de:
 On Sat, 2009-07-11 at 14:16 +0200, Pierre Joye wrote:
 hi,

 Would it not be easier to reverse the process? We can use rest data
 and convert them to either docbook (do we have a rest  docbook
 converter?) or html.

 If we create a new INSTALL file it should be short and mostly point to
 php.net/install in my opinion. I doubt such a lengthy file as it is now
 can really be used.

 Sorry, I was not clear. What I'm suggesting is to keep this file and
 generate www.php.net/install using it, not the other way 'round.

I agree with Johannes.
Having a lengthy INSTALL file which covers all possible platforms and
weirdness is quite useless today.
This info should be in the online docs, but the shipped INSTALL file
should IMO only contain 20lines and then a link for more info see
php.net/install.

-Hannes

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] svn: php/php-src/branches/PHP_5_2/win32/

2009-07-11 Thread Nuno Lopes
Just FYI, this file (and php-src/INSTALL) used to be generated automatically 
from phpdoc sources.
I used to do this myself, but I haven't done it for quite some time now, so 
I don't know what's the status. Does anyone knows?


Nuno


- Original Message -

rasmus Sat, 11 Jul 2009 04:14:29 +

ViewVC URL: http://svn.php.net/viewvc?view=revisionrevision=283787

Changed paths:
U   php/php-src/branches/PHP_5_2/win32/install.txt

Log:
Test commit - but pseudo useful


Modified: php/php-src/branches/PHP_5_2/win32/install.txt
===
--- php/php-src/branches/PHP_5_2/win32/install.txt 2009-07-11 02:47:38 UTC 
(rev 283786)
+++ php/php-src/branches/PHP_5_2/win32/install.txt 2009-07-11 04:14:29 UTC 
(rev 283787)

@@ -883,7 +883,7 @@
   http://snaps.php.net/php5-latest.tar.gz or download binaries for
   Windows http://snaps.php.net/win32/php5-win32-latest.zip.
 * a prerelease version downloadable from http://qa.php.net/.
- * you have always the option to obtain PHP through anonymous CVS.
+ * you have always the option to obtain PHP through SVN.

 These versions of PHP are compatible to Apache 2.0.40 and later.

@@ -1428,8 +1428,8 @@

   When building PHP modules, it's important to have known-good versions
   of the required tools (autoconf, automake, libtool, etc.) See the
-   Anonymous CVS Instructions for details on the required tools, and
-   required versions.
+   SVN Instructions for details on the required tools, and required
+   versions.
 __

Downloading PECL extensions
@@ -1445,14 +1445,12 @@
   PECL extensions that have releases listed on the PECL web site are
   available for download and installation using the pecl command.
   Specific revisions may also be specified.
- * CVS
-   Most PECL extensions also reside in CVS. A web-based view may be
-   seen at http://cvs.php.net/pecl/. To download straight from CVS,
-   the following sequence of commands may be used. Note that phpfi is
-   the password for user cvsread:
+ * SVN
+   Most PECL extensions also reside in SVN. A web-based view may be
+   seen at http://svn.php.net/pecl/. To download straight from SVN,
+   the following sequence of commands may be used.

-$ cvs -d:pserver:cvsr...@cvs.php.net:/repository login
-$ cvs -d:pserver:cvsr...@cvs.php.net:/repository co pecl/extname
+$ svn  co http://svn.php.net/repository/pecl/extname/trunk

 * Windows downloads
   Windows users may find compiled PECL binaries by downloading the
@@ -1500,7 +1498,7 @@
   Sometimes, using the pecl installer is not an option. This could be
   because you're behind a firewall, or it could be because the extension
   you want to install is not available as a PECL compatible package, such
-   as unreleased extensions from CVS. If you need to build such an
+   as unreleased extensions from SVN. If you need to build such an
   extension, you can use the lower-level build tools to perform the build
   manually.

@@ -1647,7 +1645,7 @@
   directives are documented in the manual though. For a complete list of
   directives available in your PHP version, please read your well
   commented php.ini file. Alternatively, you may find the the latest
-   php.ini from CVS helpful too.
+   php.ini from SVN helpful too.

   Example 5-1. php.ini example
; any text on a line after an unquoted semicolon (;) is ignored 



--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] svn: php/php-src/branches/PHP_5_2/win32/

2009-07-11 Thread Hannes Magnusson
On Sat, Jul 11, 2009 at 13:14, Nuno Lopesnlop...@php.net wrote:
 Just FYI, this file (and php-src/INSTALL) used to be generated automatically
 from phpdoc sources.
 I used to do this myself, but I haven't done it for quite some time now, so
 I don't know what's the status. Does anyone knows?

Nope.

We found out, just before the 5.3.0 release, that it was very very
outofdate but couldnt figureout how to generate it so Johannes made
some 'manual changes' to it.

-Hannes

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] svn: php/php-src/branches/PHP_5_2/win32/

2009-07-11 Thread Nuno Lopes

On Sat, Jul 11, 2009 at 13:14, Nuno Lopesnlop...@php.net wrote:
Just FYI, this file (and php-src/INSTALL) used to be generated 
automatically

from phpdoc sources.
I used to do this myself, but I haven't done it for quite some time now, 
so

I don't know what's the status. Does anyone knows?


Nope.

We found out, just before the 5.3.0 release, that it was very very
outofdate but couldnt figureout how to generate it so Johannes made
some 'manual changes' to it.


Ok, so let me summarize how it used to work:
First we generated a .html file that included the whole install + install 
faq sections of the manual (with openjade at the time :). Then we used lynx 
to produce the .txt file out of the .html file.
The difference between INSTALL and install.txt was the included sections. We 
excluded non-interesting sections from the souce .xmls files before 
generating the html.


In the old phpdoc/Makefile.in you can find this:
%.txt: %.html
   lynx -nolist -dump file:`pwd`/$  $@

And the source .xml files can still be found in CVS:
http://cvs.php.net/viewvc.cgi/phpdoc/install-unix.xml?view=markup
http://cvs.php.net/viewvc.cgi/phpdoc/install-win.xml?view=markup


Nuno 



--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] svn: php/php-src/branches/PHP_5_2/win32/

2009-07-11 Thread Pierre Joye
hi,

Would it not be easier to reverse the process? We can use rest data
and convert them to either docbook (do we have a rest  docbook
converter?) or html.

cheers,

On Sat, Jul 11, 2009 at 1:34 PM, Nuno Lopesnlop...@php.net wrote:
 On Sat, Jul 11, 2009 at 13:14, Nuno Lopesnlop...@php.net wrote:

 Just FYI, this file (and php-src/INSTALL) used to be generated
 automatically
 from phpdoc sources.
 I used to do this myself, but I haven't done it for quite some time now,
 so
 I don't know what's the status. Does anyone knows?

 Nope.

 We found out, just before the 5.3.0 release, that it was very very
 outofdate but couldnt figureout how to generate it so Johannes made
 some 'manual changes' to it.

 Ok, so let me summarize how it used to work:
 First we generated a .html file that included the whole install + install
 faq sections of the manual (with openjade at the time :). Then we used lynx
 to produce the .txt file out of the .html file.
 The difference between INSTALL and install.txt was the included sections. We
 excluded non-interesting sections from the souce .xmls files before
 generating the html.

 In the old phpdoc/Makefile.in you can find this:
 %.txt: %.html
   lynx -nolist -dump file:`pwd`/$  $@

 And the source .xml files can still be found in CVS:
 http://cvs.php.net/viewvc.cgi/phpdoc/install-unix.xml?view=markup
 http://cvs.php.net/viewvc.cgi/phpdoc/install-win.xml?view=markup


 Nuno

 --
 PHP CVS Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php





-- 
Pierre

http://blog.thepimp.net | http://www.libgd.org

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php