Syntax help

[email protected] ("Brennan Fritz") Wed, 11 Mar 2009 14:39:30 +0200
Newsgroups php.gd.devel
Message-ID <4D8C1848241A48E4B43B58A42BDC0A13@NelsonLaptop>
Hi All.
 
What is the correct syntax in windows for extension_dir = 
In my case the path is c:\php\ext
 
Im just wondering if my syntax is correct  
 
extension_dir = "c:\php\ext" 
 
Or should it be extension_dir = c:\php\ext
 
Or maybe extension_dir = "c:/php/ext"
 
Im asking cause Ive seen them all used when goggling a problem im having
with My php_gd2.dll