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

2006-09-13 Thread changelog
changelog   Thu Sep 14 01:30:53 2006 UTC

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.981r2=1.982diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.981 ZendEngine2/ChangeLog:1.982
--- ZendEngine2/ChangeLog:1.981 Wed Sep 13 01:30:57 2006
+++ ZendEngine2/ChangeLog   Thu Sep 14 01:30:53 2006
@@ -1,3 +1,14 @@
+2006-09-13  Antony Dovgal  [EMAIL PROTECTED]
+
+* tests/bug38779.phpt
+  tests/bug38779_1.phpt:
+  fix tests
+
+* (PHP_5_2)
+  tests/bug38779.phpt
+  tests/bug38779_1.phpt:
+  fix tests on MacOS
+
 2006-09-12  Dmitry Stogov  [EMAIL PROTECTED]
 
 * zend_compile.c
@@ -15161,7 +15172,7 @@
 2003-06-10  Jani Taskinen  [EMAIL PROTECTED]
 
 * zend_multiply.h:
-  - Missing $Id: ChangeLog,v 1.981 2006/09/13 01:30:57 changelog Exp $ tag
+  - Missing $Id: ChangeLog,v 1.982 2006/09/14 01:30:53 changelog Exp $ tag
 
 2003-06-10  James Cox  [EMAIL PROTECTED]
 
@@ -16885,7 +16896,7 @@
   zend_types.h
   zend_variables.c
   zend_variables.h:
-  - Added some missing CVS $Id: ChangeLog,v 1.981 2006/09/13 01:30:57 
changelog Exp $ tags, headers and footers.
+  - Added some missing CVS $Id: ChangeLog,v 1.982 2006/09/14 01:30:53 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  [EMAIL PROTECTED]
 


[PHP-CVS] �do0�i4grjj40j09gjijgp

2006-09-13 Thread alan
9u049u89gh89fsdpokofkdpbm3ß4i

+++ Attachment: No Virus found
+++ Panda AntiVirus - www.pandasoftware.com


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

[PHP-CVS] cvs: php-src /ext/oci8/tests coll_016.phpt

2006-09-13 Thread Antony Dovgal
tony2001Wed Sep 13 10:44:05 2006 UTC

  Modified files:  
/php-src/ext/oci8/tests coll_016.phpt 
  Log:
  change test to work with Oracle 10
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/coll_016.phpt?r1=1.4r2=1.5diff_format=u
Index: php-src/ext/oci8/tests/coll_016.phpt
diff -u php-src/ext/oci8/tests/coll_016.phpt:1.4 
php-src/ext/oci8/tests/coll_016.phpt:1.5
--- php-src/ext/oci8/tests/coll_016.phpt:1.4Tue May 30 22:37:08 2006
+++ php-src/ext/oci8/tests/coll_016.phptWed Sep 13 10:44:04 2006
@@ -37,10 +37,10 @@
 --EXPECTF--
 bool(true)
 
-Warning: OCI-Collection::assignelem(): OCI-22165: given index [%d] must be in 
the range of 0 to [0] in %s on line %d
+Warning: OCI-Collection::assignelem(): OCI-22165: given index [%d] must be in 
the range of %s to [0] in %s on line %d
 bool(false)
 
-Warning: OCI-Collection::assignelem(): OCI-22165: given index [5000] must be 
in the range of 0 to [0] in %s on line %d
+Warning: OCI-Collection::assignelem(): OCI-22165: given index [5000] must be 
in the range of %s to [0] in %s on line %d
 bool(false)
 bool(false)
 bool(false)

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



[PHP-CVS] cvs: php-src(PHP_5_2) /ext/oci8/tests coll_016.phpt

2006-09-13 Thread Antony Dovgal
tony2001Wed Sep 13 10:44:11 2006 UTC

  Modified files:  (Branch: PHP_5_2)
