Wordpress/tools/i18n
Aaron Jorbin 4a60647ab7 Deprecate php4 style constructors
PHP7 is deprecating PHP4 style constructors, so we need to modify our code to have _construct methods that fire before the named PHP4 style constructors.  The PHP4 style constructors will call the PHP5 style constructor in case it is being called directly (usually via parent::METHOD).

This modifies external libraries to add PHP5 style constructors, but doesn't add a notice for when they are used.  In WordPress core code, PHP4 style constructors are being given a call to _deprecated_constructor. To the PHP4 style constructor I say "I know that I can't take no more | It ain't no lie | I wanna see you out that door | Baby, bye, bye, bye..."

Upstream: https://wiki.php.net/rfc/remove_php4_constructors

Props jdgrimes, netweb, jorbin
See #31982



git-svn-id: https://develop.svn.wordpress.org/trunk@32990 602fd350-edb4-49c9-b593-d223f7449a82
2015-06-28 15:26:41 +00:00
..
t i18n tools: Delete `data/not-gettexted-0-work.php`. 2015-02-22 12:55:34 +00:00
add-textdomain.php Deprecate php4 style constructors 2015-06-28 15:26:41 +00:00
extract.php i18n tools: Improve support for multi-line comments in StringExtractor. 2015-02-22 12:46:12 +00:00
makepot.php i18n tools: Sync makepot.php with i18n.svn. 2015-01-31 22:01:33 +00:00
not-gettexted.php
pot-ext-meta.php Fix strict notices in makepot. 2014-08-21 02:53:16 +00:00