[PHP-DOC] cvs: phpdoc / configure.in /phpbook/phpbook-xsl html-chunk.xsl param_html.xsl.in

2007-06-27 Thread Gwynne Amaya Raskind
gwynne Wed Jun 27 20:24:02 2007 UTC Modified files: /phpdoc configure.in /phpdoc/phpbook/phpbook-xsl html-chunk.xsl param_html.xsl.in Log: Add --enable-verbose-xsl to configure; makes XSL builds give a bit more progress information. Disabled by default.

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

2007-03-20 Thread Hannes Magnusson
rm really well). The only real change is that xsltproc is now requirement (as the whole DSSSL stuff is on its way out). -Hannes -Original Message- From: Hannes Magnusson [mailto:[EMAIL PROTECTED] Sent: 20 March 2007 10:44 To: phpdoc@lists.php.net Subject: [PHP-DOC] cvs: phpdoc / configu

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

2007-03-20 Thread Richard A. Quadling
hpdoc@lists.php.net Subject: [PHP-DOC] cvs: phpdoc / configure.in bjori Tue Mar 20 10:44:18 2007 UTC Modified files: /phpdoc configure.in Log: xsltproc is now an requirement # There were major performance fixes in libxslt-1.1.18 but we can work #

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

2007-03-20 Thread Hannes Magnusson
bjori Tue Mar 20 10:44:18 2007 UTC Modified files: /phpdoc configure.in Log: xsltproc is now an requirement # There were major performance fixes in libxslt-1.1.18 but we can work # with older ones (but expect the build to take over 4hours then, instea

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

2007-03-16 Thread Hannes Magnusson
bjori Fri Mar 16 18:08:03 2007 UTC Modified files: /phpdoc configure.in Log: Make *jade and *sgml tools optional http://cvs.php.net/viewvc.cgi/phpdoc/configure.in?r1=1.240&r2=1.241&diff_format=u Index: phpdoc/configure.in diff -u phpdoc/configure.in:

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

2007-02-08 Thread Hannes Magnusson
bjori Thu Feb 8 14:33:02 2007 UTC Modified files: /phpdoc configure.in Log: Fix catalog search path http://cvs.php.net/viewvc.cgi/phpdoc/configure.in?r1=1.239&r2=1.240&diff_format=u Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.239 phpdoc/co

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

2006-09-29 Thread Nuno Lopes
nlopess Fri Sep 29 16:37:40 2006 UTC Modified files: /phpdoc configure.in Log: fix build with latest cygwin update.. we now need to strip \r chars from the infiles.cache file.. #weird at least http://cvs.php.net/viewvc.cgi/phpdoc/configure.in?r1=1.237&r2=

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

2006-09-20 Thread TAKAGI Masahiro
takagi Thu Sep 21 03:56:04 2006 UTC Modified files: /phpdoc configure.in Log: plain /bin/sh (not bash) cannot recognize ${parameter::offset:length} style syntax (Bug #38856). http://cvs.php.net/viewvc.cgi/phpdoc/configure.in?r1=1.236&r2=1.237&diff_form

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

2006-09-14 Thread Nuno Lopes
On Thu, 14 Sep 2006, Nuno Lopes wrote: Autoconf 2.13 needs to be supported, because it is still the recommended version to build PHP. Anyway, we want to accept Debian users in the team :P Debian has 2.59 as well (atleast "unstable"). regards, Derick hehe :) I was just joking because I know

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

2006-09-14 Thread Derick Rethans
On Thu, 14 Sep 2006, Nuno Lopes wrote: > Autoconf 2.13 needs to be supported, because it is still the recommended > version to build PHP. Anyway, we want to accept Debian users in the team :P Debian has 2.59 as well (atleast "unstable"). regards, Derick -- Derick Rethans http://derickrethans.n

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

2006-09-14 Thread Nuno Lopes
MAIL PROTECTED]>; "Nuno Lopes" <[EMAIL PROTECTED]> Cc: Sent: Thursday, September 14, 2006 4:08 PM Subject: RE: [PHP-DOC] cvs: phpdoc / configure.in Ah. I'm running autoconf (GNU Autoconf) 2.59 Written by David J. MacKenzie and Akim Demaille. Copyright (C) 2003 Free Sof

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

