Community
Participate
Working Groups
Build Identifier: 20100617-1415 My debugging of a local CLI script (symfony task) halts with the error: Call to undefined function ctype_digit() in $HOME/lib/vendor/symfony/lib/command/sfFormatter.class .php on line 29 Anyone seen this error or know how to fix it? I see nothing in my php.ini fie related to it (on my local working CLI executable, not the debugger executable). I tried downloading the package, all of PDT, from another site, got same error. Google search turned up nothing. Searching this site turned up nothing. Also, how to set different php.ini files? Using: Version: Helios Release Build id: 20100617-1415 PHP Development Tools (PDT) SDK Feature 2.2.0.v20100519-1400-53-84QAN2IGRoLXQNHWOXe1La9Od org.eclipse.php.sdk.feature.group Reported as plugin in Eclipse Zend Debugger for Linux x86 (Fragment) 5.2.15.v20081217 But the DEBUGGER configuration popup reports version CLI 5.2.8 with the above php version. [Updated on: Tue, 06 July 2010 01:59] Reproducible: Always Steps to Reproduce: 1.Setup a Symfony project 2.Run any of the base task on command line 3.I will help somebody set up, or send in, a sumfony project
I will set up a totally blank, minimalist symfony install, make it as location neutral as possible, .tgz it, and supply a web location to download it. It'd be nice to be able to attach files here: Storage is cheap.
this is definitely not related to PDT, but to the user execution environment. Closing as invalid. as a side note - please confirm that the extension ctype is installed. can you provide the loaded extensions? (get_loaded_extensions())
Closing the bug (no response anyway)