create_file_list errors [message #11149] |
Thu, 19 June 2003 18:31 ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
mal0rd
![United States United States](/forum/images/flags/us.png) Messages: 17 Registered: May 2003
Karma: 0
|
Junior Member |
|
|
When running create_file_list, one needs to use the "-q" option with `php` or they get a corrupted archive. I see the "-q" option is used in the shebang line, but it should also be mentioned in the README.
Second, when $magic_quotes_runtime equals "On" when create_file_list is run, and equals "Off" when install.php is run, the resulting files have escaped quotes in them, which makes them useless. This took me a while to track down this bug; I don't know how it should be dealt with. At least a mention in the README would be nice.
|
|
|
Re: create_file_list errors [message #11151 is a reply to message #11149] |
Thu, 19 June 2003 18:43 ![Go to previous message Go to previous message](/forum/theme/default/images/up.png) |
Ilia
![Canada Canada](/forum/images/flags/ca.png) Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
That's true if your are using php-cgi, and not php-cli which is the default cli php utility as of 4.3.0. But a good point non-the-less, I'll add a note about it to the readme file.
FUDforum Core Developer
|
|
|