Продаем участки под коттедж, дачу, ИЖС

Участки от собственника .ИЖС. Тел в Москве  84995021093

--

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

Rasmus Lerdorf | 16 Jul 07:22
Picon

svn: gtk/php-gtk-doc/tags/

rasmus		Thu, 16 Jul 2009 05:22:15 +0000

URL: http://svn.php.net/viewvc?view=revision&revision=284176

Changed paths:
	D   gtk/php-gtk-doc/tags/RELEASE_1_0_4/
	D   gtk/php-gtk-web/tags/RELEASE_1_0_4/
	D   pear/packages/Archive_Tar/tags/RELEASE_1_0_4/
	D   pear/packages/Archive_Zip/tags/RELEASE_1_0_4/
	D   pear/packages/Auth/tags/RELEASE_1_0_4/
	D   pear/packages/Auth_HTTP/tags/RELEASE_1_0_4/
	D   pear/packages/Auth_PrefManager2/tags/RELEASE_1_0_4/
	D   pear/packages/Auth_SAP/tags/RELEASE_1_0_4/
	D   pear/packages/Auth_SASL/tags/RELEASE_1_0_4/
	D   pear/packages/Benchmark/tags/RELEASE_1_0_4/
	D   pear/packages/Cache/tags/RELEASE_1_0_4/
	D   pear/packages/Cache_Lite/tags/RELEASE_1_0_4/
	D   pear/packages/CodeGen_MySQL_UDF/tags/RELEASE_1_0_4/
	D   pear/packages/Config/tags/RELEASE_1_0_4/
	D   pear/packages/Console_Color/tags/RELEASE_1_0_4/
	D   pear/packages/Console_Getargs/tags/RELEASE_1_0_4/
	D   pear/packages/Console_ProgressBar/tags/RELEASE_1_0_4/
	D   pear/packages/Contact_AddressBook/tags/RELEASE_1_0_4/
	D   pear/packages/Contact_Vcard_Build/tags/RELEASE_1_0_4/
	D   pear/packages/Contact_Vcard_Parse/tags/RELEASE_1_0_4/
	D   pear/packages/Crypt_Blowfish/tags/RELEASE_1_0_4/
	D   pear/packages/Crypt_CBC/tags/RELEASE_1_0_4/
	D   pear/packages/Crypt_CHAP/tags/RELEASE_1_0_4/
	D   pear/packages/Crypt_HMAC/tags/RELEASE_1_0_4/
	D   pear/packages/Crypt_Rc4/tags/RELEASE_1_0_4/
(Continue reading)

David Soria Parra | 7 Jul 14:11
Picon
Gravatar

cvs: ZendEngine2(PHP_5_3) /tests 024.phpt

dsp		Tue Jul  7 12:11:53 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /ZendEngine2/tests	024.phpt 
  Log:
  MFH: Adjust tests. The order in which notices appear is platform dependend as the function call ordering in
parameter lists is not defined in C.

  
http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/024.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: ZendEngine2/tests/024.phpt
diff -u ZendEngine2/tests/024.phpt:1.1.2.2 ZendEngine2/tests/024.phpt:1.1.2.3
--- ZendEngine2/tests/024.phpt:1.1.2.2	Fri Apr 18 14:05:47 2008
+++ ZendEngine2/tests/024.phpt	Tue Jul  7 12:11:53 2009
@@ -18,17 +18,17 @@
 Notice: Undefined variable: a in %s on line %d
 NULL

-Notice: Undefined variable: c in %s on line %d
+Notice: Undefined variable: %s in %s on line %d

-Notice: Undefined variable: a in %s on line %d
+Notice: Undefined variable: %s in %s on line %d
 NULL

 Notice: Undefined variable: a in %s on line %d
 int(1)

-Notice: Undefined variable: b in %s on line %d
+Notice: Undefined variable: %s in %s on line %d
(Continue reading)

David Soria Parra | 7 Jul 13:52
Picon
Gravatar

cvs: ZendEngine2 /tests 024.phpt

dsp		Tue Jul  7 11:52:43 2009 UTC

  Modified files:              
    /ZendEngine2/tests	024.phpt 
  Log:
  Adjust tests. The order in which notices appear is platform dependend as the function call ordering in
