[Typo3-dev] Next version of Typo3

Vyacheslav V. Anisimov v.anisimov at oxy.com.ru
Fri Aug 29 13:56:42 CEST 2003


>>   3. Mass-hosting friendly.
>> 
>>      One instanse Typo3 per web-server with many different
>>      virtual hosts.
>> 
>>      Please see the SSR project to understand how may do it
>>      ( http://sourceforge.net/projects/ssrtech/ ).
bvte> What seems to be the problem?? This can be one already.


Please describe here how to do it.
By symbolic liks under UNIX? Wrong way!

If you will spend a little time, downloads and installs
the specified project (SSR), you will see how can be made more
convenient scheme of installation.


>>   4. No directory doubling in Typo3 distribution.
bvte> Directory doubling?


Read "Inside Typo3". 4.1.1 Folders in typo3_src-xxx.
"typo3/t3lib = t3lib (softlinked from ../t3lib/)"

You may not use of symbolic links and solve it by PHP code.
This is more friendly way for Win32-users.


>>   5. Full compatiblity with Win32.
bvte> Is this not so?


No, of course. Many patches needed for normal executing Typo3 under Win32.
Main issues:

1. Function "is_execute" is not implemented in Win32 PHP.

   Citation from PHP Manual: "is_execute became available with Windows
   in PHP version 5.0.0". Is new version of Typo3 support PHP5?

2. Function "recode_string".

   Citation from PHP Manual: "This extension is not available
   on Windows platforms."

   Please see source code of phpMyAdmin to understand how need to
   coding platform independed recoding functions.

3. Class "class.tslib_fe.php".

   Logical error in function "checkAlternativeIdMethods" which
   disables using simulateStaticDocuments under Windows.


--
Vyacheslav.






More information about the TYPO3-dev mailing list