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

2004-09-23 Thread changelog
changelog   Thu Sep 23 20:34:11 2004 EDT

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1754r2=1.1755ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1754 php-src/ChangeLog:1.1755
--- php-src/ChangeLog:1.1754Wed Sep 22 20:34:40 2004
+++ php-src/ChangeLog   Thu Sep 23 20:34:10 2004
@@ -1,3 +1,71 @@
+2004-09-23  Andi Gutmans  [EMAIL PROTECTED]
+
+* (PHP_5_0)
+  NEWS
+  configure.in
+  ZendEngine2/zend.h
+  main/php_version.h:
+  - PHP 5.0.3-dev
+
+* ZendEngine2/zend_compile.h
+  ZendEngine2/zend_execute.c
+  ZendEngine2/zend_execute.h
+  ZendEngine2/zend_execute_API.c
+  ZendEngine2/zend_opcode.c
+  ZendEngine2/zend_vm.h:
+  - Commit new VM architecture. This one allows people (aka Derick) to
+  - ask the engine to use function handler mode. Will update the README
+  - about that.
+
+* (PHP_5_0)
+  NEWS
+  configure.in
+  ZendEngine2/zend.h
+  main/php_version.h:
+  - Roll 5.0.2
+
+2004-09-23  Ilia Alshanetsky  [EMAIL PROTECTED]
+
+* ZendEngine2/tests/bug20240.phpt:
+  Fixed test.
+
+2004-09-23  Marcus Boerger  [EMAIL PROTECTED]
+
+* (PHP_5_0)
+  NEWS:
+  BFN
+
+* ZendEngine2/zend_reflection_api.c:
+  Bugfix # 30209
+
+2004-09-23  Andi Gutmans  [EMAIL PROTECTED]
+
+* ZendEngine2/tests/bench.php:
+  - Commit synthetic benchmark
+
+2004-09-23  Anantha Kesari H Y  [EMAIL PROTECTED]
+
+* main/mergesort.c:
+  removed unwanted NetWare specific changes
+
+* main/fopen_wrappers.c:
+  removed redundant checks for NETWARE
+
+* sapi/apache2filter/sapi_apache2.c:
+  TSRMLS_FETCH should be called prior to accessing any of the SG members
+
+* sapi/apache2filter/php_apache.h:
+  NetWare now has a POSIX compliant stat structure so no need of
+  CLIB_STAT_PATCH and all such macros
+
+* main/streams/userspace.c:
+  CLIB_STAT_PATCH check is redundant. So removing it
+
+* ZendEngine2/zend_execute.c
+  ZendEngine2/zend_execute_API.c
+  ZendEngine2/zend_globals.h:
+  Reverted the NetWare Specific Stack limit related patches as asked by Andi
+
 2004-09-22  Wez Furlong  [EMAIL PROTECTED]
 
 * pear/PEAR/Builder.php
@@ -10009,7 +10077,7 @@
 2004-03-18  Pierre-Alain Joye  [EMAIL PROTECTED]
 
 * ext/gd/tests/bug27582_2.phpt:
-  - Fix the test description and $Id: ChangeLog,v 1.1754 2004/09/23 00:34:40 
changelog Exp $
+  - Fix the test description and $Id: ChangeLog,v 1.1755 2004/09/24 00:34:10 
changelog Exp $
 
 2004-03-18  Derick Rethans  [EMAIL PROTECTED]
 


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

