From:             zbarton at assettrust dot com
Operating system: windows
PHP version:      5.0.0
PHP Bug Type:     Feature/Change Request
Bug description:  php dir structure of zip file

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

-- 
Edit bug report at http://bugs.php.net/?id=29179&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=29179&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=29179&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=29179&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=29179&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=29179&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=29179&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=29179&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=29179&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=29179&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=29179&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=29179&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=29179&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29179&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=29179&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=29179&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=29179&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=29179&r=float

Reply via email to