[PHP-DEV] Bug #1030: Problem of size string variable From: prochazka <email protected>
Date: 01/05/99

From: prochazka <email protected>
Operating system: Linux
PHP version: 3.0.5
PHP Bug Type: Other
Bug description: Problem of size string variable

for example
$alias= passthru("aliasadm -l");
variable alias doesn't save all the data return by passthru("aliasadm -l");
whereas echo passthru("aliasadm -l"); work well

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>