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

2007-03-12 Thread changelog
changelog   Tue Mar 13 01:31:12 2007 UTC

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1080r2=1.1081diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1080 ZendEngine2/ChangeLog:1.1081
--- ZendEngine2/ChangeLog:1.1080Fri Mar  9 01:31:03 2007
+++ ZendEngine2/ChangeLog   Tue Mar 13 01:31:12 2007
@@ -1,3 +1,27 @@
+2007-03-12  Dmitry Stogov  [EMAIL PROTECTED]
+
+* zend_alloc.c
+  zend_alloc.c
+  tests/bug40770.phpt:
+  Fixed bug #40770 (Apache child exits when PHP memory limit reached)
+
+* tests/bug40770.phpt
+  tests/bug40770.phpt:
+  
+  file bug40770.phpt was initially added on branch PHP_5_2.
+
+2007-03-12  Antony Dovgal  [EMAIL PROTECTED]
+
+* (PHP_5_2)
+  zend_compile.c
+  tests/bug40784.phpt:
+  MFH: fix #40784 (Case sensivity in constructor's fallback)
+
+* zend_compile.c
+  tests/bug40784.phpt
+  tests/bug40784.phpt:
+  fix #40784 (Case sensivity in constructor's fallback)
+
 2007-03-08  Stanislav Malyshev  [EMAIL PROTECTED]
 
 * zend_vm_def.h
@@ -17069,7 +17093,7 @@
 2003-06-10  Jani Taskinen  [EMAIL PROTECTED]
 
 * zend_multiply.h:
-  - Missing $Id: ChangeLog,v 1.1080 2007/03/09 01:31:03 changelog Exp $ tag
+  - Missing $Id: ChangeLog,v 1.1081 2007/03/13 01:31:12 changelog Exp $ tag
 
 2003-06-10  James Cox  [EMAIL PROTECTED]
 
@@ -18793,7 +18817,7 @@
   zend_types.h
   zend_variables.c
   zend_variables.h:
-  - Added some missing CVS $Id: ChangeLog,v 1.1080 2007/03/09 01:31:03 
changelog Exp $ tags, headers and footers.
+  - Added some missing CVS $Id: ChangeLog,v 1.1081 2007/03/13 01:31:12 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  [EMAIL PROTECTED]
 


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

2007-03-12 Thread Dmitry Stogov
dmitry  Mon Mar 12 07:39:01 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/php-src/sapi/cgi   fastcgi.c 
  Log:
  Fixed compilation warning
  
  
http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/fastcgi.c?r1=1.4.2.13.2.21r2=1.4.2.13.2.22diff_format=u
Index: php-src/sapi/cgi/fastcgi.c
diff -u php-src/sapi/cgi/fastcgi.c:1.4.2.13.2.21 
php-src/sapi/cgi/fastcgi.c:1.4.2.13.2.22
--- php-src/sapi/cgi/fastcgi.c:1.4.2.13.2.21Tue Feb 27 03:28:17 2007
+++ php-src/sapi/cgi/fastcgi.c  Mon Mar 12 07:39:01 2007
@@ -16,7 +16,7 @@
+--+
 */
 
-/* $Id: fastcgi.c,v 1.4.2.13.2.21 2007/02/27 03:28:17 iliaa Exp $ */
+/* $Id: fastcgi.c,v 1.4.2.13.2.22 2007/03/12 07:39:01 dmitry Exp $ */
 
 #include php.h
 #include fastcgi.h
@@ -133,7 +133,7 @@
 
 typedef struct _fcgi_mgmt_rec {
char*  name;
-   size_t name_len;
+   char   name_len;
char   val;
 } fcgi_mgmt_rec;
 


-- 
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

2007-03-12 Thread Dmitry Stogov
dmitry  Mon Mar 12 07:39:24 2007 UTC

  Modified files:  
/php-src/sapi/cgi   fastcgi.c 
  Log:
  Fixed compilation warning
  
  
http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/fastcgi.c?r1=1.34r2=1.35diff_format=u
Index: php-src/sapi/cgi/fastcgi.c
diff -u php-src/sapi/cgi/fastcgi.c:1.34 php-src/sapi/cgi/fastcgi.c:1.35
--- php-src/sapi/cgi/fastcgi.c:1.34 Mon Feb 26 09:39:08 2007
+++ php-src/sapi/cgi/fastcgi.c  Mon Mar 12 07:39:24 2007
@@ -16,7 +16,7 @@
+--+
 */
 
-/* $Id: fastcgi.c,v 1.34 2007/02/26 09:39:08 dmitry Exp $ */
+/* $Id: fastcgi.c,v 1.35 2007/03/12 07:39:24 dmitry Exp $ */
 
 #include php.h
 #include fastcgi.h
@@ -133,7 +133,7 @@
 
 typedef struct _fcgi_mgmt_rec {
char*  name;
-   size_t name_len;
+   char   name_len;
char   val;
 } fcgi_mgmt_rec;
 

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