[PHP-DEV] Error Handling

2002-04-02 Thread Adam Voigt
log after each error entry (I know there is probably a way to do it with some combination of OR and die(customError()) or something, but it would be nice if the built in error handling could do it.). Thanks, Adam Voigt [EMAIL PROTECTED] -- PHP Development Mailing List <http://www.php.net/&

Re: [PHP-DEV] sections in httpd.conf?

2002-04-09 Thread Adam Voigt
s/mod/mod_vhost_alias.html) which allows you to just create a directory of like "whatever.com" under whatever web path you specify, and poof, that domain is setup. It's a lot safer to have Apache do such things then PHP or even Perl, messing with the Apache config file. Adam Voigt [EMAIL P

Re: [PHP-DEV] possible dos attack

2002-07-16 Thread Adam Voigt
using FreeTDS to connect to a Microsoft SQL Server what version are you running? Adam Voigt [EMAIL PROTECTED] On Mon, 2002-07-15 at 13:17, Dan Stromberg wrote: > We have a bunch of apache servers here with php compiled in. > > They keep dying. I think they're all tending to die at

Re: [PHP-DEV] www.php.net site not responding

2002-07-22 Thread Adam Voigt
Thats why I always use a mirror. Try: http://us2.php.net/ Adam Voigt [EMAIL PROTECTED] On Mon, 2002-07-22 at 11:02, Monte Ohrt wrote: > I see, it also took down smarty.php.net with it :( I suppose there is > only one physical server at our disposal? > > Monte > > > [E

Re: [PHP-DEV] Fw: [ANNOUNCE] PHP Security Advisory: Vulnerabilityin PHP versions 4.2.0 and4.2.1

2002-07-23 Thread Adam Voigt
This isn't a hacking board, if you want to break the law, learn how to do it somewhere else. Adam Voigt [EMAIL PROTECTED] On Tue, 2002-07-23 at 10:49, Anil Garg wrote: > Hi, > > I am not an expert in php but i would like to know how is the vulnerability > exploited. > >

[PHP-DEV] URL Rewriting Possible Bug

2002-09-10 Thread Adam Voigt
e[4] + "')> "+foldersNode[3]+"") And that one throws Javascript errors. We know we can turn off URL Rewrite on that one page or the entire site, or the entire server, are possibly even use cookies, but it would be nice if it would not attempt to parse it, since it doe

Re: [PHP-DEV] Thread Reading

2002-09-19 Thread Adam Voigt
Newbie's or people seeking help with bad security standards, could give away the password to there SQL server, etc. Maybe the phps parser or whatever it's called should automatically *** out the password fields of all the db, ftp, etc. calls. Adam Voigt [EMAIL PROTECTED] On Thu, 200

[PHP-DEV] Perl-Like Pre-Destined Array Designation

2002-10-23 Thread Adam Voigt
he explode function without having to set it to a variable. I know PHP doesn't support this, but my question is, are you going to add it? I just ask because I have seen several cases were I would have liked that ability but wasn't able to. Adam Voigt [EMAIL PROTECTED] P.S. Thanks for PHP by th