Hi all

I am sure this was decided upon long time ago, but there seem to be
few out there that do not want this...
should I revert array type hinting for internal functions or continue
adding them were appropriate while I add the argument info?

Just to be clear; I'm introducing array type hinting for all internal
functions expecting array and removing therefor useless array type
checks inside the functions.
These changes however introduce tiny backward compatibility break
since it'll emit E_RECOVERABLE rather than E_WARNING...

-Hannes

---------- Forwarded message ----------
From: Hannes Magnusson <[EMAIL PROTECTED]>
Date: Jun 15, 2006 6:25 PM
Subject: [PHP-CVS] cvs: php-src /ext/curl interface.c  /ext/dbase
dbase.c  /ext/gd gd.c
To: php-cvs@lists.php.net


bjori           Thu Jun 15 16:25:12 2006 UTC

 Modified files:
   /php-src/ext/dbase  dbase.c
   /php-src/ext/gd     gd.c
   /php-src/ext/curl   interface.c
 Log:
 Add array type hinting
 Remove unnecessary array checkes

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to