> Like every shell application, the PHP binary accepts a number of > arguments but your PHP script can also receive arguments. The number of > arguments which can be passed to your script is not limited by PHP (the > shell has a certain size limit in the number of characters which can be > passed; usually you won't hit this limit). The arguments passed to your This limitation is probably related to the stack size. If one has an extreme memory need for passing command line args, then one might consider to change the stack size for the command shell it self. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php