2006-09-14 Thread Richard A. Quadling
RPOSE. Cygwin on Windows XP SP2. How old is 2.13? > -Original Message- > From: Hannes Magnusson [mailto:[EMAIL PROTECTED] > Sent: 14 September 2006 15:53 > To: Nuno Lopes > Cc: phpdoc@lists.php.net > Subject: Re: [PHP-DOC] cvs: phpdoc / configure.in > > Hi

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

2006-09-14 Thread Nuno Lopes
Ok, I have reverted this, as autoconf 2.13 is still widely used. Nuno Hi Nuno This patch breaks 2.13... autoconf: Undefined macros: configure.in:825:AC_CONFIG_FILES([$OUTFILES]) [EMAIL PROTECTED] doc$ autoconf --version Autoconf version 2.13 On 9/14/06, Nuno Lopes <[EMAIL PROTECTED]> wrote:

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

2006-09-14 Thread Nuno Lopes
nlopess Thu Sep 14 14:58:35 2006 UTC Modified files: /phpdoc configure.in Log: revert last commit, as it broke autoconf 2.13 setups http://cvs.php.net/viewvc.cgi/phpdoc/configure.in?r1=1.235&r2=1.236&diff_format=u Index: phpdoc/configure.in diff -u phpdoc/co

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

2006-09-14 Thread Hannes Magnusson
Hi Nuno This patch breaks 2.13... autoconf: Undefined macros: configure.in:825:AC_CONFIG_FILES([$OUTFILES]) [EMAIL PROTECTED] doc$ autoconf --version Autoconf version 2.13 On 9/14/06, Nuno Lopes <[EMAIL PROTECTED]> wrote: nlopess Thu Sep 14 13:16:00 2006 UTC Modified files: /phpd

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

2006-09-14 Thread Nuno Lopes
nlopess Thu Sep 14 13:16:00 2006 UTC Modified files: /phpdoc configure.in Log: remove warnings in newer autoconf versions. Patch by Richard Quadling http://cvs.php.net/viewvc.cgi/phpdoc/configure.in?r1=1.234&r2=1.235&diff_format=u Index: phpdoc/configure.in

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

2006-02-13 Thread Nuno Lopes
nlopess Mon Feb 13 20:32:13 2006 UTC Modified files: /phpdoc configure.in Log: dont use php 4 sources as default http://cvs.php.net/viewcvs.cgi/phpdoc/configure.in?r1=1.233&r2=1.234&diff_format=u Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.233 p

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

2005-09-06 Thread Nuno Lopes
+AC_MSG_CHECKING(for internals docs inclusion) + +AC_ARG_WITH(internals, +[ --without-internals disable internals docs inclusion], +[ + INTERNALS_INCL_BEGIN="" + AC_MSG_RESULT([no]) +],[ + INTERNALS_INCL_BEGIN="" + INTERNALS_INCL_END="" + AC_MSG_RESULT([yes (default)]) +]) Well.. no :)

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

