改进:
06 Sep 2002, Version 4.2.3
- Enabled strcoll() on win32. (Markus)
- Fixed possible ASCII control char injection in mail(). (Stefan Esser)
- Fixed a potential crash bug in import_request_variables() (Zeev)
- Fixed several problems with directory functions on Windows. (Steph)
- Fixed xbithack bug in Apache module. (Rasmus)
- Fixed a bug that prevented touch() from working on various platforms. (Steph)
- Fixed ob_gzhandler()'s handling of requests that do have the Accept-Encoding
  header, but do not allow compression. (Zeev)
- Fixed several bugs in the multithreaded version that could cause random parse
  errors, especially on machines with multiple CPUs. (Zeev, Zend Engine)
- Fixed a build problem in bcmath. (Alan)
- Fixed several bzip2 issues. (Andrei, kalowsky)
- Fixed several COM issues. (Harald)
- Various exif fixes. (Marcus)
- Fixed domxml_xslt_process() and domxml_get_element_by_id() and several
  other issues in DOMXML. (Christian)
- Fixed DOMXML crash on removing previously created attributes. (Christian)
- Fixed crash when converting $GLOBALS to an object. (Zeev, Zend Engine)
- Fixed ImageCreateFromGD2Part() (Jani)
- Fixed a build issue in the IMAP extension under IRIX. (kalowsky)
- Fixed a bug in imap_last_error() (Jani)
- Various mbstring fixes. (Yasuo, Rui)
- Fixed a build problem in the mcal extension. (Jani)
- Made MySQL rollback open transactions when the request ends. (Georg)
- Fixed a crash in the shutdown order of the ODBC module. (kalowsky)
- Fixed PCRE build problems. ([email protected])
- Fixed a crash in pg_lo_write() (Yasuo)
- Fixed posix_isatty() and posix_ttyname(). (Markus)
- Fixed accidental pg_lo_import() API change. (Yasuo)
- Fixed ereg_replace() crash when the backreference number was greater than the 
  number of captured subpatterns. ([email protected])
- Fixed array_rand() on thread-safe platforms such as Windows. (Edin)
- Report the right exit code after a call to exit(). (Edin)
我试了一下,require("./../../fwfwfw.php");
本身并没有错误。阁下的代码是否有错?

解决方案 »

  1.   

    我的代码是没有错的
    也许是apache限制,还是管理员没有把我的目录设置为everyone吧
    但是确实4.2.3比4.2.2变了很多。
    有一点我到现在还搞不明白!
    配置一样的php.ini
    4.2.2可以以cgi模式运行
    但是4.2.3却不能
    只能用ISAPI运行两项比较重要的设置我说一下
    php.ini都是
    register_globals = on
    cgi.force_redirect = 04.2.2和4.2.3都是放在winnt目录下面奇怪,我现在的php以cgi模式运行居然出现
    *****************************
    Security Alert! The PHP CGI cannot be accessed directly. 
    This PHP CGI binary was compiled with force-cgi-redirect enabled. This means that a page will only be served up if the REDIRECT_STATUS CGI variable is set, e.g. via an Apache Action directive.For more information as to why this behaviour exists, see the manual page for CGI security.For more information about changing this behaviour or re-enabling this webserver, consult the installation file that came with this distribution, or visit the manual page.
    *********************************
    老大,我已经把
    cgi.force_redirect = 0
    还想我怎么样?
    更奇怪的是
    register_globals = on
    为了程序不能注册全局变量呢?
    全部要用$HTTP_??_VARS才能读到变量?
    晕装了ZendOptimizer却不能显示出来?版本是2.0.2我真搞不懂?
    好象整份php.ini都没有生效?没有起到什么作用?
    WHY???
      

  2.   

    把require("./../../fwfwfw.php");
    改成require("..//..//..//fwfwfw.php");呢??
    瞧瞧能不能用??
      

  3.   

    试将你的代码编译一下(用zend)
      

  4.   

    require的问题确实是服务器限制了
    现在的问题是我第二贴!
    1.不能用cgi模式运行
    2.不能注册全局变量
      

  5.   

    此版本确实有些怪,php.ini 中的extensions 下dll 默认时都是打开的,可是不知为什么用不了,前面的; 都己去掉,并且路径己配置对了
      

  6.   

    我装了,
    但是给我的感觉是整份php.ini都没有起到做作用,无论我改变里面什么
    有改等于没有改