CodeIgniter Forums
version > 4.5.1 zip is missing files - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9)
+--- Thread: version > 4.5.1 zip is missing files (/showthread.php?tid=91689)



version > 4.5.1 zip is missing files - sunchaser - 09-19-2024

Hi, i am upgrading CI manually. When i download the zip version > 4.5.1 some files are missing so I cannot copy them.
https://codeigniter.com/user_guide/installation/upgrade_451.html#project-files
For example 4.5.1 zip is missing the following files:

  1. phpunit.xml.dist
  2. .gitignore
  3. entire directory tests\


ecc.


RE: version > 4.5.1 zip is missing files - ozornick - 09-19-2024

Installation from the archive does not provide Composer. These files are not needed


RE: version > 4.5.1 zip is missing files - kenjis - 09-20-2024

In framework-4.5.1.zip, I see
- phpunit.xml.dist
- tests/

but as you say, there is no .gitignore.

If you want to get it,
see https://github.com/codeigniter4/framework/tree/v4.5.1


RE: version > 4.5.1 zip is missing files - sunchaser - 09-23-2024

(09-20-2024, 01:32 AM)kenjis Wrote: In framework-4.5.1.zip, I see
- phpunit.xml.dist
- tests/

but as you say, there is no .gitignore.

If you want to get it,
see https://github.com/codeigniter4/framework/tree/v4.5.1

I see it in the file list on github, but why if i select "Download Zip" .gitignore, .gitattributes are not present?

[Image: 4-5-1.png]


RE: version > 4.5.1 zip is missing files - ozornick - 09-23-2024

Files start with "dot" hidden? No?


RE: version > 4.5.1 zip is missing files - sunchaser - 09-23-2024

I checked, my options are showing hidden files, .files are not added to zip.

Tomorrow I will check it again

(09-23-2024, 10:29 AM)ozornick Wrote: Files start with "dot" hidden? No?

(09-23-2024, 10:48 AM)sunchaser Wrote: I checked, my options are set so hidden files are shown, I think that someohow .files are not added to zip.

But tomorrow I will check the zip again.



RE: version > 4.5.1 zip is missing files - kenjis - 09-23-2024

Because it is listed in .gitattributes:
https://github.com/codeigniter4/framework/blob/v4.5.1/.gitattributes