Fabis94 Posted July 9, 2009 Share Posted July 9, 2009 On my Windows server getopt() is an unidentified function :/ Link to comment https://forums.phpfreaks.com/topic/165338-solved-getopt/ Share on other sites More sharing options...
PFMaBiSmAd Posted July 9, 2009 Share Posted July 9, 2009 Version Description 5.3.0 This function is no longer system dependent and works on Windows too. You need php 5.3.0 Link to comment https://forums.phpfreaks.com/topic/165338-solved-getopt/#findComment-871912 Share on other sites More sharing options...
Fabis94 Posted July 9, 2009 Author Share Posted July 9, 2009 Oh ok thanks. Link to comment https://forums.phpfreaks.com/topic/165338-solved-getopt/#findComment-871914 Share on other sites More sharing options...
trq Posted July 9, 2009 Share Posted July 9, 2009 Version Description 5.3.0 This function is no longer system dependent and works on Windows too. You need php 5.3.0 Sorry PFMaBiSmAd, I'm not sure where you source that. People have been posting help threads in the manual since 2004. You only need 4.3.0+ as fare as I can tell. To the OP, are you trying to use said function from within a web server environment? Its only makes sense within the cli, so maybe thats the only place it exists? Link to comment https://forums.phpfreaks.com/topic/165338-solved-getopt/#findComment-871915 Share on other sites More sharing options...
Fabis94 Posted July 9, 2009 Author Share Posted July 9, 2009 I read that getopt() didnt work on Windows before, but on other OS' and now on PHP 5.3. it works also on Windows so he is right Link to comment https://forums.phpfreaks.com/topic/165338-solved-getopt/#findComment-871951 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.