2004-09-23 Thread changelog
changelog   Thu Sep 23 20:34:15 2004 EDT

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.553r2=1.554ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.553 ZendEngine2/ChangeLog:1.554
--- ZendEngine2/ChangeLog:1.553 Wed Sep 22 20:34:44 2004
+++ ZendEngine2/ChangeLog   Thu Sep 23 20:34:15 2004
@@ -1,3 +1,45 @@
+2004-09-23  Andi Gutmans  [EMAIL PROTECTED]
+
+* (PHP_5_0)
+  zend.h:
+  - PHP 5.0.3-dev
+
+* zend_compile.h
+  zend_execute.c
+  zend_execute.h
+  zend_execute_API.c
+  zend_opcode.c
+  zend_vm.h:
+  - Commit new VM architecture. This one allows people (aka Derick) to
+  - ask the engine to use function handler mode. Will update the README
+  - about that.
+
+* (PHP_5_0)
+  zend.h:
+  - Roll 5.0.2
+
+2004-09-23  Ilia Alshanetsky  [EMAIL PROTECTED]
+
+* tests/bug20240.phpt:
+  Fixed test.
+
+2004-09-23  Marcus Boerger  [EMAIL PROTECTED]
+
+* zend_reflection_api.c:
+  Bugfix # 30209
+
+2004-09-23  Andi Gutmans  [EMAIL PROTECTED]
+
+* tests/bench.php:
+  - Commit synthetic benchmark
+
+2004-09-23  Anantha Kesari H Y  [EMAIL PROTECTED]
+
+* zend_execute.c
+  zend_execute_API.c
+  zend_globals.h:
+  Reverted the NetWare Specific Stack limit related patches as asked by Andi
+
 2004-09-22  Anantha Kesari H Y  [EMAIL PROTECTED]
 
 * zend_execute_API.c
@@ -5736,7 +5778,7 @@
 2003-06-10  Jani Taskinen  [EMAIL PROTECTED]
 
 * zend_multiply.h:
-  - Missing $Id: ChangeLog,v 1.553 2004/09/23 00:34:44 changelog Exp $ tag
+  - Missing $Id: ChangeLog,v 1.554 2004/09/24 00:34:15 changelog Exp $ tag
 
 2003-06-10  James Cox  [EMAIL PROTECTED]
 
@@ -7460,7 +7502,7 @@
   zend_types.h
   zend_variables.c
   zend_variables.h:
-  - Added some missing CVS $Id: ChangeLog,v 1.553 2004/09/23 00:34:44 changelog 
Exp $ tags, headers and footers.
+  - Added some missing CVS $Id: ChangeLog,v 1.554 2004/09/24 00:34:15 changelog 
Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  [EMAIL PROTECTED]
 


[PHP-CVS] cvs: php-src /main/streams userspace.c

2004-09-23 Thread Anantha Kesari H Y
hyanantha   Thu Sep 23 09:07:43 2004 EDT

  Modified files:  
/php-src/main/streams   userspace.c 
  Log:
  CLIB_STAT_PATCH check is redundant. So removing it 
  
  
http://cvs.php.net/diff.php/php-src/main/streams/userspace.c?r1=1.27r2=1.28ty=u
Index: php-src/main/streams/userspace.c
diff -u php-src/main/streams/userspace.c:1.27 php-src/main/streams/userspace.c:1.28
--- php-src/main/streams/userspace.c:1.27   Fri Sep 10 16:45:35 2004
+++ php-src/main/streams/userspace.cThu Sep 23 09:07:43 2004
@@ -17,7 +17,7 @@
+--+
 */
 
-/* $Id: userspace.c,v 1.27 2004/09/10 20:45:35 pollita Exp $ */
+/* $Id: userspace.c,v 1.28 2004/09/23 13:07:43 hyanantha Exp $ */
 
 #include php.h
 #include php_globals.h
@@ -766,7 +766,7 @@
STAT_PROP_ENTRY(rdev);
 #endif
STAT_PROP_ENTRY(size);
-#if defined(NETWARE)  defined(CLIB_STAT_PATCH)
+#ifdef NETWARE
STAT_PROP_ENTRY_EX(atime, atime.tv_sec);
STAT_PROP_ENTRY_EX(mtime, mtime.tv_sec);
STAT_PROP_ENTRY_EX(ctime, ctime.tv_sec);

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



[PHP-CVS] cvs: php-src /sapi/apache2filter php_apache.h

2004-09-23 Thread Anantha Kesari H Y
hyanantha   Thu Sep 23 10:36:42 2004 EDT

  Modified files:  
/php-src/sapi/apache2filter php_apache.h 
  Log:
  NetWare now has a POSIX compliant stat structure so no need of CLIB_STAT_PATCH and 
