Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Work around old-style constructors in PGO training case #53

Closed
wants to merge 1 commit into from
Closed

Work around old-style constructors in PGO training case #53

wants to merge 1 commit into from

Conversation

cmb69
Copy link
Contributor

@cmb69 cmb69 commented Mar 31, 2019

class.php of the pgo01org training case still uses PHP 4 style
constructors, which trigger deprecation notices and as such may
negatively affect the optimization. Until this will be fixed upstream,
we're employing the workaround to modify the file during the PGO
initialization step.

class.php of the pgo01org training case still uses PHP 4 style
constructors, which trigger deprecation notices and as such may
negatively affect the optimization.  Until this will be fixed upstream,
we're employing the workaround to modify the file during the PGO
initialization step.
@weltling
Copy link
Member

Merged, thanks! Btw. no need to mention pr in the code, instead you could put closes #53 into the commit msg (see github docs).

Thanks.

@weltling weltling closed this Mar 31, 2019
@weltling
Copy link
Member

Ups, closes #51 i mean, the issue ticket.

Thanks.

@cmb69 cmb69 deleted the pgo01org-constructors branch March 31, 2019 12:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants