php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #55880 Using tabs instead of spaces
Submitted: 2003-09-12 19:05 UTC Modified: 2003-09-26 04:54 UTC
From: mroch@php.net Assigned: hholzgra (profile)
Status: Closed Package: PECL_Gen (PECL)
PHP Version: Irrelevant OS:
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mroch@php.net
New email:
PHP Version: OS:

 

 [2003-09-12 19:05 UTC] mroch@php.net
Description:
------------
The whole package is using tabs instead of spaces for indentation.  Should be easy to fix for someone who knows how to write a batch replace script.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-09-15 04:36 UTC] hholzgra@php.net
the real problem is that PEAR requires a different coding
style (esp. TAB settings) as the PHP C source code and
that unlike within the PHP C source and DocBook XML
documentation there is no standard editor settings block
added to all PEAR source files

this makes compliance with PEAR coding styles rather
hard for us who spend more time within the PHP C source
than the PEAR PHP source ...

i'll re-format my stuff and add the needed editor settings
block for emacs to all files ...

BTW: you should *NEVER* try using indent on PHP source
as suggested in the PEAR manual, it will most likely to broken
code :(
 [2003-09-18 13:28 UTC] cox@php.net
You should try: http://www.phpedit.net/products/phpCodeBeautifier/ looks quiet impresive, it even comes with PEAR support.
 [2003-09-19 03:36 UTC] hholzgra@php.net
what is the license of this beast?

it is not mentioned on the website 
(unlike with phpedit itself where a license link is part of the product page navigation)

and downloading requires prior registration
which is not acceptable for finding out the license conditions IMHO
 [2003-09-26 04:54 UTC] hholzgra@php.net
should be fixed now, tabification and indentation for source
snippets is now dealt with in special reformating methods ...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 19:01:31 2024 UTC