/php-src/ext/oci8/tests coll_016.phpt 
  Log:
  MFH
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/coll_016.phpt?r1=1.1.2.3.2.1r2=1.1.2.3.2.2diff_format=u
Index: php-src/ext/oci8/tests/coll_016.phpt
diff -u php-src/ext/oci8/tests/coll_016.phpt:1.1.2.3.2.1 
php-src/ext/oci8/tests/coll_016.phpt:1.1.2.3.2.2
--- php-src/ext/oci8/tests/coll_016.phpt:1.1.2.3.2.1Tue May 30 22:27:32 2006
+++ php-src/ext/oci8/tests/coll_016.phptWed Sep 13 10:44:11 2006
@@ -37,10 +37,10 @@
 --EXPECTF--
 bool(true)
 
-Warning: OCI-Collection::assignelem(): OCI-22165: given index [%d] must be in 
the range of 0 to [0] in %s on line %d
+Warning: OCI-Collection::assignelem(): OCI-22165: given index [%d] must be in 
the range of %s to [0] in %s on line %d
 bool(false)
 
-Warning: OCI-Collection::assignelem(): OCI-22165: given index [5000] must be 
in the range of 0 to [0] in %s on line %d
+Warning: OCI-Collection::assignelem(): OCI-22165: given index [5000] must be 
in the range of %s to [0] in %s on line %d
 bool(false)
 bool(false)
 bool(false)

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



[PHP-CVS] cvs: php-src(PHP_5_1) /ext/gd/libgd gd_gif_in.c

2006-09-13 Thread Pierre-Alain Joye
pajoye  Wed Sep 13 12:20:59 2006 UTC

  Modified files:  (Branch: PHP_5_1)
/php-src/ext/gd/libgd   gd_gif_in.c 
  Log:
  - #38801, bug #38112 was not MFH'ed correctly (or reintroduced)
  - sync (sorry for the WS/cosmetic changes, but easier)
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gd_gif_in.c?r1=1.5.4.5r2=1.5.4.6diff_format=u
Index: php-src/ext/gd/libgd/gd_gif_in.c
diff -u php-src/ext/gd/libgd/gd_gif_in.c:1.5.4.5 
php-src/ext/gd/libgd/gd_gif_in.c:1.5.4.6
--- php-src/ext/gd/libgd/gd_gif_in.c:1.5.4.5Thu Aug 10 18:34:22 2006
+++ php-src/ext/gd/libgd/gd_gif_in.cWed Sep 13 12:20:59 2006
@@ -78,7 +78,7 @@
 
 int ZeroDataBlock;
 
-gdImagePtr gdImageCreateFromGifSource(gdSourcePtr inSource)
+gdImagePtr gdImageCreateFromGifSource(gdSourcePtr inSource) /* {{{ */
 {
 gdIOCtx *in = gdNewSSCtx(inSource, NULL);
 gdImagePtr  im;
@@ -89,9 +89,9 @@
 
 return im;
 }
+/* }}} */
 
-gdImagePtr
-gdImageCreateFromGif(FILE *fdFile)
+gdImagePtr gdImageCreateFromGif(FILE *fdFile) /* {{{ */
 {
 gdIOCtx*fd = gdNewFileCtx(fdFile);
 gdImagePtr im = 0;
@@ -102,9 +102,9 @@
 
 return im;
 }
+/* }}} */
 
-gdImagePtr
-gdImageCreateFromGifCtx(gdIOCtxPtr fd)
+gdImagePtr gdImageCreateFromGifCtx(gdIOCtxPtr fd) /* {{{ */
 {
 /* 1.4   int imageNumber; */
int BitPixel;
@@ -185,15 +185,18 @@
 
bitPixel = 1((buf[8]0x07)+1);
 
+   if (!useGlobalColormap) {
+   if (ReadColorMap(fd, bitPixel, localColorMap)) {
+   return 0;
+   }
+   }
+
if (!(im = gdImageCreate(imw, imh))) {
return 0;
}
 
im-interlace = BitSet(buf[8], INTERLACE);
if (! useGlobalColormap) {
-  if (ReadColorMap(fd, bitPixel, localColorMap)) {
- return 0;
-   }
ReadImage(im, fd, imw, imh, localColorMap,
  BitSet(buf[8], INTERLACE));
  /*1.4//imageCount != imageNumber); */
@@ -230,9 +233,9 @@
}
return im;
 }
