domxml

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • tristan@med.usyd.edu.au

    #1

    domxml

    Im stumped.

    Ive been trying to get the php4 domxml extentions working but have had
    no luck.

    here is my Configure:
    ../configure --build=i386-redhat-linux --host=i386-redhat-linux
    --target=i386-redhat-linux-gnu --program-prefix= --prefix=/usr
    --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin
    --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include
    --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var
    --sharedstatedir=/usr/com --mandir=/usr/share/man
    --infodir=/usr/share/info --cache-file=../config.cache
    --with-config-file-path=/etc --with-config-file-scan-dir=/etc/php.d
    --enable-force-cgi-redirect --disable-debug --enable-pic
    --disable-rpath --enable-inline-optimization -with-bz2 --with-db4=/usr
    --with-curl --with-exec-dir=/usr/bin --with-freetype-dir=/usr
    --with-png-dir=/usr --with-gd=shared --enable-gd-native-ttf
    --without-gdbm --with-gettext --with-ncurses=shared --with-gmp
    --with-iconv --with-jpeg-dir=/usr --with-openssl --with-png
    --with-pspell --with-xml --with-expat-dir=/usr --with-dom=/usr
    --with-dom-xslt=/usr --with-dom-exslt=/usr --with-xmlrpc=shared
    --with-pcre-regex=/usr --with-zlib --with-layout=GNU --enable-bcmath
    --enable-exif --enable-ftp --enable-magic-quotes --enable-sockets
    --enable-sysvsem --enable-sysvshm --enable-track-vars
    --enable-trans-sid --enable-yp --enable-wddx
    --with-pear=/usr/share/pear --with-imap=shared --with-imap-ssl
    --with-kerberos --with-ldap=shared --with-mysql=shared,/usr
    --with-pgsql=shared --with-snmp=shared,/usr --with-snmp=shared
    --enable-ucd-snmp-hack --with-unixODBC=shared ,/usr
    --enable-memory-limit --enable-shmop --enable-calendar --enable-dbx
    --enable-dio --enable-mbstring=shared --enable-mbstr-enc-trans
    --enable-mbregex --with-mime-magic=/usr/share/file/magic.mime
    --with-pic --with-apxs2=/usr/sbin/apxs

    by default "--with-dom=/usr" is "--with-dom=shared,/usr " but neither
    seem to work.

    Any suggestions?

    [environment]
    php4.3.11
    Fedora Core 3 i386
    Apache 2

  • Carl Vondrick

    #2
    Re: domxml

    tristan@med.usy d.edu.au wrote:
    >php4
    PHP4? That thing is YEARS old. PHP5 is what you are going to want to
    use.

    If software doesn't work in PHP5, but does in PHP4, it's effectively
    junk (phpBB and cPanel, for example). The reason it doesn't work is
    because they are built using hacks and "exploits" in the language that
    have been fixed v5.

    Carl

    Comment

    • PTM

      #3
      Re: domxml

      "Carl Vondrick" <usenet@carlsof t.netwrote in message
      news:vmayg.1828 19$F_3.147396@n ewssvr29.news.p rodigy.net...
      tristan@med.usy d.edu.au wrote:
      >>php4
      >
      PHP4? That thing is YEARS old. PHP5 is what you are going to want to
      use.
      >
      If software doesn't work in PHP5, but does in PHP4, it's effectively junk
      (phpBB and cPanel, for example). The reason it doesn't work is because
      they are built using hacks and "exploits" in the language that have been
      fixed v5.
      >
      Carl
      Unfortunately some web hosts (like mine) are still running just php4. I only
      found out tho after developing my site under v5, grrrr

      Phil


      Comment

      • Ørjan Langbakk

        #4
        Re: domxml

        Den 27.07.2006 23:58, skriblet PTM følgende:
        "Carl Vondrick" <usenet@carlsof t.netwrote in message
        news:vmayg.1828 19$F_3.147396@n ewssvr29.news.p rodigy.net...
        >tristan@med.usy d.edu.au wrote:
        >>php4
        >PHP4? That thing is YEARS old. PHP5 is what you are going to want to
        >use.
        >>
        >If software doesn't work in PHP5, but does in PHP4, it's effectively junk
        >(phpBB and cPanel, for example). The reason it doesn't work is because
        >they are built using hacks and "exploits" in the language that have been
        >fixed v5.
        >>
        >Carl
        >
        Unfortunately some web hosts (like mine) are still running just php4. I only
        found out tho after developing my site under v5, grrrr
        Change hosts - it takes a day or so, maybe, before everything is up and
        running perfectly. Plenty of cheap, well-driven hosts around.

        --
        mvh
        Ørjan Langbakk

        株式会社キュービックでは「店舗・オフィス」を中心に、デザイン・マテリアル・カラー・ライティング・フォルムを創造・融合し、あらゆる都市空間のニーズにあった設計・施工を目指します。

        Comment

        • Carl Vondrick

          #5
          Re: domxml

          Ørjan Langbakk wrote:
          Change hosts - it takes a day or so, maybe, before everything is up and
          running perfectly. Plenty of cheap, well-driven hosts around.
          Agreed. If they haven't changed versions by now, they never will.

          Comment

          Working...