FreeBSD Bugzilla – Attachment 96287 Details for
Bug 134880
lang/php5 - PHP CLI interactive mode misbehaviour with readline module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 696 bytes, created by
Aragon Gouveia
on 2009-05-23 20:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Aragon Gouveia
Created:
2009-05-23 20:50:01 UTC
Size:
696 bytes
patch
obsolete
>--- Makefile.orig 2009-05-23 21:33:55.000000000 +0200 >+++ Makefile 2009-05-23 21:36:14.000000000 +0200 >@@ -45,7 +45,8 @@ > REDIRECT "Enable force-cgi-redirect support (CGI only)" off \ > DISCARD "Enable discard-path support (CGI only)" off \ > FASTCGI "Enable fastcgi support (CGI only)" on \ >- PATHINFO "Enable path-info-check support (CGI only)" on >+ PATHINFO "Enable path-info-check support (CGI only)" on \ >+ READLINE "Enable Readline support (CLI only)" on > > CONFLICTS= php4-4* > >@@ -73,6 +74,9 @@ > PHP_SAPI+= cli > PLIST_SUB+= CLI="" > MAN1+= php.1 >+.if defined(WITH_READLINE) >+CONFIGURE_ARGS+=--with-readline >+.endif > .else > PLIST_SUB+= CLI="@comment " > CONFIGURE_ARGS+=--disable-cli
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 134880
: 96287