I'm sorry, Gmail makes me do it!

2009/2/24 Ashley Sheridan <a...@ashleysheridan.co.uk>:
> On Tue, 2009-02-24 at 20:18 +0000, Lewis Wright wrote:
>> Forgot to click reply all! Sorry.
>>
>> ---------- Forwarded message ----------
>> From: Lewis Wright <lewiswri...@gmail.com>
>> Date: 2009/2/24
>> Subject: Re: [PHP] help installing phpDocumentor
>> To: a...@ashleysheridan.co.uk
>>
>>
>> Turn on notices and maybe even strict messages (in your development
>> environment), and PHP should warn you of any deprecated code.
>>
>> 2009/2/24 Ashley Sheridan <a...@ashleysheridan.co.uk>:
>> > On Tue, 2009-02-24 at 08:51 -0500, Bob McConnell wrote:
>> >> From: Jim Lucas
>> >> >
>> >> > I may be wrong, but I heard short tags were going the
>> >> >  way of the Dodo bird as of PHP6.
>> >>
>> >> This is not surprising. With the advent of XHTML, the short tag option
>> >> collides with another valid tag, "<?xml". So that option has to be
>> >> turned off as soon as you need any XML in your pages. I'm in the process
>> >> of correcting that in more than 150 files in one project alone. There
>> >> are two other bigger projects that require the same treatment. All three
>> >> also make extensive use of magic quotes and register_globals, which are
>> >> likewise becoming extinct.
>> >>
>> >> Which reminds me, where can I get a definitive list of all deprecated
>> >> features? In addition to identifying each feature, it should indicate
>> >> which release marked them deprecated, and which release will no longer
>> >> support them, if known.
>> >>
>> >> Bob McConnell
>> >>
>> > php.net is the best place to find details on what is deprecated, but
>> > afaik, it doesn't offer this in list form, but on each man page for a
>> > function, etc. you could download the offline documentation and do a
>> > search within all the files for the word 'deprecated'. ugly, but the
>> > best way i know of.
>> >
>> >
>> > Ash
>> > www.ashleysheridan.co.uk
>> >
>> >
>> > --
>> > PHP General Mailing List (http://www.php.net/)
>> > To unsubscribe, visit: http://www.php.net/unsub.php
>> >
>> >
>>
> And top posting too - special kinds of programmers hell have been
> reserved for less! ;)
>
>
> Ash
> www.ashleysheridan.co.uk
>
>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to