Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add zf1s/zend-filter as required dependency to composer.json #2

Closed
wants to merge 1 commit into from

Conversation

Anyqax
Copy link

@Anyqax Anyqax commented Apr 3, 2021

ViewRenderer in zf1s/zend-controller directly depends on Zend_Filter Classes

ViewRenderer in zf1s/zend-controller directly depends on Zend_Filter Classes
Copy link

@dmnc dmnc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

falkenhawk added a commit that referenced this pull request Dec 12, 2022
- substr(): Passing null to parameter #1 ($string) of type string is deprecated
- strtolower(): Passing null to parameter #1 ($string) of type string is deprecated
- strlen(): Passing null to parameter #1 ($string) of type string is deprecated
- trim(): Passing null to parameter #1 ($string) of type string is deprecated
- str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated
- strstr(): Passing null to parameter #1 ($haystack) of type string is deprecated
- http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated
- current(): Calling current() on an object is deprecated
- preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated
- preg_match(): Passing null to parameter #4 ($flags) of type int is deprecated
- always construct Zend_Exception with string message, avoid null
- Implicit conversion from float-string "x.xyz" to int loses precision
- PDOStatement::fetch(): Passing null to parameter #2 ($cursorOrientation) of type int is deprecated
- ctype_space(): Argument of type null will be interpreted as string in the future
- file_get_contents(): Passing null to parameter #2 ($use_include_path) of type bool is deprecated
- imagefilledpolygon(): Using the $num_points parameter is deprecated
- Implicit conversion from float to int loses precision
- PDOStatement::bindParam(): Passing null to parameter #4 ($maxLength) of type int is deprecated
- preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated
- ctype_print(): Argument of type int will be interpreted as string in the future
- trim(): Passing null to parameter #1 ($string) of type string is deprecated
etc.
@smhg
Copy link

smhg commented Dec 13, 2023

@dmnc @falkenhawk can this be merged? Given that the version number is updated to the current version by @Anyqax?

@dmnc
Copy link

dmnc commented Dec 13, 2023

@smhg yes. It just better reflects the realities of the code.

@falkenhawk
Copy link
Member

falkenhawk commented Dec 13, 2023

I wasn't aware of this PR. If you have time, please submit a pull request to https://github.com/zf1s/zf1/pulls monorepo - this repo is readonly, updated automatically when new zf1s version is released

@smhg
Copy link

smhg commented Dec 13, 2023

Thank you for the quick response! I've created the PR.

@falkenhawk
Copy link
Member

closed in favor of zf1s/zf1#171

@falkenhawk falkenhawk closed this Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants