On August 14, 2002 02:05 am, you wrote: > Hi Ilia, > > One of the compaliant about PHP is things has been > depreciated/changed w/o proper prior notice. Many > users are tried with the _bad_ practice AFAIK.
Well depreciation does not mean the functions were removed, it simply means that there is an advisory by developers indicating that the function MAY be removed at some future point. Now, if you consider other languages, or libraries like glibc for example, they do depreciate functions once in the blue moon. When that is done during compilation, unless error level is set to nill you would get a notice from the compiler indicating that a certain function has been depriciated and you should use function XYZ as an alternative. Perphaps, we should do the same for PHP? Ilia > Therefore, this is valid request :) > > I suggest you to open again. > > PS: If you are curious, check out how other languages > are doing and you'll see how poor PHP practice is. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php