php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #42769 autoconf and buildconf edit configure to delete the ^M
Submitted: 2007-09-26 20:41 UTC Modified: 2007-09-27 11:41 UTC
From: stephan dot tiedt at alice-dsl dot de Assigned:
Status: Closed Package: *Configuration Issues
PHP Version: 5.2.4 OS: Linux SuSE 10.2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: stephan dot tiedt at alice-dsl dot de
New email:
PHP Version: OS:

 

 [2007-09-26 20:41 UTC] stephan dot tiedt at alice-dsl dot de
Description:
------------
THIS happens with php5.2.4  and php5.2-200709261830 (your latest php)

I do everthing right, like in the describtion on
http://dev.mysql.com/doc/maxdb/de/da/9427423e29df2ce10000000a1550b0/content.htm
with ./buildconf --force etc.
-----------------------------------------------------
and than i try:

./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-maxdb=/opt/sdb/programs
-------------------------------------------------
and GET:

Thank you for using PHP.

Notice: Following unknown configure options were used:

--with-maxdb=/opt/sdb/programs

Check './configure --help' for available options
---------------------------------------------------
So how to make it with MaxDB-PHP extension ?


Expected result:
----------------
Thank you for using PHP.

Actual result:
--------------
Thank you for using PHP.

Notice: Following unknown configure options were used:

--with-maxdb=/opt/sdb/programs

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-09-26 21:06 UTC] stephan dot tiedt at alice-dsl dot de
i make a simple mensch@ratte-1 #autoconf 
and after this a ./buildconf --force again

Than i have to edit the configure - script with
vi configure
and %s/^M/\r/g

You must input the ^M  with [strg]+V [strg]+M


This is the way to MaxDB-PHP extension !
 [2007-09-27 11:41 UTC] jani@php.net
I've no idea what this 'maxdb' extension is, but it's propably just using the plain autoconf AC_ARG_WITH macro instead of the PHP wrapper PHP_ARG_WITH. It's just a warning. It has nothing to do with any line-endings..
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 03 18:01:34 2024 UTC