Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Fix undefined constant name#103

Merged
kenguest merged 1 commit intopear:masterfromdamonto:master
Nov 29, 2019
Merged

Fix undefined constant name#103

kenguest merged 1 commit intopear:masterfromdamonto:master
Nov 29, 2019

Conversation

damonto
Copy link
Contributor

fix this warning.

enable igbinary serializer support? [no] :Warning: Use of undefined constant name - assumed 'name' (this will throw an Error in a future version of PHP) in PEAR/Builder.php on line 407Warning: Use of undefined constant name - assumed 'name' (this will throw an Error in a future version of PHP) in /usr/local/lib/php/PEAR/Builder.php on line 407enable lzf compression support? [no] :Warning: Use of undefined constant name - assumed 'name' (this will throw an Error in a future version of PHP) in PEAR/Builder.php on line 407Warning: Use of undefined constant name - assumed 'name' (this will throw an Error in a future version of PHP) in /usr/local/lib/php/PEAR/Builder.php on line 407enable zstd compression support? [no] :Warning: Use of undefined constant name - assumed 'name' (this will throw an Error in a future version of PHP) in PEAR/Builder.php on line 407Warning: Use of undefined constant name - assumed 'name' (this will throw an Error in a future version of PHP) in /usr/local/lib/php/PEAR/Builder.php on line 407

@kenguestkenguest merged commit3d70959 intopear:masterNov 29, 2019
@kenguest
Copy link
Member

Thanks@damonto !

@1ma
Copy link

1ma commentedFeb 24, 2020
edited
Loading

This warning became an error on PHP 8 and is preventing me from running pecl when I build the master branch of PHP (with the--with-pear flag). Unfortunately this hotfix was submitted 10 days after the newest release (v1.10.10 from Nov 19th 2019).

Could you please cut a new release@kenguest@ashnazg ? If there are any blockers I'd be happy to help.

@GrahamCampbell
Copy link
Contributor

👍 for a new release. This is now a flat out crash in PHP 8.

Fatal error: Uncaught Error: Undefined constant 'name' in /usr/local/lib/php/PEAR/Builder.php:405Stack trace:#0 /usr/local/lib/php/PEAR/Installer.php(1521): PEAR_Builder->build('/tmp/pear/temp/...', Array)#1 /usr/local/lib/php/PEAR/Installer.php(1416): PEAR_Installer->_compileSourceFiles('pecl.php.net', Object(PEAR_PackageFile_v2), '')#2 /usr/local/lib/php/PEAR/Command/Install.php(718): PEAR_Installer->install('/tmp/pear/downl...', Array)#3 /usr/local/lib/php/PEAR/Command/Common.php(270): PEAR_Command_Install->doInstall('install', Array, Array)#4 /usr/local/lib/php/pearcmd.php(317): PEAR_Command_Common->run('install', Array, Array)#5 /usr/local/lib/php/peclcmd.php(32): require_once('/usr/local/lib/...')#6 {main}  thrown in /usr/local/lib/php/PEAR/Builder.php on line 405

@ashnazg
Copy link
Member

I'll see if I can tackle it this coming week.

@ashnazg
Copy link
Member

Included in v1.10.11 release.

GrahamCampbell and 1ma reacted with rocket emoji

@1ma
Copy link

1ma commentedApr 11, 2020

Thanks@ashnazg.

Sorry to bother you again, but can you update to v1.10.11 the PHAR installer athttps://pear.php.net/install-pear-nozlib.phar that PHP uses when compiling from source?https://github.com/php/php-src/blob/master/pear/Makefile.frag#L10

@ashnazg
Copy link
Member

My bad... check it now,@1ma

1ma reacted with thumbs up emoji

1ma added a commit to 1ma/dockertronics that referenced this pull requestApr 11, 2020
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@kenguestkenguestkenguest approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

6 participants
@damonto@kenguest@1ma@GrahamCampbell@ashnazg@remicollet

[8]ページ先頭

©2009-2025 Movatter.jp