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

2002-06-29 Thread changelog

changelog   Sat Jun 29 20:22:50 2002 EDT

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.64 ZendEngine2/ChangeLog:1.65
--- ZendEngine2/ChangeLog:1.64  Fri Jun 28 20:30:30 2002
+++ ZendEngine2/ChangeLog   Sat Jun 29 20:22:49 2002
@@ -1,3 +1,25 @@
+2002-06-29  Andi Gutmans  <[EMAIL PROTECTED]>
+
+* zend.h: - Get ready for alpha2
+
+* zend_execute_API.c: - Invalid -> Undefined
+
+* zend_language_parser.y: - Add missing semi-colon.
+
+* zend_execute_API.c
+  zend_execute.c: - Improve some error messages.
+
+* zend_compile.c: - Revert previous fix.
+
+* zend_compile.c: - Change E_ERROR -> E_COMPILE_ERROR where needed.
+
+* zend_compile.c:
+- Fix for bug #17882. We complain if the same method is declared twice.
+
+* zend.h
+  zend_operators.c: - Fix bug 15037
+- Bump version to alpha2-dev
+
 2002-06-28  Andi Gutmans  <[EMAIL PROTECTED]>
 
 * zend_operators.c: - WS fix





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

2002-06-29 Thread changelog

changelog   Sat Jun 29 20:22:29 2002 EDT

  Modified files:  
/Zend   ChangeLog 
  Log:
  ChangeLog update
  
Index: Zend/ChangeLog
diff -u Zend/ChangeLog:1.47 Zend/ChangeLog:1.48
--- Zend/ChangeLog:1.47 Fri Jun 28 20:29:28 2002
+++ Zend/ChangeLog  Sat Jun 29 20:22:28 2002
@@ -1,3 +1,13 @@
+2002-06-29  Andi Gutmans  <[EMAIL PROTECTED]>
+
+* zend_language_parser.y: - Add missing semi-colon.
+
+* zend_compile.c: - Revert previous patch.
+
+* zend_compile.c: - Fix for bug 17882
+
+* zend_operators.c: - Fix bug 15037
+
 2002-06-28  Jani Taskinen  <[EMAIL PROTECTED]>
 
 * zend_modules.h:
@@ -130,7 +140,7 @@
 
 2002-05-13  Sterling Hughes  <[EMAIL PROTECTED]>
 
-* zend_qsort.c: add $Id: ChangeLog,v 1.47 2002/06/29 00:29:28 changelog Exp $ tag
+* zend_qsort.c: add $Id: ChangeLog,v 1.48 2002/06/30 00:22:28 changelog Exp $ tag
 
 2002-05-13  Derick Rethans  <[EMAIL PROTECTED]>
 





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

2002-06-29 Thread changelog

changelog   Sat Jun 29 20:21:59 2002 EDT

  Modified files:  
/php4   ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1090 php4/ChangeLog:1.1091
--- php4/ChangeLog:1.1090   Fri Jun 28 20:28:54 2002
+++ php4/ChangeLog  Sat Jun 29 20:21:52 2002
@@ -1,3 +1,86 @@
+2002-06-29  Jani Taskinen  <[EMAIL PROTECTED]>
+
+* config.guess
+  config.sub
+  ltmain.sh:
+- Upgrade bundled libtool to 1.4.2. Following stuff mentioned at:
+  http://www.gnu.org/software/libtool/news.html
+
+  * Diagnose and warn about not-quite-working combinations of gcc and ld on 
+Solaris.
+  * Improved OpenBSD support.
+  * Improved cygwin support.
+  * Bugfixes.
+
+2002-06-29  Sascha Schumann  <[EMAIL PROTECTED]>
+
+* ext/ircg/ircg.c
+  ext/standard/php_smart_str.h:
+Fix some 8bit issues with IRCG nickname encoding and
+Change the underlying interface of smart_str to accept unsigned char.
+
+2002-06-29  Derick Rethans  <[EMAIL PROTECTED]>
+
+* ext/exif/exif.c: Unify error messages part 1
+
+* ext/gd/gd.c: - Fix GD build with GD 1.8.3
+
+* ext/standard/array.c: - Fix for bug #17654
+
+2002-06-29  Thies C. Arntzen  <[EMAIL PROTECTED]>
+
+* ext/standard/url_scanner_ex.c
+  ext/standard/url_scanner_ex.re: fix leak
+
+2002-06-29  Sergey Kartashoff  <[EMAIL PROTECTED]>
+
+* ext/mnogosearch/README
+  ext/mnogosearch/index.php:
+Search example (which demonstrates using of mnogosearch API) is updated.
+
+2002-06-29  James Cox  <[EMAIL PROTECTED]>
+
+* acinclude.m4: fixes extensions with "-"
+
+
+2002-06-29  Jani Taskinen  <[EMAIL PROTECTED]>
+
+* ext/xmlrpc/xmlrpc-epi-php.c:
+Fix some build error on win32 (snapshot build)
+
+2002-06-29  James Cox  <[EMAIL PROTECTED]>
+
+* ext/gd/gd_bundled.dsp: make this build too.
+
+* ext/gd/gd.dsp: removed these files from build.
+
+* acinclude.m4: really fix it.
+
+
+2002-06-29  Jani Taskinen  <[EMAIL PROTECTED]>
+
+* ext/xslt/sablot.c:
+This is not done anymore. (should fix win32 snapshot build too)
+
+2002-06-29  James Cox  <[EMAIL PROTECTED]>
+
+* acinclude.m4: fixes bug #17453
+
+2002-06-29  Jani Taskinen  <[EMAIL PROTECTED]>
+
+* ext/pdf/config.m4:
+- Fix the shared problem. (the previous patch really didn't fix anything)
+
+* build/rules.mk: Removing libs/ is not a good idea
+
+* ext/db/db.c
+  ext/db/php_db.h: Missing TSRMLS_* stuff
+
+* sapi/apache2filter/config.m4: Better fix it here too..
+
+2002-06-29  Rasmus Lerdorf  <[EMAIL PROTECTED]>
+
+* sapi/apache/config.m4: Oops, extra pipe snuck in
+
 2002-06-28  Rasmus Lerdorf  <[EMAIL PROTECTED]>
 
 * sapi/apache/config.m4: Fix for bug #18055