ID:               35304
 User updated by:  matteo at beccati dot com
 Reported By:      matteo at beccati dot com
 Status:           Bogus
 Bug Type:         PDO related
 Operating System: Debian GNU/Linux testing/etch
 PHP Version:      5CVS-2005-11-20 (snap)
 New Comment:

This is the awk related configure output:

checking for gawk... no
checking for nawk... nawk
checking if nawk is broken... no


And these are the only warnings printed to stderr:

configure: warning: You will need re2c 0.98 or later if you want to
regenerate PHP parsers.
configure: warning: flex versions supported for regeneration of the
Zend/PHP parsers: 2.5.4  (found: 2.5.31).


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

[2005-11-23 01:08:21] [EMAIL PROTECTED]

There is already a warning being output when mawk is used.

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

[2005-11-23 01:01:39] matteo at beccati dot com

I agree, but shouldn't configure fail in this case?

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

[2005-11-23 00:55:20] [EMAIL PROTECTED]

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

You are using an unsupported version on awk (please use GNU Awk) that
fails to generate a proper module dependancy list.

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

[2005-11-23 00:54:43] matteo at beccati dot com

In fact, after installing gawk, the php_builtin_extensions array looks
quite different:

zend_module_entry *php_builtin_extensions[] = {
        phpext_libxml_ptr,
        phpext_xml_ptr,
        phpext_tokenizer_ptr,
        phpext_standard_ptr,
        phpext_spl_ptr,
        phpext_simplexml_ptr,
        phpext_session_ptr,
        phpext_posix_ptr,
        phpext_pdo_ptr,
        phpext_pdo_sqlite_ptr,
        phpext_iconv_ptr,
        phpext_dom_ptr,
        phpext_date_ptr,
        phpext_ctype_ptr,
        phpext_pcre_ptr,

};

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

[2005-11-23 00:49:41] matteo at beccati dot com

# awk -W version
mawk 1.3.3 Nov 1996, Copyright (C) Michael D. Brennan

compiled limits:
max NF             32767
sprintf buffer      1020

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/35304

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

Reply via email to