search for: escapeshellargs

Displaying 4 results from an estimated 4 matches for "escapeshellargs".

Did you mean: escapeshellarg
2008 Oct 08
2
Weird problem in PHP 5.1.6/possible bug
I hit a weird problem with the default PHP 5.1.6 on CentoS 5.2. It seems the default 5.1.6 PHP on CentOS has a bug in the functions escapeshellargs/escapeshellcmd: it "gulps" any special (non-ASCII) characters, so that they are missing from the output. I have been assured that this does not happen on other 5.1.6 or newer on other Linux distributions. I don't see this behavior with the exact same $LANG setting (en_US.UTF8) on...
2007 Dec 06
0
Too many open files leads to timeout exceptions in Mechanize/Net::HTTP?
I''m experiencing an issue where my get/submit calls to the Mechanize agent are leading to timeout exceptions when the ruby script has too many open file descriptors ( > 1000). However, I''m not seeing anything about an overstep violation sent anywhere to syslog, and no error message sent to stdout. The process has the large amount of open files because it''s
2004 Dec 12
1
I'm stumped
I am trying to use the simple CID name management script on the wiki. http://www.voip-info.org/wiki-Asterisk+tips+managing+CID+names I can not see what is wrong. The values never get entered in the database. Here are the files: I have asterisk running as the user asterisk also. ---cid-store.php---- <HTML> <HEAD> <TITLE>Storing Asterisk CID data</TITLE> </HEAD>
2013 Feb 07
0
smbclient php extension
...good place to ask but don't know where to... It would be great to have a compiled native php smbclient extension. Several people, including owncloud, still use Victor M. Varela, php library (which use exec smbclient) to access smb files. This is not optimized, and not usable if you disable escapeshellargs on your system. There was a project to build a native extension but it doesn't implement everything and hasn't changed for years : https://github.com/eduardok/libsmbclient-php If someone had the skills to build it, it would be very useful for the community. Unfortunately, i'm reall...