+/* }}} */
 
-static int
-ReadColorMap(gdIOCtx *fd, int number, unsigned char (*buffer)[256])
+static int ReadColorMap(gdIOCtx *fd, int number, unsigned char (*buffer)[256]) 
/* {{{ */
 {
int i;
unsigned char   rgb[3];
@@ -250,9 +253,9 @@
 
return FALSE;
 }
+/* }}} */
 
-static int
-DoExtension(gdIOCtx *fd, int label, int *Transparent)
+static int DoExtension(gdIOCtx *fd, int label, int *Transparent) /* {{{ */
 {
static unsigned char buf[256];
 
@@ -276,9 +279,9 @@
 
return FALSE;
 }
+/* }}} */
 
-static int
-GetDataBlock_(gdIOCtx *fd, unsigned char *buf)
+static int GetDataBlock_(gdIOCtx *fd, unsigned char *buf) /* {{{ */
 {
unsigned char   count;
 
@@ -294,9 +297,9 @@
 
return count;
 }
+/* }}} */
 
-static int
-GetDataBlock(gdIOCtx *fd, unsigned char *buf)
+static int GetDataBlock(gdIOCtx *fd, unsigned char *buf) /* {{{ */
 {
int rv;
int i;
@@ -317,9 +320,9 @@
}
return(rv);
 }
+/* }}} */
 
-static int
-GetCode_(gdIOCtx *fd, int code_size, int flag)
+static int GetCode_(gdIOCtx *fd, int code_size, int flag) /* {{{ */
 {
static unsigned charbuf[280];
static int  curbit, lastbit, done, last_byte;
@@ -359,8 +362,7 @@
return ret;
 }
 
-static int
-GetCode(gdIOCtx *fd, int code_size, int flag)
+static int GetCode(gdIOCtx *fd, int code_size, int flag) /* {{{ */
 {
  int rv;
 
@@ -368,10 +370,10 @@
  if (VERBOSE) php_gd_error_ex(E_NOTICE, [GetCode(,%d,%d) returning 
%d],code_size,flag,rv);
  return(rv);
 }
+/* }}} */
 
 #define STACK_SIZE ((1(MAX_LWZ_BITS))*2)
-static int
-LWZReadByte_(gdIOCtx *fd, int flag, int input_code_size)
+static int LWZReadByte_(gdIOCtx *fd, int flag, int input_code_size) /* {{{ */
 {
static int  fresh = FALSE;
int code, incode;
@@ -490,9 +492,9 @@
}
return code;
 }
+/* }}} */
 
-static int
-LWZReadByte(gdIOCtx *fd, int flag, int input_code_size)
+static int LWZReadByte(gdIOCtx *fd, int flag, int input_code_size) /* {{{ */
 {
  int rv;
 
@@ -500,9 +502,9 @@
  if (VERBOSE) php_gd_error_ex(E_NOTICE, [LWZReadByte(,%d,%d) returning 
%d],flag,input_code_size,rv);
  return(rv);
 }
+/* }}} */
 
-static void
-ReadImage(gdImagePtr im, gdIOCtx *fd, int len, int height, unsigned char 
(*cmap)[256], int interlace) /*1.4//, int ignore) */
+static void ReadImage(gdImagePtr im, gdIOCtx *fd, int len, int height, 
unsigned char (*cmap)[256], int interlace) /* {{{ */ /*1.4//, int ignore) */
 {
unsigned char   c;
int v;
@@ -590,4 +592,4 @@
/* Ignore extra */
}
 }
-
+/* }}} */