parameter lists is not defined in C.

  
http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/024.phpt?r1=1.1&r2=1.2&diff_format=u
Index: ZendEngine2/tests/024.phpt
diff -u ZendEngine2/tests/024.phpt:1.1 ZendEngine2/tests/024.phpt:1.2
--- ZendEngine2/tests/024.phpt:1.1	Fri Apr 18 13:54:46 2008
+++ ZendEngine2/tests/024.phpt	Tue Jul  7 11:52:43 2009
@@ -18,17 +18,17 @@
 Notice: Undefined variable: a in %s on line %d
 NULL

-Notice: Undefined variable: c in %s on line %d
+Notice: Undefined variable: %s in %s on line %d

-Notice: Undefined variable: a in %s on line %d
+Notice: Undefined variable: %s in %s on line %d
 NULL

 Notice: Undefined variable: a in %s on line %d
 int(1)

-Notice: Undefined variable: b in %s on line %d
+Notice: Undefined variable: %s in %s on line %d
(Continue reading)

Felipe Pena | 7 Jul 02:02
Picon
Gravatar

cvs: TSRM(PHP_5_3) / tsrm_virtual_cwd.c

felipe		Tue Jul  7 00:02:34 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /TSRM	tsrm_virtual_cwd.c 
  Log:
  - MFH: Fixed compiler warning

http://cvs.php.net/viewvc.cgi/TSRM/tsrm_virtual_cwd.c?r1=1.74.2.9.2.35.2.23&r2=1.74.2.9.2.35.2.24&diff_format=u
Index: TSRM/tsrm_virtual_cwd.c
diff -u TSRM/tsrm_virtual_cwd.c:1.74.2.9.2.35.2.23 TSRM/tsrm_virtual_cwd.c:1.74.2.9.2.35.2.24
--- TSRM/tsrm_virtual_cwd.c:1.74.2.9.2.35.2.23	Mon Jul  6 08:56:22 2009
+++ TSRM/tsrm_virtual_cwd.c	Tue Jul  7 00:02:34 2009
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */

-/* $Id: tsrm_virtual_cwd.c,v 1.74.2.9.2.35.2.23 2009/07/06 08:56:22 pajoye Exp $ */
+/* $Id: tsrm_virtual_cwd.c,v 1.74.2.9.2.35.2.24 2009/07/07 00:02:34 felipe Exp $ */

 #include <sys/types.h>
 #include <sys/stat.h>
@@ -564,13 +564,13 @@
 #ifdef TSRM_WIN32
 	WIN32_FIND_DATA data;
 	HANDLE hFind;
+	TSRM_ALLOCA_FLAG(use_heap_large)
 #else
 	struct stat st;
 #endif
 	realpath_cache_bucket *bucket;
(Continue reading)

Felipe Pena | 7 Jul 02:00
Picon
Gravatar

cvs: TSRM / tsrm_virtual_cwd.c

felipe		Tue Jul  7 00:00:28 2009 UTC

  Modified files:              
    /TSRM	tsrm_virtual_cwd.c 
  Log:
  - Fixed compiler warning

http://cvs.php.net/viewvc.cgi/TSRM/tsrm_virtual_cwd.c?r1=1.137&r2=1.138&diff_format=u
Index: TSRM/tsrm_virtual_cwd.c
diff -u TSRM/tsrm_virtual_cwd.c:1.137 TSRM/tsrm_virtual_cwd.c:1.138
--- TSRM/tsrm_virtual_cwd.c:1.137	Mon Jul  6 08:55:08 2009
+++ TSRM/tsrm_virtual_cwd.c	Tue Jul  7 00:00:27 2009
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */

-/* $Id: tsrm_virtual_cwd.c,v 1.137 2009/07/06 08:55:08 pajoye Exp $ */
+/* $Id: tsrm_virtual_cwd.c,v 1.138 2009/07/07 00:00:27 felipe Exp $ */

 #include <sys/types.h>
 #include <sys/stat.h>
@@ -564,13 +564,13 @@
 #ifdef TSRM_WIN32
 	WIN32_FIND_DATA data;
 	HANDLE hFind;
