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

2003-10-28 Thread changelog
changelog   Tue Oct 28 20:32:08 2003 EDT

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.326 ZendEngine2/ChangeLog:1.327
--- ZendEngine2/ChangeLog:1.326 Sat Oct 25 20:32:26 2003
+++ ZendEngine2/ChangeLog   Tue Oct 28 20:32:08 2003
@@ -1,3 +1,27 @@
+2003-10-28  Andi Gutmans  <[EMAIL PROTECTED]>
+
+* zend_language_parser.y:
+  - Head up! I'm reverting the patch which allows for expressions in constant
+  - declerations. Allowing the access of other constants in this code is
+  - flawed. We are reverting back to PHP 4's static scalars.
+  - Don't worry if you get the following msg when compiling:
+  - "zend_language_parser.y contains 3 useless nonterminals and 22 useless
+  rules"
+  - I didn't nuke the code in case we have some brilliant ideas after beta 2
+
+2003-10-28  Marcus Boerger  <[EMAIL PROTECTED]>
+
+* zend_interfaces.c:
+  Give some freedon to c iterators but not in userspace.
+
+2003-10-28  Shane Caraveo  <[EMAIL PROTECTED]>
+
+* zend_compile.c:
+  fix crash in do_implement_interface when compiling
+  pear/PHPUnit/Framework/TestCase.php line 63
+  while only interface_gets_implemented is the issue in this instance, both
+  these vars were unitialized, causing potential other issues
+
 2003-10-25  Marcus Boerger  <[EMAIL PROTECTED]>
 
 * zend_API.c
@@ -1916,7 +1940,7 @@
 2003-06-10  Jani Taskinen  <[EMAIL PROTECTED]>
 
 * zend_multiply.h:
-  - Missing $Id: ChangeLog,v 1.326 2003/10/26 00:32:26 changelog Exp $ tag
+  - Missing $Id: ChangeLog,v 1.327 2003/10/29 01:32:08 changelog Exp $ tag
 
 2003-06-10  James Cox  <[EMAIL PROTECTED]>
 
@@ -3640,7 +3664,7 @@
   zend_types.h
   zend_variables.c
   zend_variables.h:
-  - Added some missing CVS $Id: ChangeLog,v 1.326 2003/10/26 00:32:26 changelog 
Exp $ tags, headers and footers.
+  - Added some missing CVS $Id: ChangeLog,v 1.327 2003/10/29 01:32:08 changelog 
Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 


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

2003-10-28 Thread changelog
changelog   Tue Oct 28 20:32:05 2003 EDT

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1430 php-src/ChangeLog:1.1431
--- php-src/ChangeLog:1.1430Mon Oct 27 20:32:07 2003
+++ php-src/ChangeLog   Tue Oct 28 20:32:03 2003
@@ -1,3 +1,80 @@
+2003-10-28  Sara Golemon  <[EMAIL PROTECTED]>
+
+* ext/standard/user_filters.c:
+  Allow userfilter instantiation to programmatically fail by returning false.
+  Equivalent of Cspace filter "failure" by returning NULL.
+
+2003-10-28  Andi Gutmans  <[EMAIL PROTECTED]>
+
+* ZendEngine2/zend_language_parser.y:
+  - Head up! I'm reverting the patch which allows for expressions in constant
+  - declerations. Allowing the access of other constants in this code is
+  - flawed. We are reverting back to PHP 4's static scalars.
+  - Don't worry if you get the following msg when compiling:
+  - "zend_language_parser.y contains 3 useless nonterminals and 22 useless
+  rules"
+  - I didn't nuke the code in case we have some brilliant ideas after beta 2
+
+2003-10-28  Sara Golemon  <[EMAIL PROTECTED]>
+
+* main/streams/filter.c:
+  Stop looking once we've found a matching filter.
+
+* main/streams/filter.c:
+  Extend Filter matching to check wildcards at multiple levels.
+  Ex:  foo.bar.baz.bomb
+  Searches:
+   foo.bar.baz.bomb itself,
+   foo.bar.baz.*,
+   foo.bar.*, and
+   foo.*
+  
+  Also changed tempvar "char wildcard[128];" to an estrdup() to
+  deal with potential filternames longer than 127 bytes.
+
+2003-10-28  George Schlossnagle  <[EMAIL PROTECTED]>
+
+* NEWS:
+  note pcntl_wait()
+
+2003-10-28  Marcus Boerger  <[EMAIL PROTECTED]>
+
+* ZendEngine2/zend_interfaces.c:
+  Give some freedon to c iterators but not in userspace.
+
+2003-10-28  George Schlossnagle  <[EMAIL PROTECTED]>
+
+* ext/pcntl/config.m4
+  ext/pcntl/pcntl.c
+  ext/pcntl/php_pcntl.h:
+  Added pcntl_wait, a wraspper around wait()/wait3()
+
+2003-10-28  Shane Caraveo  <[EMAIL PROTECTED]>
+
+* ZendEngine2/zend_compile.c:
+  fix crash in do_implement_interface when compiling
+  pear/PHPUnit/Framework/TestCase.php line 63
+  while only interface_gets_implemented is the issue in this instance, both
+  these vars were unitialized, causing potential other issues
+
+2003-10-28  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+* ext/sqlite/libsqlite/src/btree_rb.c:
+  Fixed compiler warning.
+
+2003-10-28  Shane Caraveo  <[EMAIL PROTECTED]>
+
+* ext/dom/document.c:
+  fix win32 build
+
+2003-10-28  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+* NEWS
+  ext/standard/basic_functions.c
+  ext/standard/php_uuencode.h
+  ext/standard/uuencode.c:
+  By popular demand renaming uu(encode/decode) to convert_uu(encode/decode).
+
 2003-10-27  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
 
 * ext/standard/file.c:


Fw: This Week in The Space Review - 2003 October 27

2003-10-28 Thread LARRY KLAES
     - Original Message - From: [EMAIL PROTECTED] Sent: Tuesday, October 28, 2003 6:48 AM Subject: This Week in The Space Review - 2003 October 27  [ If you no longer wish to receive announcements from The Space Review,please follow the instructions at the end of this message. ]Welcome to this week's issue of The Space Review:The poor man's space program---The cost of building and launching spacecraft is prohibitive for students, but there is still a way to give them the experience of spaceflight. L. Paul Verhage reports on balloon-launched "near spacecraft" being built and flown by amateurs across the US.http://www.thespacereview.com/article/55/1Space technology and the developing world---Many developing countries have embarked on programs to build spacecraft or launch vehicles in a bid to gain international prestige. Jeff Foust reports on how some believe the money spent on those projects could be better used for space technology applications that offer greater benefits for those nations.http://www.thespacereview.com/article/54/1If you missed it, here's what we published last week:China, Shenzhou, and the ISS---China made spaceflight history last week with its first manned mission. Does Shenzhou 5 present a new opportunity to bring China into the International Space Station project? Some experts suggest this could be the casot}/db") if ($^O eq 'MSWin32') ;
   $db -> TableAttr ('*', '!Filter', 
   {
   'creationtime'  => [\¤t_time, undef, DBIx::Recordset::rqINSERT  ],
  @@ -140,7 +140,7 @@
language_id => $rec->{id},
description => $fdat{"description_$rec->{id}"},
url => $fdat{"url_$rec->{id}"} || $fdat{url},
  - heading => $fdat{"heading_$rec->{id}"}}) if 
($fdat{"heading_$rec->{id}"}) ;
  + heading => $fdat{"heading_$rec->{id}"}}) if 
($fdat{"heading_$rec->{id}"} || $fdat{"description_$rec->{id}"}) ;
   }
   
   $fdat{item_id} = $id ;
  
  
  
  1.1.2.3   +8 -10 embperl/eg/web/db/Attic/show.epl
  
  Index: show.epl
  ===
  RCS file: /home/cvs/embperl/eg/web/db/Attic/show.epl,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- show.epl  12 Feb 2002 16:55:01 -  1.1.2.2
  +++ show.epl  30 Jun 2002 13:33:09 -  1.1.2.3
  @@ -16,20 +16,18 @@
   
   
   [- $rec = $r -> {item_set}[$row] -]
  -[+ $rec -> {name} +]
  +[+ $rec -> {name} +]
   
   
   
   
  -
  -[= heading =]:[+ $rec -> {heading} +]
  -
  -
  -[= url =]:[+ $rec -> {url} +]
  -
  -
  -[= description =]:[+ do { $txt = $rec -> 
{description} ; $txt =~ s/\\n//g; $txt } +]
  -
  +[$foreach $type ('heading', 'url', 'description', 'keywords') $]
  +[$ if $txt = $r -> {category_set}{$type . '_text'} $]
  +
  +   [+ $txt +]:[- @txt = split 
(/\n/, $rec -> {$type}) -][$ foreach $t (@txt) $][+ $t +][$endforeach$]
  +
  +[$endif$]
  +[$endforeach$]
   
   
   
  
  
  
  No   revision
  
  
  No   revision
  
  
  1.1.2.1   +23 -0 embperl/eg/web/db/news/Attic/data.epd
  
  
  
  
  No   revision
  
  
  No   revision
  
  
  1.1.2.3   +1 -1  embperl/eg/web/db/sites/Attic/pod.xsl
  
  Index: pod.xsl
  ===
  RCS file: /home/cvs/embperl/eg/web/db/sites/Attic/pod.xsl,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- pod.xsl   24 Jun 2002 09:22:47 -  1.1.2.2
  +++ pod.xsl   30 Jun 2002 13:33:09 -  1.1.2.3
  @@ -35,7 +35,7 @@
 
    
   
  -<
 












Fw: This Week in The Space Review - 2003 October 27
LARRY KLAES


 






  
  





Reply via email to