[PHP-DEV] Bug #12151 Updated: http://www.php.net/FAQ.php#6.11 discrepancy From: goba <email protected>
Date: 07/14/01

ID: 12151
Updated by: goba
Reported By: pepper <email protected>
Status: Open
Old Bug Type: Website problem
Bug Type: Documentation problem
Operating System: Solaris 8 4/01
PHP Version: 4.0.6
New Comment:

This is the responsibility of the docteam now

Previous Comments:
------------------------------------------------------------------------

[2001-07-13 16:13:44] pepper <email protected>

        When I configured tried to configure mod_dav, it complained that apxs (1.3.20) was broken, and referred me to your FAQ. You suggest that the three lines below might have values of ' ', which isn't quite what I saw (all three were 'q()' in my copy). Don't know if this is a 1.3.20 change, or if I have a different problem, but wanted to report it. I did make your change, and mod_dav configured & compiled, so looks good so far.

my $CFG_CFLAGS_SHLIB = q(); # substituted via Makefile.tmpl
my $CFG_LD_SHLIB = q(); # substituted via Makefile.tmpl
my $CFG_LDFLAGS_SHLIB = q(); # substituted via Makefile.tmpl

------------------------------------------------------------------------

Edit this bug report at http://bugs.php.net/?id=12151&edit=1

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>