2005-09-06 Thread Gabor Hojtsy
> +AC_MSG_CHECKING(for internals docs inclusion) > + > +AC_ARG_WITH(internals, > +[ --without-internals disable internals docs inclusion], > +[ > + INTERNALS_INCL_BEGIN="" > + AC_MSG_RESULT([no]) > +],[ > + INTERNALS_INCL_BEGIN="" > + INTERNALS_INCL_

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

2005-09-06 Thread Gabor Hojtsy
gobaTue Sep 6 06:52:55 2005 EDT Modified files: /phpdoc configure.in manual.xml.in Log: as the option is --without the explanation should be 'exclusion', and the varname should be EXCL http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.232&r2=1.233&t

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

2005-09-06 Thread Nuno Lopes
+dnl {{{ disable Internals documentation + +AC_MSG_CHECKING(for internals docs inclusion) + +AC_ARG_WITH(internals, +[ --without-internals disable internals docs inclusion], +[ + INTERNALS_INCL_BEGIN="" + AC_MSG_RESULT([no]) +],[ + INTERNALS_INCL_BEGIN="" + INTERNALS_INCL_END="" + AC_MSG

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

2005-09-06 Thread Gabor Hojtsy
>>> +dnl {{{ disable Internals documentation >>> + >>> +AC_MSG_CHECKING(for internals docs inclusion) >>> + >>> +AC_ARG_WITH(internals, >>> +[ --without-internals disable internals docs inclusion], >>> +[ >>> + INTERNALS_INCL_BEGIN="" >>> + AC_MSG_RESULT([no]) >>> +],[ >>> + INTERNALS_INCL_

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

2005-09-06 Thread Nuno Lopes
Nuno Lopes wrote: +dnl {{{ disable Internals documentation + +AC_MSG_CHECKING(for internals docs inclusion) + +AC_ARG_WITH(internals, +[ --without-internals disable internals docs inclusion], +[ + INTERNALS_INCL_BEGIN="" + AC_MSG_RESULT([no]) +],[ + INTERNALS_INCL_BEGIN="" + INTERNALS_IN

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

2005-09-06 Thread Gabor Hojtsy
Nuno Lopes wrote: > +dnl {{{ disable Internals documentation > + > +AC_MSG_CHECKING(for internals docs inclusion) > + > +AC_ARG_WITH(internals, > +[ --without-internals disable internals docs inclusion], > +[ > + INTERNALS_INCL_BEGIN="" > + AC_MSG_RESULT([no]) > +],[ > + INTERNALS_INCL_BEGI

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

2005-09-06 Thread Nuno Lopes
nlopess Tue Sep 6 05:44:20 2005 EDT Modified files: /phpdoc configure.in manual.xml.in Log: add a --without-internals option to configure to disable inclusion of internal's docs. also move extend PHP 3 part to last. http://cvs.php.net/diff.php/phpdoc/confi

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

2005-05-01 Thread Gabor Hojtsy
What that code did was to automatically include the pecl docs that are in the ../pecl dir (if it exists). This isn't the behaviour we want IMHO, because the docs should go in the phpdoc dir. And as we can't fix those errors, I think its better to disable this 'feature' (its annoying to always ge

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

2005-05-01 Thread Nuno Lopes
What that code did was to automatically include the pecl docs that are in the ../pecl dir (if it exists). This isn't the behaviour we want IMHO, because the docs should go in the phpdoc dir. And as we can't fix those errors, I think its better to disable this 'feature' (its annoying to always ge

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

2005-04-30 Thread Gabor Hojtsy
What if you comment this out instead? I wonder why this was included in here, if it is not supposed to be there... Goba nlopess Sat Apr 30 15:30:32 2005 EDT Modified files: /phpdoc configure.in Log: disable automatic include of PECL docs they have errors and are

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

2005-04-30 Thread Nuno Lopes
nlopess Sat Apr 30 15:30:32 2005 EDT Modified files: /phpdoc configure.in Log: disable automatic include of PECL docs they have errors and arent supposed to be in the main distro http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.228&r2=1.229&ty=u Index:

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

2005-04-05 Thread Gabor Hojtsy
You removed a line, but added nothing in place? Yes. It is defined earlier, this line only redefined it under some circumstances. ACK. Goba

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

2005-04-05 Thread Jakub Vrana
Gabor Hojtsy wrote: > You removed a line, but added nothing in place? Yes. It is defined earlier, this line only redefined it under some circumstances. Jakub Vrana

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

2005-04-05 Thread Gabor Hojtsy
You removed a line, but added nothing in place? Goba vrana Tue Apr 5 10:40:53 2005 EDT Modified files: /phpdoc configure.in Log: Use ISO format for build date (bug #26096) http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.227&r2=1.228&ty=u Index: phpdoc/con

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

2005-04-05 Thread Jakub Vrana
vrana Tue Apr 5 10:40:53 2005 EDT Modified files: /phpdoc configure.in Log: Use ISO format for build date (bug #26096) http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.227&r2=1.228&ty=u Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.227 phpd

[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

[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] cvs: phpdoc / configure.in

2005-04-02 Thread anatoly techtonik
techtonik Sat Apr 2 16:25:42 2005 EDT Modified files: /phpdoc configure.in Log: * convert slashes from windows envariables http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.224&r2=1.225&ty=u Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.

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

2005-04-02 Thread anatoly techtonik
techtonik Sat Apr 2 04:50:23 2005 EDT Modified files: /phpdoc configure.in Log: + php source autodetection from cvs checkout http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.223&r2=1.224&ty=u Index: phpdoc/configure.in diff -u phpdoc/configure.in:

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

2005-03-16 Thread Leszek Krupinski
leszek Wed Mar 16 03:11:53 2005 EDT Modified files: /phpdoc configure.in Log: - changed pl encoding http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.221&r2=1.222&ty=u Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.221 phpdoc/configure.in:1.222

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

2005-03-10 Thread anatoly techtonik
techtonik Thu Mar 10 09:59:44 2005 EDT Modified files: /phpdoc configure.in Log: * optimize tools autodetection code http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.220&r2=1.221&ty=u Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.220 php

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

2005-03-06 Thread Antony Dovgal
tony2001Sun Mar 6 12:00:42 2005 EDT Modified files: /phpdoc configure.in Log: ru is using utf8 from now http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.219&r2=1.220&ty=u Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.219 phpdoc/con

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

2005-03-01 Thread anatoly techtonik
techtonik Tue Mar 1 12:28:40 2005 EDT Modified files: /phpdoc configure.in Log: * proper openjade detection on win32 http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.217&r2=1.218&ty=u Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.217 ph

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

2005-03-01 Thread anatoly techtonik
techtonik Tue Mar 1 06:38:30 2005 EDT Modified files: /phpdoc configure.in Log: + attempt to detect php binary path from pear environment http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.216&r2=1.217&ty=u Index: phpdoc/configure.in diff -u phpdoc/

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

2005-02-25 Thread Derick Rethans
derick Thu Feb 24 18:08:33 2005 EDT Modified files: /phpdoc configure.in Log: - Go with UTF8 for everything http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.215&r2=1.216&ty=u Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.215 phpdoc/configu

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

2005-02-08 Thread Hartmut Holzgraefe
hholzgraTue Feb 8 13:22:33 2005 EDT Modified files: /phpdoc configure.in Log: whitespace http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.213&r2=1.214&ty=u Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.213 phpdoc/configure.in:1.214

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

2005-02-08 Thread Hartmut Holzgraefe
hholzgraTue Feb 8 07:47:10 2005 EDT Modified files: /phpdoc configure.in Log: PEAR and PECL source detection modified and tested http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.212&r2=1.213&ty=u Index: phpdoc/configure.in diff -u phpdoc/conf

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

2005-02-08 Thread Hartmut Holzgraefe
hholzgraTue Feb 8 07:12:33 2005 EDT Modified files: /phpdoc configure.in Log: added option to specify location of PECL source dir (to be used later) http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.211&r2=1.212&ty=u Index: phpdoc/configure.in

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

2005-01-19 Thread Nuno Lopes
nlopess Wed Jan 19 17:22:38 2005 EDT Modified files: /phpdoc configure.in Log: fix sk build http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.210&r2=1.211&ty=u Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.210 phpdoc/configure.in:1.211 --- phpd

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

2005-01-01 Thread Rui Hirokawa
hirokawaSun Jan 2 02:53:52 2005 EDT Modified files: /phpdoc configure.in Log: corrected date format in japanese. http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.209&r2=1.210&ty=u Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.209 phpd

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

2004-12-28 Thread Derick Rethans
derick Tue Dec 28 10:24:45 2004 EDT Modified files: /phpdoc configure.in Log: - Mark as UTF-8 encoding. http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.208&r2=1.209&ty=u Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.208 phpdoc/configure.i

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

2004-12-09 Thread Derick Rethans
On Thu, 9 Dec 2004, Antony Dovgal wrote: > tony2001 Thu Dec 9 06:16:40 2004 EDT > > Modified files: > /phpdoc configure.in > Log: > fix russian build (use windows-1251 instead of UTF-8) spaces and no tabs please? Derick -- Derick Rethans http://derickrethans.nl | http

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

2004-12-09 Thread Antony Dovgal
tony2001Thu Dec 9 06:16:40 2004 EDT Modified files: /phpdoc configure.in Log: fix russian build (use windows-1251 instead of UTF-8) http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.206&r2=1.207&ty=u Index: phpdoc/configure.in diff -u phpdoc/c

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

2004-12-09 Thread Antony Dovgal
tony2001Thu Dec 9 06:59:36 2004 EDT Modified files: /phpdoc configure.in Log: tabs -> spaces (thanks, D) http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.207&r2=1.208&ty=u Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.207 phpdoc/co

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

2004-09-19 Thread anatoly techtonik
techtonik Sun Sep 19 08:59:30 2004 EDT Modified files: /phpdoc configure.in Log: [FIX] * Check for openjade on windows installed in path manually or from cygwin package. http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.204&r2=1.205&ty=u Index: php

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

2004-09-08 Thread Dave Barr
daveWed Sep 8 14:05:53 2004 EDT Modified files: /phpdoc configure.in Log: - Fix reference to non-existent ID "zend" problems. Since missing-ids.xml was moved into en/ (or other lang dirs) it wasn't being removed properly before being recreated. Req

Re: [PHP-DOC] cvs: phpdoc / configure.in /dsssl phpweb.dsl.in

2004-08-05 Thread Gabor Hojtsy
gobaWed Aug 4 12:30:59 2004 EDT Modified files: /phpdoc configure.in /phpdoc/dssslphpweb.dsl.in Log: work around the workaround to make the next Hebrew build contain proper links This broke all links in the manual, see: http://www.php.net/manual/ar/index.functions

Re: [PHP-DOC] cvs: phpdoc / configure.in /dsssl phpweb.dsl.in

2004-08-05 Thread Derick Rethans
On Wed, 4 Aug 2004, Gabor Hojtsy wrote: > goba Wed Aug 4 12:30:59 2004 EDT > > Modified files: > /phpdoc configure.in > /phpdoc/dsssl phpweb.dsl.in > Log: > work around the workaround to make the next Hebrew build contain proper links This broke all links in the manu

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

2004-08-04 Thread Gabor Hojtsy
gobaWed Aug 4 12:30:59 2004 EDT Modified files: /phpdoc configure.in /phpdoc/dsssl phpweb.dsl.in Log: work around the workaround to make the next Hebrew build contain proper links http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.202&r2=1.

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

2004-07-29 Thread Nuno Lopes
nlopess Thu Jul 29 06:14:07 2004 EDT Modified files: /phpdoc configure.in Log: avoid warnings in head http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.201&r2=1.202&ty=u Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.201 phpdoc/configure.in:1.20

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

2004-02-08 Thread Leszek Krupinski
leszek Sun Feb 8 07:58:13 2004 EDT Modified files: /phpdoc configure.in Log: - new option allowing to set php.ini file path http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.199&r2=1.200&ty=u Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.1

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

2003-08-14 Thread Derick Rethans
derick Tue Aug 12 07:37:38 2003 EDT Modified files: /phpdoc configure.in Log: - fixing this one too Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.198 phpdoc/configure.in:1.199 --- phpdoc/configure.in:1.198 Tue Aug 12 07:35:46 2003 +++ phpdoc/co

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

2003-08-14 Thread Derick Rethans
derick Tue Aug 12 07:35:47 2003 EDT Modified files: /phpdoc configure.in Log: - Fix Goba's mess ;) Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.197 phpdoc/configure.in:1.198 --- phpdoc/configure.in:1.197 Tue Aug 12 07:24:27 2003 +++ phpdoc/

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

2003-08-14 Thread Derick Rethans
On Tue, 12 Aug 2003, Gabor Hojtsy wrote: > goba Tue Aug 12 07:24:27 2003 EDT > > Modified files: > /phpdoc configure.in > Log: > Add force option to rm so it won't complain on the first run, when the file is not > there > > Index: phpdoc/configure.in > diff

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

2003-08-14 Thread Gabor Hojtsy
gobaTue Aug 12 07:24:27 2003 EDT Modified files: /phpdoc configure.in Log: Add force option to rm so it won't complain on the first run, when the file is not there Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.196 phpdoc/configure.in:1.197 --

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

2003-08-14 Thread Gabor Hojtsy
Ahh, crap. Seems like my newly installed redhat behaves strangely with special chars... BTW I was unable to make any visual CVS tool work properly on it (tried: cervisia, lincvs, meld with different success levels, but none of them really worked (I was unable to make a commit, or check a change

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

2003-06-27 Thread Thomas Schoefbeck
tom Fri Jun 27 18:59:20 2003 EDT Modified files: /phpdoc configure.in Log: create zend-vars also when --with-zendapi is set (should solve the 'images missing'-bugs) Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.195 phpdoc/configure.in:1.196 -

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

2003-03-19 Thread Hartmut Holzgraefe
hholzgraWed Mar 19 12:19:35 2003 EDT Modified files: /phpdoc configure.in Log: "configure --help" output cleanup and support for additional options "--with-pear-source" and "--with-extension" so that documentation parts from PECL and from standalone

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

2003-02-10 Thread Gabor Hojtsy
betz Mon Feb 10 08:13:51 2003 EDT Modified files: /phpdoc configure.in Log: check for xmllint, win support for xsltproc/xmllint Well, cygwin comes with xmllint and xsltproc, but last time I checked those were broken, so it may be a good idea to have this in phpdoc-tools

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

2003-02-10 Thread Friedhelm Betz
betzMon Feb 10 08:13:51 2003 EDT Modified files: /phpdoc configure.in Log: check for xmllint, win support for xsltproc/xmllint Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.180 phpdoc/configure.in:1.181 --- phpdoc/configure.in:1.180 Sun Feb

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

2003-02-08 Thread Moriyoshi Koizumi
moriyoshi Sun Feb 9 01:17:10 2003 EDT Modified files: /phpdoc configure.in Log: Fixed zh_tw build Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.179 phpdoc/configure.in:1.180 --- phpdoc/configure.in:1.179 Thu Feb 6 04:42:38 2003 +++ ph

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

2003-02-06 Thread Hartmut Holzgraefe
hholzgraThu Feb 6 04:42:39 2003 EDT Modified files: /phpdoc configure.in Log: update for SuSE-specific catalog file search we are no longer using DocBook 3 ;) Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.178 phpdoc/configure.in:1.17

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

2003-01-15 Thread Wez Furlong
wez Wed Jan 15 22:11:08 2003 EDT Modified files: /phpdoc configure.in Log: Correct a slight mistake introduced by goba in revision 1.176. If you ./configure --with-htmlcss=http://sample.com/style.css, MANUAL="php_manual_$withval" would pick up the URL o

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

2003-01-11 Thread Sander Roobol
sander Sat Jan 11 09:03:31 2003 EDT Modified files: /phpdoc configure.in Log: This will make configure abort when it's unable to locate jade or nsgmls Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.176 phpdoc/configure.in:1.177 --- phpdoc/confi

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

2002-12-28 Thread Gabor Hojtsy
gobaSat Dec 28 07:20:46 2002 EDT Modified files: /phpdoc configure.in Log: Use the phpdoc language code instead of the language's real name. All other places use the phpdoc language code (which is not standard compliant sometimes). But with this change,

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

2002-09-04 Thread Jirka Kosek
jkj Wed Sep 4 03:41:27 2002 EDT Modified files: /phpdoc configure.in Log: Added support for Slovak translation Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.174 phpdoc/configure.in:1.175 --- phpdoc/configure.in:1.174 Tue Aug 13 12:09:45

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

2002-08-13 Thread Gabor Hojtsy
gobaTue Aug 13 12:09:45 2002 EDT Modified files: /phpdoc configure.in Log: So now we have bundled XSL sheets, no need to check for system specific paths. With this the system should work "out of the box" with XSL sheets. Just run ./configure

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

2002-08-11 Thread Wez Furlong
wez Sun Aug 11 14:19:08 2002 EDT Modified files: /phpdoc/dsssl html.dsl.in /phpdoc configure.in Log: Implement --with-htmlcss=URL option to configure, which will cause to be added to each generated HTML page. Index: phpdoc/dsssl/html.

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

2002-08-03 Thread Gabor Hojtsy
gobaSat Aug 3 08:55:26 2002 EDT Modified files: /phpdoc configure.in Log: New method for file-entities.php call, no more nasty parameter passing, use configure features ;)) Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.168 phpdoc/config

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

2002-08-03 Thread Gabor Hojtsy
gobaSat Aug 3 08:28:39 2002 EDT Modified files: /phpdoc configure.in Log: OK, as the manual was built successfully yesterday, I can go on with converting things to PHP. - removed the whole shell script stuff to create file-entities.ent - comm

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

2002-07-27 Thread Gabor Hojtsy
gobaSat Jul 27 09:01:21 2002 EDT Modified files: /phpdoc configure.in Log: Reverting back the old DSSSL path as it seems like jade on linux does not like the relative path of this kind... I still cannot imagine why... Index: phpdoc/configure.in d

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

2002-07-27 Thread Gabor Hojtsy
gobaSat Jul 27 08:55:38 2002 EDT Modified files: /phpdoc configure.in Log: Changed chmonly integration to a simpler model Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.165 phpdoc/configure.in:1.166 --- phpdoc/configure.in:1.165 Thu Jul 2

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

2002-07-25 Thread James Cox
> Modified files: > /phpdoc configure.in > Log: > We do not check actually for the PHP version, so do not say it's OK, > just print it out > yeah we do... we make sure it's better than php3... -- james -- PHP Documentation Mailing List (http://www.php.net/) To

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

2002-07-25 Thread Gabor Hojtsy
gobaThu Jul 25 13:03:04 2002 EDT Modified files: /phpdoc configure.in Log: Much better support for XSL sheets. If you specify the --with-xsl parameter XSL path values will be switched on (file:/// prepended to all path values in file-entities.ent). If

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

2002-07-25 Thread Gabor Hojtsy
gobaThu Jul 25 12:05:49 2002 EDT Modified files: /phpdoc configure.in Log: We do not check actually for the PHP version, so do not say it's OK, just print it out Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.163 phpdoc/configure.in:1.164

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

2002-07-25 Thread Gabor Hojtsy
> Moving all the file-entities.ent creation code to a part which > is only executed if there is no PHP available. If this proves to be working I would be happy to remove the shell script code to generate file-entities.ent, as all that is replaced by new file-entities.php functionality. PHP is

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

2002-07-25 Thread Gabor Hojtsy
gobaThu Jul 25 11:58:09 2002 EDT Modified files: /phpdoc configure.in Log: Moving all the file-entities.ent creation code to a part which is only executed if there is no PHP available. Add more parameters to file-entities.php invocation to support

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

2002-07-25 Thread Gabor Hojtsy
gobaThu Jul 25 07:58:42 2002 EDT Modified files: /phpdoc configure.in Log: I don't know, how relative paths worked so far, while there were two basedirs (the dsssl dir and the $srcdir) for dsssl sheet includes. Just to make things consistent, I have "c

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

2002-07-25 Thread Gabor Hojtsy
gobaThu Jul 25 07:06:39 2002 EDT Modified files: /phpdoc configure.in Log: Removing (all these were already commented out for some time): - DTD checks (we use DocBook 4.1.2) - DSSSL sheets check (we have a DSSSL distro in dsssl/docbok) - DCL ch

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

2002-07-18 Thread Gregory Song
This works correctly now, thank you very much! Greg > Revcheck used the langcode, instead of the dirname, I have corrected this, > so you can try this out, after a cvs update. > > Goba > -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.ne

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

2002-07-18 Thread Gabor Hojtsy
> There seem to be some other problem with the code! > When I run 'make revcheck' in pypdoc root, I get: > > PHPDOCDIR=. ../phpdoc-tools/php.bat -c ./scripts -f ./scripts/revcheck.php > zh_ch > revcheck.html > make: *** [revcheck.html] Error 255 > > and all in the revcheck.html file is "The zh_cn

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

2002-07-18 Thread Gregory Song
gt; To: [EMAIL PROTECTED] > Subject: [PHP-DOC] cvs: phpdoc / configure.in > > > goba Thu Jul 18 06:37:44 2002 EDT > > Modified files: > /phpdoc configure.in > Log: > Try to give support for zh (Simlified Chineese) manual. > It's quite a big

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

2002-07-18 Thread Gabor Hojtsy
gobaThu Jul 18 06:37:44 2002 EDT Modified files: /phpdoc configure.in Log: Try to give support for zh (Simlified Chineese) manual. It's quite a big mess here, there are some conversions: hk => zh_hk tw => zh_tw zh => zh_cn It's not

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

2002-07-17 Thread Hartmut Holzgraefe
hholzgraWed Jul 17 09:12:47 2002 EDT Modified files: /phpdoc configure.in Log: disabled php version check for now Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.157 phpdoc/configure.in:1.158 --- phpdoc/configure.in:1.157 Wed Jul 17 06

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

2002-07-17 Thread Gabor Hojtsy
gobaWed Jul 17 06:37:15 2002 EDT Modified files: /phpdoc configure.in Log: Let configure find the iso entities here in phpdoc, instead of the phpdoc-tools folder. After a fresh update, now windows users can delete the iso-entities from "phpdoc-tools".

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

2002-07-14 Thread Gabor Hojtsy
gobaSun Jul 14 08:46:09 2002 EDT Modified files: /phpdoc configure.in Log: Adding zh charset support Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.155 phpdoc/configure.in:1.156 --- phpdoc/configure.in:1.155 Sat Jul 6 21:38:39 2002 +++ p

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

2002-07-08 Thread Sławomir Pucia
> Modified files: > /phpdoc configure.in > /phpdoc/scripts file-entities.php > Log: > this should fix the doc builds. YOU CAN NOT WRITE INTO $srcdir! Yess! :-) http://www.php.net/manual/de/build.log.gz >>> finished build at: Sun Jul 7 20:42:26 PDT 2002 >>> success

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

2002-07-06 Thread jim winstead
jimwSat Jul 6 21:38:40 2002 EDT Modified files: /phpdoc configure.in /phpdoc/scripts file-entities.php Log: this should fix the doc builds. YOU CAN NOT WRITE INTO $srcdir! Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.154 phpdoc/

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

2002-07-02 Thread jim winstead
jimwTue Jul 2 21:07:45 2002 EDT Modified files: /phpdoc configure.in Log: set proper encoding for ru translation Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.152 phpdoc/configure.in:1.153 --- phpdoc/configure.in:1.152 Tue Jun 11 06:52:

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

2002-05-31 Thread Thomas Schoefbeck
tom Fri May 31 17:04:18 2002 EDT Modified files: /phpdoc configure.in Log: implemented phpdoc-version of php.ini Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.150 phpdoc/configure.in:1.151 --- phpdoc/configure.in:1.150 Sat May 25 13:03:46 2

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

2002-05-19 Thread Thomas Schoefbeck
tom Sun May 19 14:25:45 2002 EDT Modified files: /phpdoc configure.in Log: integrate zendapi-figures Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.148 phpdoc/configure.in:1.149 --- phpdoc/configure.in:1.148 Thu May 2 05:38:41 2002 +++ phpd

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

2002-05-02 Thread Derick Rethans
derick Thu May 2 05:38:44 2002 EDT Modified files: /phpdoc configure.in Log: - Test before commit! Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.147 phpdoc/configure.in:1.148 --- phpdoc/configure.in:1.147 Thu May 2 05:25:22 2002 +++ phpdo

  1   2   3   >