Opened 15 years ago
Closed 15 years ago
#20119 closed update (fixed)
php5: update to 5.3.0
Reported by: | simon+macports@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | simon+macports@…, jameskyle@…, luxuspur@…, marcin.zbijowski@…, ted@… | |
Port: | php5 |
Description
There's a new release of PHP5, PHP5.3.
A patch has been submitted.
Attachments (2)
Change History (16)
Changed 15 years ago by simon+macports@…
Attachment: | Portfile.diff added |
---|
comment:1 Changed 15 years ago by simon+macports@…
Cc: | simon+macports@… added |
---|
comment:2 Changed 15 years ago by jameskyle@…
Owner: | changed from macports-tickets@… to ryandesign@… |
---|
comment:5 follow-ups: 12 13 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Summary: | PHP5 Update → php5: update to 5.3.0 |
---|
Hooray! They've been working on 5.3.0 a long time. Glad it's final now.
The attached diff seems to be mostly the difference between php5 and php5-devel. While I will need to adopt changes from php5-devel into php5, the master_sites and livecheck changes should not be adopted by php5. I also want to deal with the fastcgi issue (fastcgi is now always built; we don't need to configure and build a second time) and the sockets variant issue (the sockets feature was moved to pecl) in php5-devel before updating php5 to 5.3.0 and adopting these changes.
comment:6 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Status: | new → assigned |
---|
comment:9 Changed 15 years ago by simon+macports@…
It appears I screwed up the patch, a new version will be added.
Changed 15 years ago by simon+macports@…
comment:10 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
It's alright, I am working on the port and will commit it when I'm satisfied with it. :)
comment:12 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Replying to ryandesign@…:
I also want to deal with the fastcgi issue (fastcgi is now always built; we don't need to configure and build a second time)
This turns out not to be true. I misunderstood the documentation. So no major changes are required to how we're handling fastcgi. I made minor changes in r53517.
comment:13 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Replying to ryandesign@…:
and the sockets variant issue (the sockets feature was moved to pecl)
They appear to have changed their minds on this. The sockets feature still exists in 5.3.
comment:14 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Updated php5 to 5.3.0 in r53563
Cc Me!