[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2004-10-16 Thread changelog
changelog   Sat Oct 16 20:35:48 2004 EDT

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1776r2=1.1777ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1776 php-src/ChangeLog:1.1777
--- php-src/ChangeLog:1.1776Thu Oct 14 20:36:24 2004
+++ php-src/ChangeLog   Sat Oct 16 20:35:47 2004
@@ -1,3 +1,21 @@
+2004-10-16  Andi Gutmans  [EMAIL PROTECTED]
+
+* ZendEngine2/zend_compile.c:
+  - One more test (WS)
+
+* ZendEngine2/zend_compile.c:
+  - WS fix to test commit
+
+2004-10-16  Anantha Kesari H Y  [EMAIL PROTECTED]
+
+* main/main.c
+  main/main.c:
+  Fix for Bug #30397
+
+* ZendEngine2/zend_compile.c
+  ZendEngine2/zend_compile.c:
+  Fix for 30457
+
 2004-10-14  Ilia Alshanetsky  [EMAIL PROTECTED]
 
 * NEWS
@@ -11560,7 +11578,7 @@
 2004-03-18  Pierre-Alain Joye  [EMAIL PROTECTED]
 
 * ext/gd/tests/bug27582_2.phpt:
-  - Fix the test description and $Id: ChangeLog,v 1.1776 2004/10/15 00:36:24 
changelog Exp $
+  - Fix the test description and $Id: ChangeLog,v 1.1777 2004/10/17 00:35:47 
changelog Exp $
 
 2004-03-18  Derick Rethans  [EMAIL PROTECTED]
 


[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2004-10-16 Thread changelog
changelog   Sat Oct 16 20:35:53 2004 EDT

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.570r2=1.571ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.570 ZendEngine2/ChangeLog:1.571
--- ZendEngine2/ChangeLog:1.570 Thu Oct 14 20:36:38 2004
+++ ZendEngine2/ChangeLog   Sat Oct 16 20:35:52 2004
@@ -1,3 +1,17 @@
+2004-10-16  Andi Gutmans  [EMAIL PROTECTED]
+
+* zend_compile.c:
+  - One more test (WS)
+
+* zend_compile.c:
+  - WS fix to test commit
+
+2004-10-16  Anantha Kesari H Y  [EMAIL PROTECTED]
+
+* zend_compile.c
+  zend_compile.c:
+  Fix for 30457
+
 2004-10-14  Marcus Boerger  [EMAIL PROTECTED]
 
 * zend_builtin_functions.c:
@@ -6033,7 +6047,7 @@
 2003-06-10  Jani Taskinen  [EMAIL PROTECTED]
 
 * zend_multiply.h:
-  - Missing $Id: ChangeLog,v 1.570 2004/10/15 00:36:38 changelog Exp $ tag
+  - Missing $Id: ChangeLog,v 1.571 2004/10/17 00:35:52 changelog Exp $ tag
 
 2003-06-10  James Cox  [EMAIL PROTECTED]
 
@@ -7757,7 +7771,7 @@
   zend_types.h
   zend_variables.c
   zend_variables.h:
-  - Added some missing CVS $Id: ChangeLog,v 1.570 2004/10/15 00:36:38 changelog 
Exp $ tags, headers and footers.
+  - Added some missing CVS $Id: ChangeLog,v 1.571 2004/10/17 00:35:52 changelog 
Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  [EMAIL PROTECTED]
 


[PHP-CVS] cvs: CVSROOT / loginfo.pl

2004-10-16 Thread Sascha Schumann
sas Sat Oct 16 17:51:21 2004 EDT

  Modified files:  
/CVSROOTloginfo.pl 
  Log:
  debugging
  
  
http://cvs.php.net/diff.php/CVSROOT/loginfo.pl?r1=1.71r2=1.72ty=u
Index: CVSROOT/loginfo.pl
diff -u CVSROOT/loginfo.pl:1.71 CVSROOT/loginfo.pl:1.72
--- CVSROOT/loginfo.pl:1.71 Sat Jul 31 20:13:41 2004
+++ CVSROOT/loginfo.pl  Sat Oct 16 17:51:21 2004
@@ -79,6 +79,9 @@
 
 # is this script already in the last changed directory?
 
+print DIRECTORY $directory\n;
+print LAST_DIR $last_directory\n;
+
 # exit if this isn't the last directory
 bail if($last_directory ne $directory);
 

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



[PHP-CVS] cvs: CVSROOT / commitinfo.pl loginfo.pl

2004-10-16 Thread Sascha Schumann
sas Sat Oct 16 18:02:26 2004 EDT

  Modified files:  
/CVSROOTcommitinfo.pl loginfo.pl 
  Log:
  debugging
  
  
http://cvs.php.net/diff.php/CVSROOT/commitinfo.pl?r1=1.6r2=1.7ty=u
Index: CVSROOT/commitinfo.pl
diff -u CVSROOT/commitinfo.pl:1.6 CVSROOT/commitinfo.pl:1.7
--- CVSROOT/commitinfo.pl:1.6   Tue Oct 12 10:32:34 2004
+++ CVSROOT/commitinfo.pl   Sat Oct 16 18:02:26 2004
@@ -5,6 +5,8 @@
 # Copyright (c) 1999, 2000 Sascha Schumann [EMAIL PROTECTED]
 use strict;
 
+print COMMITINFO [EMAIL PROTECTED];
+
 my $last_file = /var/cvs/lastdir;
 
 my $id = getpgrp();
http://cvs.php.net/diff.php/CVSROOT/loginfo.pl?r1=1.72r2=1.73ty=u
Index: CVSROOT/loginfo.pl
diff -u CVSROOT/loginfo.pl:1.72 CVSROOT/loginfo.pl:1.73
--- CVSROOT/loginfo.pl:1.72 Sat Oct 16 17:51:21 2004
+++ CVSROOT/loginfo.pl  Sat Oct 16 18:02:26 2004
@@ -16,6 +16,8 @@
 
 $SIG{PIPE} = 'IGNORE';
 
+print LOGINFO [EMAIL PROTECTED];
+
 my $last_file  = /var/cvs/lastdir;
 my $summary= /var/cvs/summary;
 my $smtpserver = 216.92.131.4;

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



[PHP-CVS] cvs: CVSROOT / commitinfo.pl loginfo.pl

2004-10-16 Thread Sascha Schumann
sas Sat Oct 16 18:06:03 2004 EDT

  Modified files:  
/CVSROOTcommitinfo.pl loginfo.pl 
  Log:
  debuggin
  
  
http://cvs.php.net/diff.php/CVSROOT/commitinfo.pl?r1=1.7r2=1.8ty=u
Index: CVSROOT/commitinfo.pl
diff -u CVSROOT/commitinfo.pl:1.7 CVSROOT/commitinfo.pl:1.8
--- CVSROOT/commitinfo.pl:1.7   Sat Oct 16 18:02:26 2004
+++ CVSROOT/commitinfo.pl   Sat Oct 16 18:06:03 2004
@@ -5,7 +5,7 @@
 # Copyright (c) 1999, 2000 Sascha Schumann [EMAIL PROTECTED]
 use strict;
 
-print COMMITINFO [EMAIL PROTECTED];
+print COMMITINFO .join( , @ARGV).\n;
 
 my $last_file = /var/cvs/lastdir;
 
http://cvs.php.net/diff.php/CVSROOT/loginfo.pl?r1=1.73r2=1.74ty=u
Index: CVSROOT/loginfo.pl
diff -u CVSROOT/loginfo.pl:1.73 CVSROOT/loginfo.pl:1.74
--- CVSROOT/loginfo.pl:1.73 Sat Oct 16 18:02:26 2004
+++ CVSROOT/loginfo.pl  Sat Oct 16 18:06:03 2004
@@ -16,7 +16,7 @@
 
 $SIG{PIPE} = 'IGNORE';
 
-print LOGINFO [EMAIL PROTECTED];
+print LOGINFO .join( , @ARGV).\n;
 
 my $last_file  = /var/cvs/lastdir;
 my $summary= /var/cvs/summary;

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



[PHP-CVS] cvs: CVSROOT / loginfo.pl

2004-10-16 Thread Sascha Schumann
sas Sat Oct 16 18:09:41 2004 EDT

  Modified files:  
/CVSROOTloginfo.pl 
  Log:
  debugging
  
  
http://cvs.php.net/diff.php/CVSROOT/loginfo.pl?r1=1.74r2=1.75ty=u
Index: CVSROOT/loginfo.pl
diff -u CVSROOT/loginfo.pl:1.74 CVSROOT/loginfo.pl:1.75
--- CVSROOT/loginfo.pl:1.74 Sat Oct 16 18:06:03 2004
+++ CVSROOT/loginfo.pl  Sat Oct 16 18:09:41 2004
@@ -16,7 +16,7 @@
 
 $SIG{PIPE} = 'IGNORE';
 
-print LOGINFO .join( , @ARGV).\n;
+print $$ LOGINFO .join( , @ARGV).\n;
 
 my $last_file  = /var/cvs/lastdir;
 my $summary= /var/cvs/summary;
@@ -252,7 +252,7 @@
 
 # send our email
 
-print Mailing the commit email to ;
+print $$ Mailing the commit email to ;
 for (@mailto) {
   print $_ ;
 }

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



[PHP-CVS] cvs: CVSROOT / loginfo.pl

2004-10-16 Thread Sascha Schumann
sas Sat Oct 16 18:21:43 2004 EDT

  Modified files:  
/CVSROOTloginfo.pl 
  Log:
  debugging
  
http://cvs.php.net/diff.php/CVSROOT/loginfo.pl?r1=1.75r2=1.76ty=u
Index: CVSROOT/loginfo.pl
diff -u CVSROOT/loginfo.pl:1.75 CVSROOT/loginfo.pl:1.76
--- CVSROOT/loginfo.pl:1.75 Sat Oct 16 18:09:41 2004
+++ CVSROOT/loginfo.pl  Sat Oct 16 18:21:43 2004
@@ -67,6 +67,12 @@
 open FC, $last_file.$id
or die last file does not exist;
 my $last_directory = FC;
+
+if ($last_directory eq undef) {
+   print LAST DIRECTORY IS EMPTY\n;
+   bail;
+}
+
 chop $last_directory;
 close FC;
 # remove the cvsroot from the front
@@ -91,9 +97,13 @@
 # before a line that begins with Log Message
 my ($logmsg,$tag) = get_log_message();
 
+print $$ before fork\n;
+
 # now we fork off into the background and generate the email
 exit 0 if(fork() != 0);
 
+print $$ after fork\n;
+
 $| = 1;
 
 #print Reading summary file\n;
@@ -350,5 +360,6 @@
 # eat STDIN (to avoid parent getting SIGPIPE) and exit with supplied exit code
 sub bail {
   my @toss = STDIN;
+  print $$ bailing\n;
   exit @_;
 }

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



[PHP-CVS] cvs: CVSROOT / loginfo.pl

2004-10-16 Thread Sascha Schumann
sas Sat Oct 16 18:30:42 2004 EDT

  Modified files:  
/CVSROOTloginfo.pl 
  Log:
  is exit 0 borked?
  
  
http://cvs.php.net/diff.php/CVSROOT/loginfo.pl?r1=1.76r2=1.77ty=u
Index: CVSROOT/loginfo.pl
diff -u CVSROOT/loginfo.pl:1.76 CVSROOT/loginfo.pl:1.77
--- CVSROOT/loginfo.pl:1.76 Sat Oct 16 18:21:43 2004
+++ CVSROOT/loginfo.pl  Sat Oct 16 18:30:42 2004
@@ -67,12 +67,6 @@
 open FC, $last_file.$id
or die last file does not exist;
 my $last_directory = FC;
-
-if ($last_directory eq undef) {
-   print LAST DIRECTORY IS EMPTY\n;
-   bail;
-}
-
 chop $last_directory;
 close FC;
 # remove the cvsroot from the front
@@ -100,7 +94,10 @@
 print $$ before fork\n;
 
 # now we fork off into the background and generate the email
-exit 0 if(fork() != 0);
+if(fork() != 0) {
+  print $$ exiting\n;
+  exit(0);
+}
 
 print $$ after fork\n;
 

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