Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] What's the deal with HTTP_ACCEPT? (Was: Wanna see my open source project?)
- Date: Mon, 18 Aug 2008 19:13:53 +0900
- From: "Edmund Edgar" <lists@example.com>
- Subject: Re: [tlug] What's the deal with HTTP_ACCEPT? (Was: Wanna see my open source project?)
- References: <48A15C6C.2010607@articlass.org> <48A43932.6090405@articlass.org> <87myjfgw0d.fsf@uwakimon.sk.tsukuba.ac.jp> <20080814181314.0dd71775.jep200404@columbus.rr.com> <48A4F183.2040507@articlass.org> <1218856462.3150.9.camel@localhost.localdomain> <30ce84360808170313r613e51c4gb17344b5308c6436@mail.gmail.com> <48A8E1EA.3020900@articlass.org> <b4d277190808172031p1447c872x5ccf485ebe3e9009@mail.gmail.com> <20080818095057.edc26ce3.gstewart@bonivet.net>
2008/8/18 Godwin Stewart <gstewart@example.com>: > You want to take a look at your php.ini file and see what the > error_reporting value is. > > On the systems I administrate it's set to E_ALL & ~E_NOTICE. Or better still, keep the errors and have them logged to a file rather than sending them to the browser. You'll want: display_errors = Off ...and: log_errors = On ...then when you're developing, keep a watch on your error logs: tail -f /wherever/php/logs/your/errors If PHP is warning you about something, it very probably means there's something wrong with your code. (See Edward's explanation for why PHP is doing the right thing in this case.) And if there isn't, it's good to be aware of what warnings your application legitimately throws up so that if a user does something that causes actual errors you can tell them apart later when you look at your logs and try to figure out what's happened. Edmund Edgar lists@example.com http://www.socialminds.jp
- Follow-Ups:
- Re: [tlug] What's the deal with HTTP_ACCEPT? (Was: Wanna see my open source project?)
- From: Stephen J. Turnbull
- References:
- [tlug] Thunderbird RSS different from FireFox?
- From: Dave M G
- Re: [tlug] Thunderbird RSS different from FireFox?
- From: Dave M G
- Re: [tlug] Thunderbird RSS different from FireFox?
- From: Stephen J. Turnbull
- Sending Custom Headers (was Re: [tlug] Thunderbird RSS different from FireFox?)
- From: jep200404
- [tlug] Wanna see my open source project? (Was:Thunderbird RSS different from FireFox?)
- From: Dave M G
- Re: [tlug] Wanna see my open source project? (Was:Thunderbird RSS different from FireFox?)
- From: Kenneth M. Burling Jr.
- Re: [tlug] Wanna see my open source project? (Was:Thunderbird RSS different from FireFox?)
- From: Ian Wells
- [tlug] What's the deal with HTTP_ACCEPT? (Was: Wanna see my open source project?)
- From: Dave M G
- Re: [tlug] What's the deal with HTTP_ACCEPT? (Was: Wanna see my open source project?)
- From: Edmund Edgar
- Re: [tlug] What's the deal with HTTP_ACCEPT? (Was: Wanna see my open source project?)
- From: Godwin Stewart
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] What's the deal with HTTP_ACCEPT? (Was: Wanna see my open source project?)
- Next by Date: Re: [tlug] What's the deal with HTTP_ACCEPT? (Was: Wanna see my open source project?)
- Previous by thread: Re: [tlug] What's the deal with HTTP_ACCEPT? (Was: Wanna see my open source project?)
- Next by thread: Re: [tlug] What's the deal with HTTP_ACCEPT? (Was: Wanna see my open source project?)
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links