ID: 39004 User updated by: phpbugs at thequod dot de Reported By: phpbugs at thequod dot de -Status: Feedback +Status: Open Bug Type: *Compile Issues Operating System: Ubuntu Linux PHP Version: 5CVS-2006-09-30 (CVS) Assigned To: iliaa New Comment:
I've noticed it in php.cvs, but this as before the patch. config.nice looks ok: """ #! /bin/sh # # Created by configure './configure' \ '--enable-calendar' \ '--enable-exif' \ ... """ But in phpinfo it does not: Configure Command => '--enable-calendar' '--enable-exif' ... (missing the "./configure" command itself) Previous Comments: ------------------------------------------------------------------------ [2006-10-02 19:53:48] [EMAIL PROTECTED] Please try the next snapshot, I've applied one more fix. ------------------------------------------------------------------------ [2006-10-02 19:33:25] phpbugs at thequod dot de Not quite. There are now single quotes again, but the leading "./configure" is missing. If this is the desired behaviour (different to 5.1 at least), then ok. ------------------------------------------------------------------------ [2006-10-02 15:35:03] [EMAIL PROTECTED] This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. ------------------------------------------------------------------------ [2006-10-01 22:48:07] phpbugs at thequod dot de Also the initial "./configure" command is missing in the output after applying the patch. ------------------------------------------------------------------------ [2006-10-01 22:44:07] phpbugs at thequod dot de Better. But now all arguments are encapsulated in two single quotes, while they were given in one single quote before, e.g.: Configure Command => ''--enable-calendar'' ''--enable-exif'' ... ------------------------------------------------------------------------ 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/39004 -- Edit this bug report at http://bugs.php.net/?id=39004&edit=1