+	TSRM_ALLOCA_FLAG(use_heap_large)
 #else
 	struct stat st;
 #endif
 	realpath_cache_bucket *bucket;
(Continue reading)

andy wharmby | 6 Jul 21:35
Picon

cvs: ZendEngine2(PHP_5_3) /tests 019.phpt bug30162.phpt

wharmby		Mon Jul  6 19:35:01 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /ZendEngine2/tests	bug30162.phpt 019.phpt 
  Log:
  Fix test

http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/bug30162.phpt?r1=1.2&r2=1.2.6.1&diff_format=u
Index: ZendEngine2/tests/bug30162.phpt
diff -u ZendEngine2/tests/bug30162.phpt:1.2 ZendEngine2/tests/bug30162.phpt:1.2.6.1
--- ZendEngine2/tests/bug30162.phpt:1.2	Fri Jun 10 10:46:04 2005
+++ ZendEngine2/tests/bug30162.phpt	Mon Jul  6 19:35:01 2009
@@ -41,12 +41,14 @@

 var_dump($db);
 ?>
+===DONE===
 --EXPECTF--
 Notice: Undefined variable: db in %sbug30162.php on line 35
 NULL
-object(hariCow)#1 (2) {
+object(hariCow)#%d (2) {
   ["x"]=>
   string(1) "x"
   ["y"]=>
   string(1) "y"
 }
+===DONE===
\ No newline at end of file
http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/019.phpt?r1=1.2.2.2&r2=1.2.2.2.2.1&diff_format=u
(Continue reading)

andy wharmby | 6 Jul 21:34
Picon

cvs: ZendEngine2 /tests 019.phpt bug30162.phpt

wharmby		Mon Jul  6 19:34:59 2009 UTC

  Modified files:              
    /ZendEngine2/tests	019.phpt bug30162.phpt 
  Log:
  Fix test

http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/019.phpt?r1=1.3&r2=1.4&diff_format=u
Index: ZendEngine2/tests/019.phpt
diff -u ZendEngine2/tests/019.phpt:1.3 ZendEngine2/tests/019.phpt:1.4
--- ZendEngine2/tests/019.phpt:1.3	Mon May 26 14:33:42 2008
+++ ZendEngine2/tests/019.phpt	Mon Jul  6 19:34:58 2009
@@ -359,8 +359,8 @@

 //Note: No error conditions relating to passing arugments can be tested
 // because these are not functions but statements, it will result in syntax error.
-echo "Done\n";
 ?>
+===DONE===
 --EXPECTF--
 *** Testing unset(), empty() & isset() with scalar variables ***
 -- Iteration 1 --
@@ -1186,11 +1186,11 @@

 *** Testing unset(), emtpy() & isset() with resource variables ***
 -- Iteration 1 --
-resource(5) of type (stream)
+resource(%d) of type (stream)
 bool(true)
 bool(false)
(Continue reading)

andy wharmby | 6 Jul 21:34
Picon

cvs: ZendEngine2(PHP_5_2) /tests 019.phpt bug30162.phpt

wharmby		Mon Jul  6 19:34:56 2009 UTC

  Modified files:              (Branch: PHP_5_2)
    /ZendEngine2/tests	019.phpt bug30162.phpt 
  Log:
  Fix test

http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/019.phpt?r1=1.2.2.2&r2=1.2.2.3&diff_format=u
Index: ZendEngine2/tests/019.phpt
diff -u ZendEngine2/tests/019.phpt:1.2.2.2 ZendEngine2/tests/019.phpt:1.2.2.3
--- ZendEngine2/tests/019.phpt:1.2.2.2	Mon Jun 11 15:55:44 2007
+++ ZendEngine2/tests/019.phpt	Mon Jul  6 19:34:56 2009
@@ -359,7 +359,8 @@

 //Note: No error conditions relating to passing arugments can be tested
 // because these are not functions but statements, it will result in syntax error.
-echo "Done\n";
+?>
+===DONE===
 --EXPECTF--
 *** Testing unset(), empty() & isset() with scalar variables ***
 -- Iteration 1 --
@@ -1185,11 +1186,11 @@

 *** Testing unset(), emtpy() & isset() with resource variables ***
 -- Iteration 1 --
