php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #12151 http://www.php.net/FAQ.php#6.11 discrepancy
Submitted: 2001-07-13 16:13 UTC Modified: 2002-01-26 13:17 UTC
From: pepper at mail dot rockefeller dot edu Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.0.6 OS: Solaris 8 4/01
Private report: No CVE-ID: None
 [2001-07-13 16:13 UTC] pepper at mail dot rockefeller dot edu
	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 

Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-14 05:14 UTC] goba@php.net
This is the responsibility of the docteam now
 [2002-01-26 13:17 UTC] philip@php.net
Modified in CVS.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Sep 09 04:01:28 2024 UTC