php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #23496 Allow spaces in PHP_NEW_EXTENSION
Submitted: 2003-05-05 14:47 UTC Modified: 2009-04-14 14:48 UTC
From: bfrance@php.net Assigned:
Status: Wont fix Package: Feature/Change Request
PHP Version: 4.3.2RC2 OS: FreeBSD 4.3 or any unix based
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: bfrance@php.net
New email:
PHP Version: OS:

 

 [2003-05-05 14:47 UTC] bfrance@php.net
Can PHP_NEW_EXTENSION be changed to allow spaces?

This is valid:

PHP_NEW_EXTENSION(foo, foo.c, $ext_shared)

but this is invalid:

PHP_NEW_EXTENSION( foo, foo.c, $ext_shared )

Thanks,

Brian

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-05-06 03:34 UTC] derick@php.net
No, just don't use spaces there :)
 [2003-05-06 10:34 UTC] rasmus@php.net
I don't think this should be a "Won't Fix".  It would be nice to have not be whitespace-dependent as the WTF level of it is pretty high.  I agree that it isn't a crucial thing, but let's leave it open as a feature request in case someone feels inspired at some point.
 [2009-04-14 14:48 UTC] jani@php.net
This is not fixable in our stuff.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 12:01:29 2024 UTC