Re: [PHP-DEV] PHP 5.3.0, phar symlink breaks rpm building.

2009-07-02 Thread Rasmus Lerdorf
Xyntrix wrote:
> Congratulations on the 5.3 milestone!
> 
> Packaging the 5.3.0 stable release into an RPM (linux) will error as the 
> bin/phar symlink is created using the build-time path variable. This has been 
> submitted as bug:
> 
> http://bugs.php.net/bug.php?id=48740
> 
> Patch:
> 
> --- php-5.3.0/ext/phar/Makefile.frag.orig   2009-07-02 11:44:24.0 
> -0700
> +++ php-5.3.0/ext/phar/Makefile.frag2009-07-02 11:45:42.0 -0700
> @@ -43,4 +43,4 @@
>  install-pharcmd: pharcmd
> -...@$(mkinstalldirs) $(INSTALL_ROOT)$(bindir)
> $(INSTALL) $(builddir)/phar.phar $(INSTALL_ROOT)$(bindir)
> -   $(LN_S) -f $(INSTALL_ROOT)$(bindir)/phar.phar 
> $(INSTALL_ROOT)$(bindir)/phar
> +   $(LN_S) -f phar.phar $(INSTALL_ROOT)$(bindir)/phar
> 
> 
> I encourage this to be included in the next 5.3 release as it is likely cause 
> some woe for vendors that are packaging php. 
> 
> I didn't see any specific rpm building automation tests available and the 
> makerpm script included in the source is a bit dated. Would it be of any 
> benefit to the community to provide an updated reference spec file and 
> makerpm script for rpm capabable platforms?

Sure, I don't think we have been paying much attention to that.
Contributions would be welcome.

-Rasmus

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DEV] PHP 5.3.0, phar symlink breaks rpm building.

2009-07-02 Thread Xyntrix
Congratulations on the 5.3 milestone!

Packaging the 5.3.0 stable release into an RPM (linux) will error as the 
bin/phar symlink is created using the build-time path variable. This has been 
submitted as bug:

http://bugs.php.net/bug.php?id=48740

Patch:

--- php-5.3.0/ext/phar/Makefile.frag.orig   2009-07-02 11:44:24.0 
-0700
+++ php-5.3.0/ext/phar/Makefile.frag2009-07-02 11:45:42.0 -0700
@@ -43,4 +43,4 @@
 install-pharcmd: pharcmd
-...@$(mkinstalldirs) $(INSTALL_ROOT)$(bindir)
$(INSTALL) $(builddir)/phar.phar $(INSTALL_ROOT)$(bindir)
-   $(LN_S) -f $(INSTALL_ROOT)$(bindir)/phar.phar 
$(INSTALL_ROOT)$(bindir)/phar
+   $(LN_S) -f phar.phar $(INSTALL_ROOT)$(bindir)/phar


I encourage this to be included in the next 5.3 release as it is likely cause 
some woe for vendors that are packaging php. 

I didn't see any specific rpm building automation tests available and the 
makerpm script included in the source is a bit dated. Would it be of any 
benefit to the community to provide an updated reference spec file and makerpm 
script for rpm capabable platforms?

---
Michael McLane

On Tue, Jun 30, 2009 at 03:01 PM, Lukas Kahwe Smith  said:
> Hello!
> 
> The PHP Development Team would like to announce the immediate release  
> of PHP 5.3.0. This release is a major improvement in the 5.X series,  
> which includes a large number of new features and bug fixes.
> 
> Release Announcement: http://www.php.net/release/5_3_0.php
> Downloads:http://php.net/downloads.php#v5.3.0
> Changelog:http://www.php.net/ChangeLog-5.php#5.3.0
> 
> regards,
> Johannes and Lukas
> 
> -- 
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] PHP 5.3.0 Released!

2009-06-30 Thread Edward Z. Yang
Excerpts from Lukas Kahwe Smith's message of Tue Jun 30 09:01:16 -0400 2009:
> The PHP Development Team would like to announce the immediate release  
> of PHP 5.3.0. This release is a major improvement in the 5.X series,  
> which includes a large number of new features and bug fixes.

Congratulations on the release.  It's been a long road to PHP 5.3, and
even longer until its ubiquity, but for those early adopters these new
language features are much appreciated.

Cheers,
Edward

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DEV] PHP 5.3.0 Released!

2009-06-30 Thread Lukas Kahwe Smith

Hello!

The PHP Development Team would like to announce the immediate release  
of PHP 5.3.0. This release is a major improvement in the 5.X series,  
which includes a large number of new features and bug fixes.


Release Announcement: http://www.php.net/release/5_3_0.php
Downloads:http://php.net/downloads.php#v5.3.0
Changelog:http://www.php.net/ChangeLog-5.php#5.3.0

regards,
Johannes and Lukas

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] PHP 5.3.0

2009-06-10 Thread Johannes Schlüter
On Wed, 2009-06-10 at 10:59 -0400, Tom Boutell wrote:
> Thanks to all for their hard work on this release.
> 
> Will the cycle-breaking garbage collector be turned on as the
> compiled-in default and the recommended php.ini default?

Such a thing won't be changed silently before releasing, so you could
try and see ;-)

$ php -in | grep zend.enable_gc
zend.enable_gc => On => On

johannes



-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DEV] PHP 5.3.0

2009-06-10 Thread Tom Boutell
Thanks to all for their hard work on this release.

Will the cycle-breaking garbage collector be turned on as the
compiled-in default and the recommended php.ini default?

Please, please say yes. (:

-- 
Tom Boutell
P'unk Avenue
215 755 1330
punkave.com
window.punkave.com

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php