[PHP] PHP 4.3.1, ini_set, ini_get, memory_limit, and max_input_time

2003-07-06 Thread Raymond C . Rodgers
or that might be specific to my OpenBSD/Apache server? (In short, will this work properly on the Red Hat Linux/Apache installation that this script will be placed on?) Or is this a known bug in PHP 4.3.1? (As I seem to have no problem with a few other ini_get() calls.) Or is this behavior just

[PHP] nl2br and

2003-06-27 Thread Raymond C. Rodgers
If unspecified, the call to nl2br() would continue to function as it always has. However if specified, and set to false, the function would return the HTML compliant break tag . Thoughts? Comments? -- Raymond C. Rodgers http://bbnk.dhs.org/~rrodgers/ http://www.j-a-n.net/ -- PHP Genera

[PHP] Date problems

2001-11-02 Thread Raymond C. Rodgers
#x27;m hoping it's just something simple that I'm doing wrong. Thanks, Raymond -- Raymond C. Rodgers [EMAIL PROTECTED] Home Page: http://bbnk.dhs.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

[PHP] Configuring PHP 5.0.2 on OpenBSD 3.6: png.h not found

2004-12-09 Thread Raymond C. Rodgers
ith-png=") I use for configure, I get png.h not found. I have done a bit of searching but haven't been able to come up with any other similar problems... Does anyone have any idea about how to correct this? Thanks, Raymond -- Raymond C. Rodgers <[EMAIL PROTECTED]> -- PHP General M

Re: [PHP] Configuring PHP 5.0.2 on OpenBSD 3.6: png.h not found

2004-12-12 Thread Raymond C. Rodgers
On Fri, 2004-12-10 at 13:23, Richard Lynch wrote: > Where exactly is png.h in your directory system? > If libpng is installed, it should be there. > > What are you using after the --with-png-dir= > Whatever you are using, it must be a directory far enough *above* png.h to > encompass not only '/in

[PHP] Apache 1.3x/PHP 5.0.3 404 error handler & posted data...

2005-07-09 Thread Raymond C. Rodgers
I'm trying to write an error handler in PHP to try to avoid sending the browser a 404 error message. Basically, if someone requests /whatever.html on the server and it doesn't exist, my 404 error handler checks to see if /whatever.php exists, if so, it then includes that file. That part works fine

Re: [PHP] Apache 1.3x/PHP 5.0.3 404 error handler & posted data...

2005-07-10 Thread Raymond C. Rodgers
On Sat, 2005-07-09 at 02:04 -0700, Rasmus Lerdorf wrote: > Raymond C. Rodgers wrote: > > I'm trying to write an error handler in PHP to try to avoid sending the > > browser a 404 error message. Basically, if someone > > requests /whatever.html on the server and it d