Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default Php version

    Hello,

    I had php 4.3.8 and upgrade to php 4.3.9 under linux, but when i test it
    with a phpinfo() function via apache it still tells me that it is 4.3.8
    installed, under linux shell php -v returns the good version.

    Thanks.
    Lionel Valero Guest

  2. Similar Questions and Discussions

    1. #25558 [Csd]: Dbase Version Check added in 4.3.3 detecting bad version when using memo fields
      ID: 25558 Updated by: vlad@php.net Reported By: dsherron at nbc dot edu Status: Closed Bug Type: dBase...
    2. #25558 [Asn->Csd]: Dbase Version Check added in 4.3.3 detecting bad version when using memo fields
      ID: 25558 Updated by: vlad@php.net Reported By: dsherron at nbc dot edu -Status: Assigned +Status: ...
    3. #25558 [Asn]: Dbase Version Check added in 4.3.3 detecting bad version when using memo fields
      ID: 25558 Updated by: vlad@php.net Reported By: dsherron at nbc dot edu Status: Assigned Bug Type: ...
    4. #25558 [Opn->Asn]: Dbase Version Check added in 4.3.3 detecting bad version when using memo fields
      ID: 25558 Updated by: sniper@php.net Reported By: dsherron at nbc dot edu -Status: Open +Status: ...
    5. #25558 [Opn]: Dbase Version Check added in 4.3.3 detecting bad version when using memo fields
      ID: 25558 User updated by: dsherron at nbc dot edu Reported By: dsherron at nbc dot edu Status: Open Bug Type: ...
  3. #2

    Default Re: Php version

    On Tue, 28 Sep 2004 18:44:42 GMT, Lionel Valero <lionel.valero@polymtl.ca>
    wrote:
    >I had php 4.3.8 and upgrade to php 4.3.9 under linux, but when i test it
    >with a phpinfo() function via apache it still tells me that it is 4.3.8
    >installed, under linux shell php -v returns the good version.
    Did you stop and start Apache?

    --
    Andy Hassall / <andy@andyh.co.uk> / <http://www.andyh.co.uk>
    <http://www.andyhsoftware.co.uk/space> Space: disk usage analysis tool
    Andy Hassall Guest

  4. #3

    Default Re: Php version

    Hi,

    Actually the libphp4.so file is not produced during 'make' i changed in
    libtool : build_libtool_libs=yes.
    but i still cannot find the file.

    Regards

    Andy Hassall wrote:
    > On Tue, 28 Sep 2004 18:44:42 GMT, Lionel Valero <lionel.valero@polymtl.ca>
    > wrote:
    >
    >
    >>I had php 4.3.8 and upgrade to php 4.3.9 under linux, but when i test it
    >>with a phpinfo() function via apache it still tells me that it is 4.3.8
    >>installed, under linux shell php -v returns the good version.
    >
    >
    > Did you stop and start Apache?
    >
    Lionel Valero Guest

  5. #4

    Default Re: Php version

    make install and there is a libphp4.so

    /usr/local/src/php-4.3.9/.libs/libphp4.so
    /usr/local/src/php-4.3.9/libs/libphp4.so

    usr/local/apache/libexec/libphp4.so


    -rwxr-xr-x 1 root root 5330479 Sep 29 10:20 /usr/local/src/php-4.3.9/libs/libphp4.so
    -rwxr-xr-x 1 root root 5330479 Sep 29 10:57 /usr/local/apache/libexec/libphp4.so




    "Lionel Valero" <lionel.valero@polymtl.ca> wrote in message news:Hzi6d.33301$0f.14818@charlie.risq.qc.ca...
    > Hi,
    >
    > Actually the libphp4.so file is not produced during 'make' i changed in
    > libtool : build_libtool_libs=yes.
    > but i still cannot find the file.
    >
    > Regards
    >
    > Andy Hassall wrote:
    >
    > > On Tue, 28 Sep 2004 18:44:42 GMT, Lionel Valero <lionel.valero@polymtl.ca>
    > > wrote:
    > >
    > >
    > >>I had php 4.3.8 and upgrade to php 4.3.9 under linux, but when i test it
    > >>with a phpinfo() function via apache it still tells me that it is 4.3.8
    > >>installed, under linux shell php -v returns the good version.
    > >
    > >
    > > Did you stop and start Apache?
    > >
    Newsgroup Poster Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139