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.
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
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
#
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
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:
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
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=
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
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
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
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
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
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:
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
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
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
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
+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 :)
> +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_
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
+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
>>> +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_
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
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
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
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
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
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
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:
You removed a line, but added nothing in place?
Yes. It is defined earlier, this line only redefined it under some
circumstances.
ACK.
Goba
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
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
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
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
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/
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.
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:
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
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
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
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
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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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/
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
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
--
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
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
-
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
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
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
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
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
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
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
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,
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
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
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.
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
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
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
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
> 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
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
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
> 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
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
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
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
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
> 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
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
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
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
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".
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
> 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
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/
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:
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
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
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 - 100 of 206 matches
Mail list logo