PHP webDAV

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zed090
    New Member
    • Feb 2007
    • 2

    #1

    PHP webDAV

    hai all, i'm newbie of php.
    i want to accessing webdav using php, i've found phpwebdav-0.0.6 at http://www.azzit.de/phpwebdav/ and i've compile it but some errors occurs after 'make' command:
    configure command : ./configure --with-php-config=/usr/local/php4/bin/php-config --enable-libxml
    phpwebdav.c:832 : warning: initialization makes integer from pointer without a ca
    st
    phpwebdav.c:832 : initializer element is not computable at load time
    phpwebdav.c:832 : (near initialization for `phpwebdav_modu le_entry.size')
    phpwebdav.c:833 : warning: initialization makes integer from pointer without a ca
    st
    phpwebdav.c:834 : warning: initialization makes integer from pointer without a ca
    st
    phpwebdav.c:834 : initializer element is not computable at load time
    phpwebdav.c:834 : (near initialization for `phpwebdav_modu le_entry.zend_d ebug')
    phpwebdav.c:835 : warning: initialization makes integer from pointer without a ca
    st
    phpwebdav.c:835 : initializer element is not computable at load time
    phpwebdav.c:835 : (near initialization for `phpwebdav_modu le_entry.zts')
    phpwebdav.c:836 : warning: initialization from incompatible pointer type
    phpwebdav.c:837 : warning: initialization from incompatible pointer type
    phpwebdav.c:838 : warning: initialization from incompatible pointer type
    make[1]: *** [phpwebdav.slo] Error 1
    make[1]: Leaving directory `/root/src/from-dhe/phpwebdav-0.0.6'
    make: *** [all-recursive] Error 1

    my system : redhat 9,httpd-2.2.4 php-4.4.4

    is anyone have some suggestions or have tried and applied this phpwebdav ? i've emailed the author but his mail account can't received an email.

    thanks all.sorry for my poor in english.
  • Motoma
    Recognized Expert Specialist
    • Jan 2007
    • 3236

    #2
    Originally posted by zed090
    hai all, i'm newbie of php.
    i want to accessing webdav using php, i've found phpwebdav-0.0.6 at http://www.azzit.de/phpwebdav/ and i've compile it but some errors occurs after 'make' command:
    configure command : ./configure --with-php-config=/usr/local/php4/bin/php-config --enable-libxml
    phpwebdav.c:832 : warning: initialization makes integer from pointer without a ca
    st
    phpwebdav.c:832 : initializer element is not computable at load time
    phpwebdav.c:832 : (near initialization for `phpwebdav_modu le_entry.size')
    phpwebdav.c:833 : warning: initialization makes integer from pointer without a ca
    st
    phpwebdav.c:834 : warning: initialization makes integer from pointer without a ca
    st
    phpwebdav.c:834 : initializer element is not computable at load time
    phpwebdav.c:834 : (near initialization for `phpwebdav_modu le_entry.zend_d ebug')
    phpwebdav.c:835 : warning: initialization makes integer from pointer without a ca
    st
    phpwebdav.c:835 : initializer element is not computable at load time
    phpwebdav.c:835 : (near initialization for `phpwebdav_modu le_entry.zts')
    phpwebdav.c:836 : warning: initialization from incompatible pointer type
    phpwebdav.c:837 : warning: initialization from incompatible pointer type
    phpwebdav.c:838 : warning: initialization from incompatible pointer type
    make[1]: *** [phpwebdav.slo] Error 1
    make[1]: Leaving directory `/root/src/from-dhe/phpwebdav-0.0.6'
    make: *** [all-recursive] Error 1

    my system : redhat 9,httpd-2.2.4 php-4.4.4

    is anyone have some suggestions or have tried and applied this phpwebdav ? i've emailed the author but his mail account can't received an email.

    thanks all.sorry for my poor in english.
    These all appear to be warinings...are you sure the make did not succeed?

    Comment

    Working...