-resource(5) of type (stream)
+resource(%d) of type (stream)
 bool(true)
 bool(false)
(Continue reading)

Pierre-Alain Joye | 6 Jul 10:56
Picon
Gravatar

cvs: TSRM(PHP_5_3) / tsrm_virtual_cwd.c tsrm_virtual_cwd.h

pajoye		Mon Jul  6 08:56:23 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /TSRM	tsrm_virtual_cwd.c tsrm_virtual_cwd.h 
  Log:
  - MFH: #48771, rename() between drives error: No error

http://cvs.php.net/viewvc.cgi/TSRM/tsrm_virtual_cwd.c?r1=1.74.2.9.2.35.2.22&r2=1.74.2.9.2.35.2.23&diff_format=u
Index: TSRM/tsrm_virtual_cwd.c
diff -u TSRM/tsrm_virtual_cwd.c:1.74.2.9.2.35.2.22 TSRM/tsrm_virtual_cwd.c:1.74.2.9.2.35.2.23
--- TSRM/tsrm_virtual_cwd.c:1.74.2.9.2.35.2.22	Fri Jun 26 07:39:42 2009
+++ TSRM/tsrm_virtual_cwd.c	Mon Jul  6 08:56:22 2009
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */

-/* $Id: tsrm_virtual_cwd.c,v 1.74.2.9.2.35.2.22 2009/06/26 07:39:42 pajoye Exp $ */
+/* $Id: tsrm_virtual_cwd.c,v 1.74.2.9.2.35.2.23 2009/07/06 08:56:22 pajoye Exp $ */

 #include <sys/types.h>
 #include <sys/stat.h>
@@ -1371,7 +1371,7 @@
 	/* rename on windows will fail if newname already exists.
 	   MoveFileEx has to be used */
 #ifdef TSRM_WIN32
-	retval = (MoveFileEx(oldname, newname, MOVEFILE_REPLACE_EXISTING) == 0) ? -1 : 0;
+	retval = (MoveFileEx(oldname, newname, MOVEFILE_REPLACE_EXISTING|MOVEFILE_COPY_ALLOWED) == 0) ?
-1 : 0;
 #else
 	retval = rename(oldname, newname);
(Continue reading)

Pierre-Alain Joye | 6 Jul 10:55
Picon
Gravatar

cvs: TSRM / tsrm_virtual_cwd.c tsrm_virtual_cwd.h

pajoye		Mon Jul  6 08:55:09 2009 UTC

  Modified files:              
    /TSRM	tsrm_virtual_cwd.c tsrm_virtual_cwd.h 
  Log:
  - #48771, rename() between drives error: No error

http://cvs.php.net/viewvc.cgi/TSRM/tsrm_virtual_cwd.c?r1=1.136&r2=1.137&diff_format=u
Index: TSRM/tsrm_virtual_cwd.c
diff -u TSRM/tsrm_virtual_cwd.c:1.136 TSRM/tsrm_virtual_cwd.c:1.137
--- TSRM/tsrm_virtual_cwd.c:1.136	Fri Jun 26 07:44:57 2009
+++ TSRM/tsrm_virtual_cwd.c	Mon Jul  6 08:55:08 2009
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */

-/* $Id: tsrm_virtual_cwd.c,v 1.136 2009/06/26 07:44:57 pajoye Exp $ */
+/* $Id: tsrm_virtual_cwd.c,v 1.137 2009/07/06 08:55:08 pajoye Exp $ */

 #include <sys/types.h>
 #include <sys/stat.h>
@@ -1371,7 +1371,7 @@
 	/* rename on windows will fail if newname already exists.
 	   MoveFileEx has to be used */
 #ifdef TSRM_WIN32
-	retval = (MoveFileEx(oldname, newname, MOVEFILE_REPLACE_EXISTING) == 0) ? -1 : 0;
+	retval = (MoveFileEx(oldname, newname, MOVEFILE_REPLACE_EXISTING|MOVEFILE_COPY_ALLOWED) == 0) ?
-1 : 0;
 #else
 	retval = rename(oldname, newname);
(Continue reading)


Gmane