-- 
PHP CVS Mailing List (http://www.php.net/)
To 

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/gd/tests bug38112.gif bug38112.phpt

2006-09-13 Thread Pierre-Alain Joye
pajoye  Wed Sep 13 12:22:57 2006 UTC

  Added files: (Branch: PHP_5_1)
/php-src/ext/gd/tests   bug38112.gif bug38112.phpt 
  Log:
  - MFH: add test for 38112 and 37346
  
  

http://cvs.php.net/viewvc.cgi/php-src/ext/gd/tests/bug38112.phpt?view=markuprev=1.1
Index: php-src/ext/gd/tests/bug38112.phpt
+++ php-src/ext/gd/tests/bug38112.phpt

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



[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/cgi fastcgi.c

2006-09-13 Thread Dmitry Stogov
dmitry  Wed Sep 13 13:03:01 2006 UTC

  Modified files:  (Branch: PHP_5_2)
/php-src/sapi/cgi   fastcgi.c 
  Log:
  Fix for bug #38757 (MultiPart Form Uploads fail with FastCGI)
  
  
http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/fastcgi.c?r1=1.4.2.13.2.9r2=1.4.2.13.2.10diff_format=u
Index: php-src/sapi/cgi/fastcgi.c
diff -u php-src/sapi/cgi/fastcgi.c:1.4.2.13.2.9 
php-src/sapi/cgi/fastcgi.c:1.4.2.13.2.10
--- php-src/sapi/cgi/fastcgi.c:1.4.2.13.2.9 Mon Sep 11 07:22:40 2006
+++ php-src/sapi/cgi/fastcgi.c  Wed Sep 13 13:03:01 2006
@@ -16,7 +16,7 @@
+--+
 */
 
-/* $Id: fastcgi.c,v 1.4.2.13.2.9 2006/09/11 07:22:40 dmitry Exp $ */
+/* $Id: fastcgi.c,v 1.4.2.13.2.10 2006/09/13 13:03:01 dmitry Exp $ */
 
 #include php.h
 #include fastcgi.h
@@ -682,7 +682,7 @@
break;
 #else
if (req-fd = 0) {
-   struct timeval tv = {1,0};
+   struct timeval tv = {5,0};
fd_set set;
 
FD_ZERO(set);

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



[PHP-CVS] cvs: php-src /sapi/cgi fastcgi.c

2006-09-13 Thread Dmitry Stogov
dmitry  Wed Sep 13 13:03:14 2006 UTC

  Modified files:  
/php-src/sapi/cgi   fastcgi.c 
  Log:
  Fix for bug #38757 (MultiPart Form Uploads fail with FastCGI)
  
  
http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/fastcgi.c?r1=1.23r2=1.24diff_format=u
Index: php-src/sapi/cgi/fastcgi.c
diff -u php-src/sapi/cgi/fastcgi.c:1.23 php-src/sapi/cgi/fastcgi.c:1.24
--- php-src/sapi/cgi/fastcgi.c:1.23 Mon Sep 11 07:23:40 2006
+++ php-src/sapi/cgi/fastcgi.c  Wed Sep 13 13:03:14 2006
@@ -16,7 +16,7 @@
+--+
 */
 
-/* $Id: fastcgi.c,v 1.23 2006/09/11 07:23:40 dmitry Exp $ */
+/* $Id: fastcgi.c,v 1.24 2006/09/13 13:03:14 dmitry Exp $ */
 
 #include php.h
 #include fastcgi.h
@@ -682,7 +682,7 @@
break;
 #else
if (req-fd = 0) {
-   struct timeval tv = {1,0};
+   struct timeval tv = {5,0};
fd_set set;
 
FD_ZERO(set);

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



[PHP-CVS] cvs: php-src /ext/json/tests 003.phpt

2006-09-13 Thread Dmitry Stogov
dmitry  Wed Sep 13 13:26:10 2006 UTC

  Modified files:  
/php-src/ext/json/tests 003.phpt 
  Log:
  Fixed memory leaks
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/json/tests/003.phpt?r1=1.2r2=1.3diff_format=u
Index: php-src/ext/json/tests/003.phpt
diff -u php-src/ext/json/tests/003.phpt:1.2 php-src/ext/json/tests/003.phpt:1.3
--- php-src/ext/json/tests/003.phpt:1.2 Thu Jul 20 09:33:15 2006
+++ php-src/ext/json/tests/003.phpt Wed Sep 13 13:26:10 2006
@@ -11,6 +11,9 @@
 var_dump($a);
 var_dump(json_encode($a));
 
+/* Break circular data structure to prevent memory leaks */
+unset($a[0]);
+
 echo Done\n;
 ?
 --EXPECTF--

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



[PHP-CVS] cvs: php-src(PHP_5_2) /ext/json/tests 003.phpt

2006-09-13 Thread Dmitry Stogov
dmitry  Wed Sep 13 13:25:50 2006 UTC

  Modified files:  (Branch: PHP_5_2)
/php-src/ext/json/tests 003.phpt 
  Log:
  Fix memory leaks
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/json/tests/003.phpt?r1=1.1.2.3r2=1.1.2.4diff_format=u
Index: php-src/ext/json/tests/003.phpt
diff -u php-src/ext/json/tests/003.phpt:1.1.2.3 
php-src/ext/json/tests/003.phpt:1.1.2.4
--- php-src/ext/json/tests/003.phpt:1.1.2.3 Thu Jul 20 09:33:28 2006
+++ php-src/ext/json/tests/003.phpt Wed Sep 13 13:25:50 2006
@@ -11,6 +11,9 @@
 var_dump($a);
 var_dump(json_encode($a));
 
+/* Break circular data structure to prevent memory leaks */
+unset($a[0]);
+
 echo Done\n;
 ?
 --EXPECTF--

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



Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/dom element.c /ext/dom/tests bug38474.phpt

2006-09-13 Thread Rob Richards

Antony Dovgal wrote:

On 29.08.2006 03:36, Rob Richards wrote:

rrichardsMon Aug 28 23:36:23 2006 UTC

  Added files: (Branch: PHP_5_2)
/php-src/ext/dom/testsbug38474.phpt
  Modified files:  /php-src/ext/domelement.c   Log:
  fix #38474 (getAttribute select attribute by order, even when prefixed)
  add test
  


This fix doesn't work with old libxml2 (like 2.6.16).
Is this expected (some libxml2 issue or anything else..)?


There is also a fix in libxml2 that is required (I think its in one of 
the .2x versions) that is also required (fixes a bug when calling set 
property).


Rob

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



[PHP-CVS] cvs: php-src(PHP_5_2) /ext/mysqli/tests bug36745.phpt

2006-09-13 Thread Ilia Alshanetsky
iliaa   Wed Sep 13 15:52:57 2006 UTC

  Modified files:  (Branch: PHP_5_2)
/php-src/ext/mysqli/tests   bug36745.phpt 
  Log:
  Fixed test for systems without INFILE/OUTFILE support
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/bug36745.phpt?r1=1.1.2.1r2=1.1.2.1.2.1diff_format=u
Index: php-src/ext/mysqli/tests/bug36745.phpt
diff -u php-src/ext/mysqli/tests/bug36745.phpt:1.1.2.1 
php-src/ext/mysqli/tests/bug36745.phpt:1.1.2.1.2.1
--- php-src/ext/mysqli/tests/bug36745.phpt:1.1.2.1  Fri Mar 24 12:10:39 2006
+++ php-src/ext/mysqli/tests/bug36745.phpt  Wed Sep 13 15:52:57 2006
@@ -18,6 +18,6 @@
$mysql-close();
printf(Done);
 ?
---EXPECT--
-string(31) Can't find file 'filenotfound'.
+--EXPECTF--
+string(%d) %s
 Done

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



[PHP-CVS] cvs: php-src /ext/mysqli/tests bug36745.phpt

2006-09-13 Thread Ilia Alshanetsky
iliaa   Wed Sep 13 15:53:12 2006 UTC

  Modified files:  
/php-src/ext/mysqli/tests   bug36745.phpt 
  Log:
  MFB: Fixed test for systems without INFILE/OUTFILE support
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/bug36745.phpt?r1=1.2r2=1.3diff_format=u
Index: php-src/ext/mysqli/tests/bug36745.phpt
diff -u php-src/ext/mysqli/tests/bug36745.phpt:1.2 
php-src/ext/mysqli/tests/bug36745.phpt:1.3
--- php-src/ext/mysqli/tests/bug36745.phpt:1.2  Tue May  9 13:53:39 2006
+++ php-src/ext/mysqli/tests/bug36745.phpt  Wed Sep 13 15:53:12 2006
@@ -18,6 +18,6 @@
$mysql-close();
printf(Done);
 ?
---EXPECT--
-string(31) Can't find file 'filenotfound'.
+--EXPECTF--
+string(%d) %s
 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_2) / NEWS

2006-09-13 Thread Ilia Alshanetsky
iliaa   Wed Sep 13 15:54:51 2006 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS 
  Log:
  Fixed name
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.248r2=1.2027.2.547.2.249diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.248 php-src/NEWS:1.2027.2.547.2.249
--- php-src/NEWS:1.2027.2.547.2.248 Tue Sep 12 15:47:25 2006
+++ php-src/NEWSWed Sep 13 15:54:51 2006
@@ -17,7 +17,7 @@
   families). (Sara)
 - Fixed bug #38661 (mixed-case URL breaks url-wrappers). (Ilia)
 - Fixed bug #38464 (array_count_values() mishandles numeric strings). 
-  (php_lists at realplain dot com, Ilia)
+  (Matthew Wilmas, Ilia)
 - Fixed bug #38096 (large timeout values ignored on 32bit machines in
   stream_socket_accept() and stream_socket_client()). (Ilia)
 - Fixed bug #37923 (Display constant value in reflection::export). (Johannes)

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



[PHP-CVS] cvs: php-src(PHP_5_2) /win32 php5ts.dsp

2006-09-13 Thread Stanislav Malyshev
stasWed Sep 13 17:23:16 2006 UTC

  Modified files:  (Branch: PHP_5_2)
/php-src/win32  php5ts.dsp 
  Log:
  fix fcgi build
  
  
http://cvs.php.net/viewvc.cgi/php-src/win32/php5ts.dsp?r1=1.1r2=1.1.6.1diff_format=u
Index: php-src/win32/php5ts.dsp
diff -u php-src/win32/php5ts.dsp:1.1 php-src/win32/php5ts.dsp:1.1.6.1
--- php-src/win32/php5ts.dsp:1.1Sat Jan 17 13:00:22 2004
+++ php-src/win32/php5ts.dspWed Sep 13 17:23:16 2006
@@ -152,6 +152,10 @@
 # End Source File
 # Begin Source File
 
+SOURCE=..\sapi\cgi\fastcgi.c
+# End Source File
+# Begin Source File
+
 SOURCE=..\sapi\cgi\getopt.c
 # End Source File
 # End Group

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



[PHP-CVS] cvs: php-src(PHP_5_2) /win32 php5dllts.dsp

2006-09-13 Thread Stanislav Malyshev
stasWed Sep 13 17:33:25 2006 UTC

  Modified files:  (Branch: PHP_5_2)
/php-src/win32  php5dllts.dsp 
  Log:
  fix VC build:
  - update PCRE defines
  - create timelib_config.h
  - update .def dependencies
  
  http://cvs.php.net/viewvc.cgi/php-src/win32/php5dllts.dsp?r1=1.6.4.1r2=1.6.4.2diff_format=u
Index: php-src/win32/php5dllts.dsp
diff -u php-src/win32/php5dllts.dsp:1.6.4.1 php-src/win32/php5dllts.dsp:1.6.4.2
--- php-src/win32/php5dllts.dsp:1.6.4.1 Mon Jun  5 09:02:28 2006
+++ php-src/win32/php5dllts.dsp Wed Sep 13 17:33:24 2006
@@ -393,82 +393,82 @@
 # Begin Source File
 
 SOURCE=..\ext\pcre\pcrelib\pcre_chartables.c
-# ADD CPP /D SUPPORT_UTF8 /D LINK_SIZE=2 /D MATCH_LIMIT=1000 /D 
MATCH_LIMIT_RECURSION=1000 /D NEWLINE=10 /D SUPPORT_UCP
+# ADD CPP /D SUPPORT_UTF8 /D LINK_SIZE=2 /D MATCH_LIMIT=1000 /D 
MATCH_LIMIT_RECURSION=1000 /D NEWLINE=10 /D SUPPORT_UCP /D 
MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=1 /D MAX_DUPLENGTH=3 /D NO_RECURSE
 # End Source File
 # Begin Source File
 
 SOURCE=..\ext\pcre\pcrelib\pcre_compile.c
-# ADD CPP /D SUPPORT_UTF8 /D LINK_SIZE=2 /D MATCH_LIMIT=1000 /D 
MATCH_LIMIT_RECURSION=1000 /D NEWLINE=10 /D SUPPORT_UCP
+# ADD CPP /D SUPPORT_UTF8 /D LINK_SIZE=2 /D MATCH_LIMIT=1000 /D 
MATCH_LIMIT_RECURSION=1000 /D NEWLINE=10 /D SUPPORT_UCP /D 
MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=1 /D MAX_DUPLENGTH=3 /D NO_RECURSE
 # End Source File
 # Begin Source File
 
 SOURCE=..\ext\pcre\pcrelib\pcre_exec.c
-# ADD CPP /D SUPPORT_UTF8 /D LINK_SIZE=2 /D MATCH_LIMIT=1000 /D 
MATCH_LIMIT_RECURSION=1000 /D NEWLINE=10 /D SUPPORT_UCP
+# ADD CPP /D SUPPORT_UTF8 /D LINK_SIZE=2 /D MATCH_LIMIT=1000 /D 
MATCH_LIMIT_RECURSION=1000 /D NEWLINE=10 /D SUPPORT_UCP /D 
MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=1 /D MAX_DUPLENGTH=3 /D NO_RECURSE
 # End Source File
 # Begin Source File
 
 SOURCE=..\ext\pcre\pcrelib\pcre_fullinfo.c
-# ADD CPP /D SUPPORT_UTF8 /D LINK_SIZE=2 /D MATCH_LIMIT=1000 /D 
MATCH_LIMIT_RECURSION=1000 /D NEWLINE=10 /D SUPPORT_UCP
+# ADD CPP /D SUPPORT_UTF8 /D LINK_SIZE=2 /D MATCH_LIMIT=1000 /D 
MATCH_LIMIT_RECURSION=1000 /D NEWLINE=10 /D SUPPORT_UCP /D 
MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=1 /D MAX_DUPLENGTH=3 /D NO_RECURSE
 # End Source File
 # Begin Source File
 
 SOURCE=..\ext\pcre\pcrelib\pcre_get.c
-# ADD CPP /D SUPPORT_UTF8 /D LINK_SIZE=2 /D MATCH_LIMIT=1000 /D 
MATCH_LIMIT_RECURSION=1000 /D NEWLINE=10 /D SUPPORT_UCP
+# ADD CPP /D SUPPORT_UTF8 /D LINK_SIZE=2 /D MATCH_LIMIT=1000 /D 
MATCH_LIMIT_RECURSION=1000 /D NEWLINE=10 /D SUPPORT_UCP /D 
MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=1 /D MAX_DUPLENGTH=3 /D NO_RECURSE
 # End Source File
 # Begin Source File
 
 SOURCE=..\ext\pcre\pcrelib\pcre_globals.c
-# ADD CPP /D SUPPORT_UTF8 /D LINK_SIZE=2 /D MATCH_LIMIT=1000 /D 
MATCH_LIMIT_RECURSION=1000 /D NEWLINE=10 /D SUPPORT_UCP
+# ADD CPP /D SUPPORT_UTF8 /D LINK_SIZE=2 /D MATCH_LIMIT=1000 /D 
MATCH_LIMIT_RECURSION=1000 /D NEWLINE=10 /D SUPPORT_UCP /D 
MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=1 /D MAX_DUPLENGTH=3 /D NO_RECURSE
 # End Source File
 # Begin Source File
 
 SOURCE=..\ext\pcre\pcrelib\pcre_info.c
-# ADD CPP /D SUPPORT_UTF8 /D LINK_SIZE=2 /D MATCH_LIMIT=1000 /D 
MATCH_LIMIT_RECURSION=1000 /D NEWLINE=10 /D SUPPORT_UCP
+# ADD CPP /D SUPPORT_UTF8 /D LINK_SIZE=2 /D MATCH_LIMIT=1000 /D 
MATCH_LIMIT_RECURSION=1000 /D NEWLINE=10 /D SUPPORT_UCP /D 
MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=1 /D MAX_DUPLENGTH=3 /D NO_RECURSE
 # End Source File
 # Begin Source File
 
 SOURCE=..\ext\pcre\pcrelib\pcre_maketables.c
-# ADD CPP /D SUPPORT_UTF8 /D LINK_SIZE=2 /D MATCH_LIMIT=1000 /D 
MATCH_LIMIT_RECURSION=1000 /D NEWLINE=10 /D SUPPORT_UCP
+# ADD CPP /D SUPPORT_UTF8 /D LINK_SIZE=2 /D MATCH_LIMIT=1000 /D 
MATCH_LIMIT_RECURSION=1000 /D NEWLINE=10 /D SUPPORT_UCP /D 
MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=1 /D MAX_DUPLENGTH=3 /D NO_RECURSE
 # End Source File
 # Begin Source File
 
 SOURCE=..\ext\pcre\pcrelib\pcre_ord2utf8.c
-# ADD CPP /D SUPPORT_UTF8 /D LINK_SIZE=2 /D MATCH_LIMIT=1000 /D 
MATCH_LIMIT_RECURSION=1000 /D NEWLINE=10 /D SUPPORT_UCP
+# ADD CPP /D SUPPORT_UTF8 /D LINK_SIZE=2 /D MATCH_LIMIT=1000 /D 
MATCH_LIMIT_RECURSION=1000 /D NEWLINE=10 /D SUPPORT_UCP /D 
MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=1 /D MAX_DUPLENGTH=3 /D NO_RECURSE
 # End Source File
 # Begin Source File
 
 SOURCE=..\ext\pcre\pcrelib\pcre_study.c
-# ADD CPP /D SUPPORT_UTF8 /D LINK_SIZE=2 /D MATCH_LIMIT=1000 /D 
MATCH_LIMIT_RECURSION=1000 /D NEWLINE=10 /D SUPPORT_UCP
+# ADD CPP /D SUPPORT_UTF8 /D LINK_SIZE=2 /D MATCH_LIMIT=1000 /D 
MATCH_LIMIT_RECURSION=1000 /D NEWLINE=10 /D SUPPORT_UCP /D 
MAX_NAME_SIZE=32 /D MAX_NAME_COUNT=1 /D MAX_DUPLENGTH=3 /D NO_RECURSE
 # End Source File
 # Begin Source File
 
 SOURCE=..\ext\pcre\pcrelib\pcre_tables.c
-# ADD CPP /D SUPPORT_UTF8 /D LINK_SIZE=2 /D MATCH_LIMIT=1000 /D 

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/date/lib timelib_config.h.win32

2006-09-13 Thread Stanislav Malyshev
stasWed Sep 13 17:47:21 2006 UTC

  Added files: (Branch: PHP_5_2)
/php-src/ext/date/lib   timelib_config.h.win32 
  Log:
  add for VC build
  
  

http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/timelib_config.h.win32?view=markuprev=1.1
Index: php-src/ext/date/lib/timelib_config.h.win32
+++ php-src/ext/date/lib/timelib_config.h.win32

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