all such macros
  
  
http://cvs.php.net/diff.php/php-src/sapi/apache2filter/php_apache.h?r1=1.23r2=1.24ty=u
Index: php-src/sapi/apache2filter/php_apache.h
diff -u php-src/sapi/apache2filter/php_apache.h:1.23 
php-src/sapi/apache2filter/php_apache.h:1.24
--- php-src/sapi/apache2filter/php_apache.h:1.23Thu Jan  8 12:33:17 2004
+++ php-src/sapi/apache2filter/php_apache.h Thu Sep 23 10:36:42 2004
@@ -16,7 +16,7 @@
+--+
  */
 
-/* $Id: php_apache.h,v 1.23 2004/01/08 17:33:17 sniper Exp $ */
+/* $Id: php_apache.h,v 1.24 2004/09/23 14:36:42 hyanantha Exp $ */
 
 #ifndef PHP_APACHE_H
 #define PHP_APACHE_H
@@ -41,11 +41,7 @@
/* Index for reading from buffer */
int post_idx;
/* stat structure of the current file */
-#if defined(NETWARE)  defined(CLIB_STAT_PATCH)
-   struct stat_libc finfo;
-#else
struct stat finfo;
-#endif
/* Buffer for request body filter */
char *post_data;
/* Whether or not we've processed PHP in the output filters yet. */

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



[PHP-CVS] cvs: php-src /sapi/apache2filter sapi_apache2.c

2004-09-23 Thread Anantha Kesari H Y
hyanantha   Thu Sep 23 11:08:32 2004 EDT

  Modified files:  
/php-src/sapi/apache2filter sapi_apache2.c 
  Log:
  TSRMLS_FETCH should be called prior to accessing any of the SG members
  
  
http://cvs.php.net/diff.php/php-src/sapi/apache2filter/sapi_apache2.c?r1=1.127r2=1.128ty=u
Index: php-src/sapi/apache2filter/sapi_apache2.c
diff -u php-src/sapi/apache2filter/sapi_apache2.c:1.127 
php-src/sapi/apache2filter/sapi_apache2.c:1.128
--- php-src/sapi/apache2filter/sapi_apache2.c:1.127 Tue Aug 10 13:40:00 2004
+++ php-src/sapi/apache2filter/sapi_apache2.c   Thu Sep 23 11:08:31 2004
@@ -18,7 +18,7 @@
+--+
  */
 
-/* $Id: sapi_apache2.c,v 1.127 2004/08/10 17:40:00 rasmus Exp $ */
+/* $Id: sapi_apache2.c,v 1.128 2004/09/23 15:08:31 hyanantha Exp $ */
 
 #include fcntl.h
 
@@ -302,8 +302,8 @@
 static time_t
 php_apache_sapi_get_request_time(void)
 {
-   php_struct *ctx = SG(server_context);
TSRMLS_FETCH();
+   php_struct *ctx = SG(server_context);
 
return ctx-r-request_time;
 }

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



[PHP-CVS] cvs: php-src /main fopen_wrappers.c

2004-09-23 Thread Anantha Kesari H Y
hyanantha   Thu Sep 23 11:43:54 2004 EDT

  Modified files:  
/php-src/main   fopen_wrappers.c 
  Log:
  removed redundant checks for NETWARE
  
  
http://cvs.php.net/diff.php/php-src/main/fopen_wrappers.c?r1=1.170r2=1.171ty=u
Index: php-src/main/fopen_wrappers.c
diff -u php-src/main/fopen_wrappers.c:1.170 php-src/main/fopen_wrappers.c:1.171
--- php-src/main/fopen_wrappers.c:1.170 Mon Mar 15 19:31:22 2004
+++ php-src/main/fopen_wrappers.c   Thu Sep 23 11:43:54 2004
@@ -17,7 +17,7 @@
+--+
  */
 
-/* $Id: fopen_wrappers.c,v 1.170 2004/03/16 00:31:22 iliaa Exp $ */
+/* $Id: fopen_wrappers.c,v 1.171 2004/09/23 15:43:54 hyanantha Exp $ */
 
 /* {{{ includes
  */
@@ -35,14 +35,6 @@
 #ifdef PHP_WIN32
 #define O_RDONLY _O_RDONLY
 #include win32/param.h
