What do you mean by that, flip-flopflip-flop wrote: [UPDATE]At this time 02.05.06 06.37 (European time) there is no "clean" 1.2.6DEV (including CR LF) available.
Gruß Knut
Strange error on step=1
Re: [UPDATE]
Hi,
I think that´s a problem for some WIN-FTP programms.
See the posts above.
Gruß Knut
The last full stable version 1.26 at sourceforge.net hasn´t include the CR LF at "End Of Line".What do you mean by that, flip-flop
I think that´s a problem for some WIN-FTP programms.
See the posts above.
Gruß Knut
Last edited by flip-flop on Tue 2. May 2006, 16:09, edited 2 times in total.
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
- Oliver Georgi
- Site Admin
- Posts: 9907
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
Yes it´s my fault, but tell me please how did you describe this version? --- STABLE, official, unofficial or nothing???the last 1.2.6 is not called DEV anymore. So proof your infos before posting.
At 27/28.04 the text for this version sounds like this: "I have created a 1.2.6 release. Before this is published as official I would like it to be tested".I have created a patch for 1.2.x releases. Before this is published as official I would like it to be tested
I have tested it. Works fine for me and stable. Cache permanently disabled at all switches. Sites output feels a little bit slower. But it´s ok.
Gruß Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
- Oliver Georgi
- Site Admin
- Posts: 9907
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
- Oliver Georgi
- Site Admin
- Posts: 9907
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
@s_zwerg
What is the result using a binary ftp-transfer?
@Oliver Georgi -> A very good idea I think. Seems so the locally used software generates the problems.
Gruß Knut
What is the result using a binary ftp-transfer?
@Oliver Georgi -> A very good idea I think. Seems so the locally used software generates the problems.
Gruß Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Hi at all,
I have made a little test uploading a file via FTP during binary and text:
First 16 characters of the file: setup.func.inc.php
3C3F7068700D2F2A2A2A2A2A2A2A2A2A
Upload via FTP - mode Text:PHP can´t interpret this. No EOL he did found.
Upload via FTP - mode Binary:Thats better. But the right EOL at an unix maschine are the #0A.
Here it is: ------------------------------
First 16 characters of the file: setup.func.inc.php including #0D#0A from an older installation
3C3F7068700D0A2F2A2A2A2A2A2A2A2A
Upload via FTP - mode Text:Thats the right way. PHP interpreter has an correct EOL.
Upload via FTP - mode binary:Thats isn´t right but it works.
Gruß Knut
I have made a little test uploading a file via FTP during binary and text:
First 16 characters of the file: setup.func.inc.php
3C3F7068700D2F2A2A2A2A2A2A2A2A2A
Upload via FTP - mode Text:
Code: Select all
< ? p h p / * * * * * * * * *
3C3F7068702F2A2A2A2A2A2A2A2A2A
Upload via FTP - mode Binary:
Code: Select all
< ? p h p . / * * * * * * * * *
3C3F7068700D2F2A2A2A2A2A2A2A2A2A
Here it is: ------------------------------
First 16 characters of the file: setup.func.inc.php including #0D#0A from an older installation
3C3F7068700D0A2F2A2A2A2A2A2A2A2A
Upload via FTP - mode Text:
Code: Select all
< ? p h p . / * * * * * * * * *
3C3F7068700A2F2A2A2A2A2A2A2A2A2A
Upload via FTP - mode binary:
Code: Select all
< ? p h p . . / * * * * * * * *
3C3F7068700D0A2F2A2A2A2A2A2A2A2A
Gruß Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )