[TYPO3-50-general] Problems with PHP5.3alpha on windows

Malte Jansen mail at maltejansen.de
Mon Sep 15 22:46:13 CEST 2008


Hi!

For development on windows you can also use a very powerful small tool:

HardLink ShellExtension (search google for download)

It's freeware, which allows you to create Junction/Softlinks to 
directories in the windows file explorer (context menu)

So you can have following structure:

workspace-flow3/flow3-distribution-trunk/ (Eclipse project with svn)
workspace-flow3/SomePackage/ (Eclipse project with svn)


htdocs/
htdocs/Configuration/ (Junction -> 
workspace-flow3/flow3-distribution-trunk/Configuration/)
htdocs/Public/ (Junction -> 
workspace-flow3/flow3-distribution-trunk/Public/)
htdocs/Packages/FLOW3 (Junction -> 
workspace-flow3/flow3-distribution-trunk/Packages/FLOW3)
...
htdocs/Packages/SomePackage (Junction -> workspace-flow3/SomePackage)

Cheers,

Malte


Sebastian schrieb:
> I did forget something....
> 
> in php.ini the last backslash is not allowed, too.
> include_path = ".;C:\xampp\php\pear/"
> 
> It would be wise to search the whole php.ini for
> \"
> (doublequotes following a backslash)
> 
> Explanation by Bastian Waidelich
> "But it seems php 5.3alpha handles ini files differently. In the line
>    include_path = ".;C:\xampp\php\pear\"
> the last backslash escaped the quote, so everything after this line 
> would go into include_path and other settings are ignored.
> Solution: use double backslashes (\\) or forward slashes (/) instead of 
> one backslash."
> 


More information about the TYPO3-project-5_0-general mailing list