-#elif defined(NETWARE)
-/*#include ws2nlm.h*/
-/*#include sys/socket.h*/
-#ifdef NEW_LIBC
-#include sys/param.h
-#else
-#include netware/param.h
-#endif
 #else
 #include sys/param.h
 #endif
@@ -75,7 +67,6 @@
 #ifdef PHP_WIN32
 #include winsock2.h
 #elif defined(NETWARE)  defined(USE_WINSOCK)
-/*#include ws2nlm.h*/
 #include novsock2.h
 #else
 #include netinet/in.h

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



[PHP-CVS] cvs: php-src /main mergesort.c

2004-09-23 Thread Anantha Kesari H Y
hyanantha   Thu Sep 23 11:57:30 2004 EDT

  Modified files:  
/php-src/main   mergesort.c 
  Log:
  removed unwanted NetWare specific changes
  
  
http://cvs.php.net/diff.php/php-src/main/mergesort.c?r1=1.14r2=1.15ty=u
Index: php-src/main/mergesort.c
diff -u php-src/main/mergesort.c:1.14 php-src/main/mergesort.c:1.15
--- php-src/main/mergesort.c:1.14   Wed Feb 19 03:40:18 2003
+++ php-src/main/mergesort.cThu Sep 23 11:57:30 2004
@@ -34,7 +34,7 @@
  * SUCH DAMAGE.
  */
 
