发新话题
打印

delphi for php一天了,没成功run过

delphi for php一天了,没成功run过

1 点run没反应,没成功run过.
2 delphi for php 关闭是不是也有问题?


TOP

[attach]669[/attach]

点run 界面死了.
附件: 您所在的用户组无法下载或查看附件

TOP

如果你用的本站的 DelphiPHP1.0.5.577 版本, 那肯定是没反应.
因为这版是有问题的, 而且 CRSCrackerr.exe 还藏有木马.

建议改用 1.0.2.539 版,  这是目前较可靠的版本.

TOP

1.0.2.539 版,

我去找找


感谢.

TOP

注意修改httpd.conf文件

DocumentRoot "E:/Apache2.2/htdocs/D4PHPV~1/"

#
# Each directory to which Apache has access can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# features.  
#
<Directory />
    Options FollowSymLinks
    AllowOverride None
</Directory>

#
# Note that from this point forward you must specifically allow
# particular features to be enabled - so if something's not working as
# you might expect, make sure that you have specifically enabled it
# below.
#

#
# This should be changed to whatever you set DocumentRoot to.
#
<Directory "E:/Apache2.2/htdocs/D4PHPV~1/">

TOP

把调试工具的地址和IDE CLASS 设置一下.

TOP

把登录用户名改成administrator就行了
D4P中的APACHE 不认识中文路径.

TOP

我同意takaya的说法。
之前我碰到这种问题的解决方法是拿例程来页面来用。因为当时不明白原因,但例程全都可以用run。现在明白了就没有那么麻烦了。

TOP


我现在最愚蠢的方法
先安装DELPHI FOR PHP2.0
然后分别安装APACHE2+PHP5
调试APACHE2+PHP5
成功后,使用DELPHI FOR PHP2.0
来简单操作下编译的时候有个中文的选择……可以选择否(估计是安装网站上的简体中文的原因,导致语句里部分默认解释变成中文造成的)
然后就成功了……嘿嘿

TOP

发新话题