[PHP-CVS] com php-src: fix 5.4.16 relase date: NEWS

2013-05-19 Thread Stanislav Malyshev
Commit:7c66c502d096a7a284711bf75af3ef70484a7125
Author:Stanislav Malyshev  Sun, 19 May 2013 23:55:12 
-0700
Parents:   b142e8825f35640c1a0c31fb9d7f657b95107e85
Branches:  PHP-5.4 PHP-5.5 master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=7c66c502d096a7a284711bf75af3ef70484a7125

Log:
fix 5.4.16 relase date

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 5aeb4c9..c7aff7f 100644
--- a/NEWS
+++ b/NEWS
@@ -25,7 +25,7 @@ PHP   
 NEWS
   . Fixed bug #64821 (Custom Exceptions crash when internal properties 
overridden).
   (Anatol)
 
-?? ??? 2013, PHP 5.4.15
+09 May 2013, PHP 5.4.15
 - Core:
   . Fixed bug #64578 (debug_backtrace in set_error_handler corrupts zend heap:
 segfault). (Laruence)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] svn: /SVNROOT/ global_avail

2013-05-19 Thread Ferenc Kovacs
tyrael   Sun, 19 May 2013 08:57:38 +

Revision: http://svn.php.net/viewvc?view=revision&revision=330288

Log:
the deed is done

Changed paths:
U   SVNROOT/global_avail

Modified: SVNROOT/global_avail
===
--- SVNROOT/global_avail2013-05-19 08:51:20 UTC (rev 330287)
+++ SVNROOT/global_avail2013-05-19 08:57:38 UTC (rev 330288)
@@ -430,7 +430,4 @@
 # for the transition to git, give dsp karma to everything
 avail|dsp

-# adding me here temporary so that I can remove the directories from svn which 
are already migrated to git
-avail|tyrael|gtk,phd,web,systems,php/phpruntests,php/php-src
-
 # vim:set ft=conf sw=2 ts=2 et:

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] svn: /SVNROOT/ global_avail

2013-05-19 Thread Ferenc Kovacs
tyrael   Sun, 19 May 2013 08:33:38 +

Revision: http://svn.php.net/viewvc?view=revision&revision=330286

Log:
also allow php/php-src to be removed

Changed paths:
U   SVNROOT/global_avail

Modified: SVNROOT/global_avail
===
--- SVNROOT/global_avail2013-05-19 08:32:25 UTC (rev 330285)
+++ SVNROOT/global_avail2013-05-19 08:33:38 UTC (rev 330286)
@@ -431,6 +431,6 @@
 avail|dsp

 # adding me here temporary so that I can remove the directories from svn which 
are already migrated to git
-avail|tyrael|gtk,phd,web,systems,php/phpruntests
+avail|tyrael|gtk,phd,web,systems,php/phpruntests,php/php-src

 # vim:set ft=conf sw=2 ts=2 et:

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] svn: /SVNROOT/ pre-commit

2013-05-19 Thread Ferenc Kovacs
tyrael   Sun, 19 May 2013 08:32:25 +

Revision: http://svn.php.net/viewvc?view=revision&revision=330285

Log:
allowing some people to commit to already migrated dirs

Changed paths:
U   SVNROOT/pre-commit

Modified: SVNROOT/pre-commit
===
--- SVNROOT/pre-commit  2013-05-19 08:09:14 UTC (rev 330284)
+++ SVNROOT/pre-commit  2013-05-19 08:32:25 UTC (rev 330285)
@@ -2,6 +2,7 @@
 http://git.php.net\n";);
+if (!in_array($commit_info['author'], $migrate_admins)) {
+foreach($migrated_repositories as $reponame) {
+if (strncmp($changed_path, $reponame, strlen($reponame)) === 0) {
+fail("This module now uses git. http://git.php.net\n";);
+}
 }
 }
+
 /* Tags checks disabled. Too many special cases, not enough people making this
 mistake to make the extra work worth it.


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] svn: /SVNROOT/ global_avail

2013-05-19 Thread Ferenc Kovacs
tyrael   Sun, 19 May 2013 08:09:14 +

Revision: http://svn.php.net/viewvc?view=revision&revision=330284

Log:
granting me additional karma so I can rm some already-migrated dirs from svn.

Changed paths:
U   SVNROOT/global_avail

Modified: SVNROOT/global_avail
===
--- SVNROOT/global_avail2013-05-19 02:54:42 UTC (rev 330283)
+++ SVNROOT/global_avail2013-05-19 08:09:14 UTC (rev 330284)
@@ -430,4 +430,7 @@
 # for the transition to git, give dsp karma to everything
 avail|dsp

+# adding me here temporary so that I can remove the directories from svn which 
are already migrated to git
+avail|tyrael|gtk,phd,web,systems,php/phpruntests
+
 # vim:set ft=conf sw=2 ts=2 et:

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php