-/* $Id: mergesort.c,v 1.14 2003/02/19 08:40:18 sniper Exp $ */
+/* $Id: mergesort.c,v 1.15 2004/09/23 15:57:30 hyanantha Exp $ */
 
 #if defined(LIBC_SCCS)  !defined(lint)
 static char sccsid[] = @(#)merge.c8.2 (Berkeley) 2/14/94;
@@ -64,11 +64,6 @@
 
 #ifdef PHP_WIN32
 #include winsock2.h /* Includes definition for u_char */
-#endif
-
-#if defined(NETWARE)  !defined(NEW_LIBC)
-/*#include ws2nlm.h*/
-#include sys/socket.h
 #endif
 
 static void setup(u_char *list1, u_char *list2, size_t n, size_t size, int 
(*cmp)(const void *, const void * TSRMLS_DC) TSRMLS_DC);

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



[PHP-CVS] cvs: php-src /tests/reflection bug30209.phpt

2004-09-23 Thread Marcus Boerger
helly   Thu Sep 23 14:38:35 2004 EDT

  Added files: 
/php-src/tests/reflection   bug30209.phpt 
  Log:
  Add new test
  

http://cvs.php.net/co.php/php-src/tests/reflection/bug30209.phpt?r=1.1p=1
Index: php-src/tests/reflection/bug30209.phpt
+++ php-src/tests/reflection/bug30209.phpt
--TEST--
Bug #30209 ()
--FILE--
?php

class Foo
{
private $name = 'testBAR';

public function testBAR()
{
try
{
$class  = new ReflectionClass($this);
var_dump($this-name);
$method = $class-getMethod($this-name);
var_dump($this-name);
}

catch (Exception $e) {}
}
}

$foo = new Foo;
$foo-testBAR();
?
===DONE===
--EXPECTF--
string(7) testBAR
string(7) testBAR
===DONE===

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



[PHP-CVS] cvs: php-src(PHP_5_0) /tests/reflection bug30209.phpt

2004-09-23 Thread Marcus Boerger
helly   Thu Sep 23 14:42:49 2004 EDT

  Added files: (Branch: PHP_5_0)
/php-src/tests/reflection   bug30209.phpt 
  Log:
  MFH
  

http://cvs.php.net/co.php/php-src/tests/reflection/bug30209.phpt?r=1.1p=1
Index: php-src/tests/reflection/bug30209.phpt
+++ php-src/tests/reflection/bug30209.phpt
--TEST--
Bug #30209 ()
--FILE--
?php

class Foo
{
private $name = 'testBAR';

public function testBAR()
{
try
{
$class  = new ReflectionClass($this);
var_dump($this-name);
$method = $class-getMethod($this-name);
var_dump($this-name);
}

catch (Exception $e) {}
}
}

$foo = new Foo;
$foo-testBAR();
?
===DONE===
--EXPECTF--
string(7) testBAR
string(7) testBAR
===DONE===

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



[PHP-CVS] cvs: php-src /tests/reflection bug30209.phpt

2004-09-23 Thread Marcus Boerger
helly   Thu Sep 23 14:43:22 2004 EDT

  Modified files:  
/php-src/tests/reflection   bug30209.phpt 
  Log:
  Add test description
  
http://cvs.php.net/diff.php/php-src/tests/reflection/bug30209.phpt?r1=1.1r2=1.2ty=u
Index: php-src/tests/reflection/bug30209.phpt
diff -u php-src/tests/reflection/bug30209.phpt:1.1 
php-src/tests/reflection/bug30209.phpt:1.2
--- php-src/tests/reflection/bug30209.phpt:1.1  Thu Sep 23 14:38:34 2004
+++ php-src/tests/reflection/bug30209.phpt  Thu Sep 23 14:43:21 2004
@@ -1,5 +1,5 @@
 --TEST--
-Bug #30209 ()
+Bug #30209 (ReflectionClass::getMethod() lowercases attribute)
 --FILE--
 ?php
 

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



[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS

2004-09-23 Thread Marcus Boerger
helly   Thu Sep 23 14:45:27 2004 EDT

  Modified files:  (Branch: PHP_5_0)
/php-srcNEWS 
  Log:
  BFN
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.78r2=1.1760.2.79ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760.2.78 php-src/NEWS:1.1760.2.79
--- php-src/NEWS:1.1760.2.78Wed Sep 22 03:12:11 2004
+++ php-src/NEWSThu Sep 23 14:45:27 2004
@@ -14,6 +14,8 @@
 - Renamed SoapClient-__call() to SoapClinet-__soapCall(). (Dmitry)
 - Fixed bug with raw_post_data not getting set (Brian)
 - Fixed a file-descriptor leak with phpinfo() and other 'special' URLs (Zeev)
+- Fixed bug #30209 (ReflectionClass::getMethod() lowercases attribute). 
+  (Marcus)
 - Fixed bug #30182 (SOAP module processing WSDL file dumps core). (Dmitry)
 - Fixed bug #30045 (Cannot pass big integers ( 2147483647) in SOAP requests).
   (Dmitry)

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



[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS configure.in /main php_version.h ZendEngine2 zend.h

2004-09-23 Thread Andi Gutmans
andiThu Sep 23 17:21:59 2004 EDT

  Modified files:  (Branch: PHP_5_0)
/php-srcNEWS configure.in 
/ZendEngine2zend.h 
/php-src/main   php_version.h 
  Log:
  - Roll 5.0.2
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.79r2=1.1760.2.80ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760.2.79 php-src/NEWS:1.1760.2.80
--- php-src/NEWS:1.1760.2.79Thu Sep 23 14:45:27 2004
+++ php-src/NEWSThu Sep 23 17:21:58 2004
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? ??? 2004, PHP 5.0.2
+23 Sep 2004, PHP 5.0.2
 - Added new boolean (fourth) parameter to array_slice() that turns on the
   preservation of keys in the returned array. (Derick)
 - Added the sorting flag SORT_LOCALE_STRING to the sort() functions which makes
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.514.2.7r2=1.514.2.8ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.514.2.7 php-src/configure.in:1.514.2.8
--- php-src/configure.in:1.514.2.7  Thu Sep 16 17:44:47 2004
+++ php-src/configure.inThu Sep 23 17:21:59 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.514.2.7 2004/09/16 21:44:47 andi Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.514.2.8 2004/09/23 21:21:59 andi Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=0
 RELEASE_VERSION=2
-EXTRA_VERSION=RC1
+EXTRA_VERSION=
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/ZendEngine2/zend.h?r1=1.257.2.8r2=1.257.2.9ty=u
Index: ZendEngine2/zend.h
diff -u ZendEngine2/zend.h:1.257.2.8 ZendEngine2/zend.h:1.257.2.9
--- ZendEngine2/zend.h:1.257.2.8Thu Sep 16 17:44:47 2004
+++ ZendEngine2/zend.h  Thu Sep 23 17:21:59 2004
@@ -17,12 +17,12 @@
+--+
 */
 
-/* $Id: zend.h,v 1.257.2.8 2004/09/16 21:44:47 andi Exp $ */
+/* $Id: zend.h,v 1.257.2.9 2004/09/23 21:21:59 andi Exp $ */
 
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION 2.0.2RC1
+#define ZEND_VERSION 2.0.2
 
 #define ZEND_ENGINE_2
 
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.97.2.7r2=1.97.2.8ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.97.2.7 php-src/main/php_version.h:1.97.2.8
--- php-src/main/php_version.h:1.97.2.7 Thu Sep 16 17:44:47 2004
+++ php-src/main/php_version.h  Thu Sep 23 17:21:59 2004
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
 #define PHP_RELEASE_VERSION 2
-#define PHP_EXTRA_VERSION RC1
-#define PHP_VERSION 5.0.2RC1
+#define PHP_EXTRA_VERSION 
+#define PHP_VERSION 5.0.2

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



[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS configure.in /main php_version.h ZendEngine2 zend.h

2004-09-23 Thread Andi Gutmans
andiThu Sep 23 17:56:16 2004 EDT

  Modified files:  (Branch: PHP_5_0)
/php-srcNEWS configure.in 
/ZendEngine2zend.h 
/php-src/main   php_version.h 
  Log:
  - PHP 5.0.3-dev
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.80r2=1.1760.2.81ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760.2.80 php-src/NEWS:1.1760.2.81
--- php-src/NEWS:1.1760.2.80Thu Sep 23 17:21:58 2004
+++ php-src/NEWSThu Sep 23 17:56:15 2004
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? ??? 2004, PHP 5.0.3
+
 23 Sep 2004, PHP 5.0.2
 - Added new boolean (fourth) parameter to array_slice() that turns on the
   preservation of keys in the returned array. (Derick)
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.514.2.8r2=1.514.2.9ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.514.2.8 php-src/configure.in:1.514.2.9
--- php-src/configure.in:1.514.2.8  Thu Sep 23 17:21:59 2004
+++ php-src/configure.inThu Sep 23 17:56:15 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.514.2.8 2004/09/23 21:21:59 andi Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.514.2.9 2004/09/23 21:56:15 andi Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -40,8 +40,8 @@
 
 MAJOR_VERSION=5
 MINOR_VERSION=0
-RELEASE_VERSION=2
-EXTRA_VERSION=
+RELEASE_VERSION=3
+EXTRA_VERSION=-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/ZendEngine2/zend.h?r1=1.257.2.9r2=1.257.2.10ty=u
Index: ZendEngine2/zend.h
diff -u ZendEngine2/zend.h:1.257.2.9 ZendEngine2/zend.h:1.257.2.10
--- ZendEngine2/zend.h:1.257.2.9Thu Sep 23 17:21:59 2004
+++ ZendEngine2/zend.h  Thu Sep 23 17:56:15 2004
@@ -17,12 +17,12 @@
+--+
 */
 
-/* $Id: zend.h,v 1.257.2.9 2004/09/23 21:21:59 andi Exp $ */
+/* $Id: zend.h,v 1.257.2.10 2004/09/23 21:56:15 andi Exp $ */
 
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION 2.0.2
+#define ZEND_VERSION 2.0.3-dev
 
 #define ZEND_ENGINE_2
 
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.97.2.8r2=1.97.2.9ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.97.2.8 php-src/main/php_version.h:1.97.2.9
--- php-src/main/php_version.h:1.97.2.8 Thu Sep 23 17:21:59 2004
+++ php-src/main/php_version.h  Thu Sep 23 17:56:15 2004
@@ -2,6 +2,6 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
-#define PHP_RELEASE_VERSION 2
-#define PHP_EXTRA_VERSION 
-#define PHP_VERSION 5.0.2
+#define PHP_RELEASE_VERSION 3
+#define PHP_EXTRA_VERSION -dev
+#define PHP_VERSION 5.0.3-dev

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