|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-07-15 10:49 UTC] edink@php.net
[2004-07-15 10:51 UTC] zbarton at assettrust dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 02 09:00:01 2025 UTC |
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