 |
|
 |
|
- Readme First! - Read and follow the rules, otherwise your posts will be closed |
|
|
|
|
|
There are currently, 161 guest(s) and 0 member(s) that are online.
You are Anonymous user. You can register for free by clicking here |
|
|
|
|
|
Software: PHP v4.3.2 Warning For Windows Platform Users |
|
Raven writes "PHP version 4.3.2, which is about to be released, has made some changes in the low level file handling process. As a result, there is a major change for Windows platform users. Any code that you have that uses the fopen('file','w'); call MUST BE CHANGED to fopen('file','wb'); or the file will be totally messed up. You should check ALL of the code you presently use that uses any PHP function call to open a file with 'w' and change it now to 'wb'. Then test your application to see if it still operates correctly. Assuming so, then you will not have any issues when v4.3.2 is released. You've been warned :)"
|
|
Posted on Thursday, May 22 @ 14:11:14 CEST by ArtificialIntel |
|
|
|
|
| |
|
| The comments are owned by the poster. We aren't responsible for their content. |
| | | | |
No Comments Allowed for Anonymous, please register | | | | |
Re: PHP v4.3.2 Warning For Windows Platform Users (Score: 1) by Mithoron on Saturday, May 24 @ 18:05:37 CEST (User Info | Send a Message) | I'm assuming this is for ALL files in our PHP-Nuke system...even the default ones, correcT?
Just want to make sure before I change something I shouldn't, hehehe... |
| | | | | |
|