Fri Mar 21, 2014 1:56 pm |
Replies: 2 |
Views: 2891 |
|
 |
can you supplement nusphere distribution with php-cli, because it's absence means I cannot get php command line via php.exe.
|
Thu Mar 20, 2014 8:41 pm |
Replies: 9 |
Views: 3774 |
|
 |
thanks for showing me php on cmd.exe
C:\Program Files (x86)\NuSphere\PhpED>dir
Volume in drive C is ACER
Volume Serial Number is A4DC-28C4
Directory of C:\Program Files (x86)\NuSphere\Ph ...
|
Thu Mar 20, 2014 12:20 pm |
Replies: 1 |
Views: 3139 |
|
 |
----
confirm
when I run .php by pressing f7 or f9 I get error dialog box. I can press either <yes> or <no> and I think I get same results.
you may encounter problems running php b ...
|
Thu Mar 20, 2014 11:52 am |
Replies: 1 |
Views: 2480 |
|
 |
Does PhpED PHP 5.4 keeps a log of any PHP startup issues.
|
Thu Mar 20, 2014 11:51 am |
Replies: 4 |
Views: 2771 |
|
 |
Now mbstring works
If you are using php_exif then ensure that is loaded after php_mbstring
How
I see mbstring.dll in
C:\Program Files (x86)\NuSphere\PhpED\php54\extensions
and in ph ...
|
Thu Mar 20, 2014 11:48 am |
Replies: 9 |
Views: 3774 |
|
 |
Sounds like you want a Windows command window, not PhpED.
I tried both
nusphere/phped54/php.exe
and
cmd.exe
cd nusphere/phped54/
php.exe
but commands are not recognized.
For ...
|
Thu Mar 20, 2014 11:44 am |
Replies: 2 |
Views: 2614 |
|
 |
I have connected to mysql previously using nusphere because it is just hostname, username, dbname, password
but if I do something advanced like (phpunit) or (command line php) then libraries need t ...
|
Thu Mar 20, 2014 11:39 am |
Replies: 1 |
Views: 2780 |
|
 |
c:\program files (x86)\nusphere\phped\
can I use php.exe to type in php commands
because I can open php.exe and type but I do not get responses when I type a command and <enter>
exa ...
|
Thu Mar 20, 2014 11:38 am |
Replies: 7 |
Views: 3761 |
|
 |
13 articles in mysql help on nusphere
I do not know which one
|
Tue Mar 18, 2014 11:38 am |
Replies: 7 |
Views: 3761 |
|
 |
how can I use the php database tools
|
Tue Mar 18, 2014 11:35 am |
Replies: 2 |
Views: 2614 |
|
 |
settings->external tools
You will also find the MySQL database library paths in those settings.
I want to install mysql in phped without using another mysql
|
Sun Mar 16, 2014 8:59 pm |
Replies: 9 |
Views: 3774 |
|
 |
It will only work whilst debugging and whilst the PHP script is at a breakpoint; Immediate works by sending the statement through the debugger.
I want to type
pear install html_quickform2
in comm ...
|