Re: [PHP] Resource problem affecting Curl functions

2006-09-20 Thread Mark Krenz
at 12:12 , Mark Krenz wrote: > > I run a shared webserver with a few hundred vhost containers in > >Apache's config. > > Are these vhosts all contained in httpd.conf, or are they separate > files? > > Does it make a difference? > > -- > ...when you

[PHP] Resource problem affecting Curl functions

2006-09-19 Thread Mark Krenz
I run a shared webserver with a few hundred vhost containers in Apache's config. Recently I got to a point where I added enough vhosts to cause a problem with curl functions in PHP. Basically, when PHP tries to make the curl call to get the webpage, it just hangs the HTTP request to my webserv

Re: [PHP] security of uploaded gif files

2006-01-22 Thread Mark Krenz
Perhaps this would be a problem if you wrote a PHP program to reverse stenography on images it receives and execute them. ;-) On Sun, Jan 22, 2006 at 10:58:37AM GMT, Rory Browne [EMAIL PROTECTED] said the following: > I'd be a bit skeptical about the possibly of embedding PHP code inside > a

[PHP] proc_open and buffer limit?

2006-01-21 Thread Mark Krenz
I'm using PHP 5.1.1 on Apache 2.0.54 on Gentoo Linux. I've been trying to write a program to pass information to a program using proc_open, however when I do, it only passes the first 65536 bytes of the stream and then cuts off the rest. To make sure its not the program I'm trying to send to, I