Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COI have looked at my php.ini file that MAMP runs and it does state the path include_path = ".:/Applications/MAMP/bin/php/php5.4.4/lib/php" so I am a bit confused. I added a file in the /Applications/MAMP/bin/php/php5.4.4/bin directory under phpDocumentor/phpDocumentor/phpdoc.inc and when I try to run phpdoc from Netbeans says it can find that file so you are right that it is just searching the bin folder. It is strange as if I run the file from the terminal it can find the phpdoc.inc file correctly. It just seems to be when I run from Netbeans that it fails.
      singulars
    2. COIt sounds like you may have multiple php.ini files, then. Your error above clearly shows that only "." is in that runtime include_path, so if you see it showing more in your php.ini file, then the IDE execution is not using that php.ini file. In Eclipse, when you define a given PHP executable, you have an option to specify the php.ini file it should use. Perhaps Netbeans has a similar option? A troubleshooting option is to run "php --ini" at command line to see what file it uses, then set up an execution of "php --ini" in Netbeans to see its result. I bet they show different answers ;-)
      singulars
    3. COYou are exactly right Netbeans is loading a different PHP executable file. Under Preferences > PHP > General, there is an option 'PHP 5 Interpreter' this is the location Netbeans is loading PHP from which was set to /usr/bin/php so I have set it to /Applications/MAMP/bin/php/php5.4.4/bin/php and it WORKS! Thanks for the help ashnazg.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload