ID:               39544
 User updated by:  ilya at lebedev dot net
 Reported By:      ilya at lebedev dot net
 Status:           Open
 Bug Type:         Unknown/Other Function
 Operating System: Gentoo Linux
 PHP Version:      5.2.0
 New Comment:

Configuration:
./configure --prefix=/usr/lib/php5 --host=i686-pc-linux-gnu
--mandir=/usr/lib/php5/man --infodir=/usr/lib/php5/info
--sysconfdir=/etc --cache-file=./config.cache --enable-maintainer-zts
--disable-cli --with-apxs2=/usr/sbin/apxs2
--with-config-file-path=/etc/php/apache2-php5
--with-config-file-scan-dir=/etc/php/apache2-php5/ext-active
--without-pear --enable-bcmath=shared --with-bz2=shared
--disable-calendar --with-curl=shared --with-curlwrappers
--disable-dbase --enable-exif=shared --without-fbsql --without-fdftk
--disable-filepro --enable-ftp=shared --with-gettext=shared
--without-gmp --disable-hash --without-hwapi --without-informix
--without-kerberos --enable-mbstring=shared --with-mcrypt=shared
--enable-memory-limit --with-mhash=shared --without-ming --without-msql
--without-mssql --with-ncurses=shared --with-openssl
--with-openssl-dir=/usr --enable-pcntl=shared --without-pgsql
--with-pspell=shared --without-recode --disable-shmop --without-snmp
--enable-soap=shared --enable-sockets=shared --without-sybase
--without-sybase-ct --disable-sysvmsg --disable-sysvsem
--disable-sysvshm --without-tidy --disable-wddx --with-xmlrpc=shared
--with-xsl=shared --with-zlib=shared --disable-debug
--enable-dba=shared --without-cdb --with-db4 --without-flatfile
--without-gdbm --without-inifile --without-qdbm --without-freetype-dir
--without-t1lib --disable-gd-jis-conv --disable-gd-native-ttf
--with-jpeg-dir=/usr --with-png-dir=/usr --without-xpm-dir --with-gd
--with-mysql=shared,/usr/lib/mysql
--with-mysql-sock=/var/run/mysqld/mysqld.sock
--with-mysqli=shared,/usr/bin/mysql_config --without-pdo-dblib
--with-pdo-mysql=shared,/usr --without-pdo-odbc --without-pdo-pgsql
--without-pdo-sqlite --with-readline --without-libedit --without-mm
--without-sqlite --with-zend-vm=SWITCH


Previous Comments:
------------------------------------------------------------------------

[2006-11-17 10:25:13] ilya at lebedev dot net

Description:
------------
Originally this bug has been submitted to
http://websvn.tigris.org/issues/show_bug.cgi?id=107

But later tests had to show, that it is not the WebSVN related problem,
but PHP related one.

I have wrote the simple shell script and called it from both command
line and using shell_exec, exec, passthru and `` functions.

All commandline calls were successful, both http/https/file URIs worked
nice.

Any calls from PHP - failed at the certain point.

Reproduce code:
---------------
svn-sh.sh
===
#!/bin/bash
svn export -r $1 $2 $3
===

fetch.php
===
shell_exec (dirname(__FILE__)."/svn-sh.sh 85
'http://svn.debugger.ru/repos/jslibs/Virtual%20Keyboard/tags/VirtualKeyboard.v2.3.0/'
'/tmp/wsvnnQ1cUd/VirtualKeyboard.v2.3.0' > /dev/null 2>&1 ");
===

Expected result:
----------------
Retrieve the complete repository tree, including external resources.

Actual result:
--------------
https repository location: 
no output

https-located resources, linked using the svn:external keyword:
no resources included


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=39544&edit=1

Reply via email to