Help for this page

Select Code to Download


  1. or download this
    sudo ./configure --prefix=/usr/local/embedphp --with-config-file-path=
    +/usr/local/embedphp/etc --with-config-file-scan-dir=/usr/local/embedp
    +hp/etc/php.d --enable-embed --enable-maintainer-zts --enable-dbase
    
  2. or download this
    87a88
    > my $static_library_path = '-Wl,-rpath,'.catdir $prefix, "lib";
    88a90
    > push @lddlflags, $static_library_path;
    
  3. or download this
    sudo patch --verbose --backup Makefile.PL < patch
    sudo PHP_CONFIG="/usr/local/embedphp/bin/php-config" perl Makefile.PL
    sudo PHP_CONFIG="/usr/local/embedphp/bin/php-config" make
    sudo make test
    sudo make install