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

Bad parameter name generated when not unique. #1

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Bad parameter name generated when not unique. #1

wants to merge 1 commit into from

Conversation

AgentShark
Copy link

Your concatenation makes the additional prefix passed produce invalid queries.
From PHP Doc: string uniqid ([ string $prefix = "" [, bool $more_entropy = false ]] )

Desired: myParam5325b6e8ab205
Got: myParammyParam5325b6e8ab205

Your concatenation makes the additional prefix passed produce invalid queries.
From PHP Doc: string uniqid ([ string $prefix = "" [, bool $more_entropy = false ]] )

Desired: myParam5325b6e8ab205
Got:     myParammyParam5325b6e8ab205
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.

1 participant