php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #29179 php dir structure of zip file
Submitted: 2004-07-15 10:36 UTC Modified: 2004-07-15 10:51 UTC
From: zbarton at assettrust dot com Assigned:
Status: Not a bug Package: Feature/Change Request
PHP Version: 5.0.0 OS: windows
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: zbarton at assettrust dot com
New email:
PHP Version: OS:

 

 [2004-07-15 10:36 UTC] zbarton at assettrust dot com
Description:
------------
i noticed when up-zipping the php 5.0 zip file that the directory structure was different than that of the previous releases (eg 4.3.8)

in 4.3.8 the directory structure for extensions, dlls and sapi has changed. in 4.3.8 it is as follows:

{root}/extensions
{root}/dlls
{root}/sapi


but the 5.0 directory structure for extensions is now:

{root}/ext

all the sapi dlls are now placed in the {root} of the zip file, no "sapi" folder.

all the "normall" dlls (eg libmysql.dll) are also placed in the {root} folder, no "dlls" folder.

it seems messy to have the above files in the {root} directory and i would have thought it might be good to have the same directory structure between php releases.

any ideas why this has changed between 4.3.8 and 5.0?

thanks

zac barton


Reproduce code:
---------------
n/a

Expected result:
----------------
n/a

Actual result:
--------------
n/a

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-15 10:49 UTC] edink@php.net
How exactly is this a bug? Please use mailing lists and not the bug system for questions like this.
 [2004-07-15 10:51 UTC] zbarton at assettrust dot com
sorry

it was more of a suggestion than a question
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Jun 01 08:01:32 2024 UTC