[PHP-CVS] cvs: php-src /ext/skeleton skeleton.dsp

2003-10-28 Thread Frank M. Kromann
fmk Wed Oct 29 00:42:26 2003 EDT

  Modified files:  
/php-src/ext/skeleton   skeleton.dsp 
  Log:
  On win32 extensions starts with php_
  
Index: php-src/ext/skeleton/skeleton.dsp
diff -u php-src/ext/skeleton/skeleton.dsp:1.4 php-src/ext/skeleton/skeleton.dsp:1.5
--- php-src/ext/skeleton/skeleton.dsp:1.4   Sun Jun 29 12:07:18 2003
+++ php-src/ext/skeleton/skeleton.dsp   Wed Oct 29 00:42:26 2003
@@ -54,7 +54,7 @@
 # ADD BSC32 /nologo
 LINK32=link.exe
 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib 
php4ts.lib /nologo /dll /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib 
shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php4ts.lib /nologo 
/dll /machine:I386 /out:"..\..\Release_TS/extname.dll" /libpath:"..\..\Release_TS" 
/libpath:"..\..\Release_TS_Inline"
+# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib 
shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php4ts.lib /nologo 
/dll /machine:I386 /out:"..\..\Release_TS/php_extname.dll" /libpath:"..\..\Release_TS" 
/libpath:"..\..\Release_TS_Inline"
 
 !ELSEIF  "$(CFG)" == "extname - Win32 Debug_TS"
 
@@ -81,7 +81,7 @@
 # ADD BSC32 /nologo
 LINK32=link.exe
 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib 
php4ts.lib /nologo /dll /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib 
shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php4ts_debug.lib 
/nologo /dll /machine:I386 /out:"..\..\Debug_TS/extname.dll" /libpath:"..\..\Debug_TS"
+# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib 
shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php4ts_debug.lib 
/nologo /dll /machine:I386 /out:"..\..\Debug_TS/php_extname.dll" 
/libpath:"..\..\Debug_TS"
 
 !ENDIF 
 

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



[PHP-CVS] cvs: php-src /ext ext_skel_win32.php

2003-10-28 Thread Frank M. Kromann
fmk Wed Oct 29 00:42:06 2003 EDT

  Modified files:  
/php-src/extext_skel_win32.php 
  Log:
  On win32 extensions starts with php_
  
Index: php-src/ext/ext_skel_win32.php
diff -u php-src/ext/ext_skel_win32.php:1.5 php-src/ext/ext_skel_win32.php:1.6
--- php-src/ext/ext_skel_win32.php:1.5  Wed Oct 29 00:34:00 2003
+++ php-src/ext/ext_skel_win32.php  Wed Oct 29 00:42:05 2003
@@ -1,5 +1,5 @@
 http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] cvs: php-src(PHP_4_3) /ext ext_skel_win32.php

2003-10-28 Thread Frank M. Kromann
fmk Wed Oct 29 00:34:22 2003 EDT

  Modified files:  (Branch: PHP_4_3)
/php-src/extext_skel_win32.php 
  Log:
  Fix typo in parameter
  
Index: php-src/ext/ext_skel_win32.php
diff -u php-src/ext/ext_skel_win32.php:1.1.2.1 php-src/ext/ext_skel_win32.php:1.1.2.2
--- php-src/ext/ext_skel_win32.php:1.1.2.1  Fri Jan 31 13:50:41 2003
+++ php-src/ext/ext_skel_win32.php  Wed Oct 29 00:34:21 2003
@@ -1,5 +1,5 @@
 http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] cvs: php-src /ext ext_skel_win32.php

2003-10-28 Thread Frank M. Kromann
fmk Wed Oct 29 00:34:01 2003 EDT

  Modified files:  
/php-src/extext_skel_win32.php 
  Log:
  Fix typo in parameter
  
Index: php-src/ext/ext_skel_win32.php
diff -u php-src/ext/ext_skel_win32.php:1.4 php-src/ext/ext_skel_win32.php:1.5
--- php-src/ext/ext_skel_win32.php:1.4  Sun Jun 29 12:07:17 2003
+++ php-src/ext/ext_skel_win32.php  Wed Oct 29 00:34:00 2003
@@ -1,5 +1,5 @@
 http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] cvs: php-src /ext/dom/tests dom005.phpt

2003-10-28 Thread Ilia Alshanetsky
iliaa   Wed Oct 29 00:04:41 2003 EDT

  Modified files:  
/php-src/ext/dom/tests  dom005.phpt 
  Log:
  Fixed test.
  
  
Index: php-src/ext/dom/tests/dom005.phpt
diff -u php-src/ext/dom/tests/dom005.phpt:1.1 php-src/ext/dom/tests/dom005.phpt:1.2
--- php-src/ext/dom/tests/dom005.phpt:1.1   Mon Oct 27 12:36:44 2003
+++ php-src/ext/dom/tests/dom005.phpt   Wed Oct 29 00:04:40 2003
@@ -15,13 +15,13 @@
 --EXPECT--
 --- save as XML
 
-http://www.w3.org/TR/REC-html40/loose.dtd";>
+http://www.w3.org/TR/REC-html40/loose.dtd";>
 Hello world
 This is a not well-formed
 html files with undeclared entities 
 
 --- save as HTML
-http://www.w3.org/TR/REC-html40/loose.dtd";>
+http://www.w3.org/TR/REC-html40/loose.dtd";>
 
 Hello world
 

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



[PHP-CVS] cvs: php-src /ext/standard user_filters.c

2003-10-28 Thread Sara Golemon
pollita Tue Oct 28 19:19:58 2003 EDT

  Modified files:  
/php-src/ext/standard   user_filters.c 
  Log:
  Allow userspace filters to use wildcards
  
Index: php-src/ext/standard/user_filters.c
diff -u php-src/ext/standard/user_filters.c:1.21 
php-src/ext/standard/user_filters.c:1.22
--- php-src/ext/standard/user_filters.c:1.21Tue Oct 28 18:56:57 2003
+++ php-src/ext/standard/user_filters.c Tue Oct 28 19:19:57 2003
@@ -18,7 +18,7 @@
+--+
 */
 
-/* $Id: user_filters.c,v 1.21 2003/10/28 23:56:57 pollita Exp $ */
+/* $Id: user_filters.c,v 1.22 2003/10/29 00:19:57 pollita Exp $ */
 
 #include "php.h"
 #include "php_globals.h"
@@ -246,9 +246,36 @@
/* determine the classname/class entry */
if (FAILURE == zend_hash_find(BG(user_filter_map), (char*)filtername,
strlen(filtername), (void**)&fdat)) {
-   php_error_docref(NULL TSRMLS_CC, E_WARNING,
-   "Err, filter \"%s\" is not in the user-filter map, but 
somehow the user-filter-factory was invoked for it!?", filtername);
-   return NULL;
+   char *period;
+
+   /* Userspace Filters using ambiguous wildcards could cause problems.
+   i.e.: myfilter.foo.bar will always call into myfilter.foo.*
+ never seeing myfilter.* 
+   TODO: Allow failed userfilter creations to continue
+ scanning through the list */
+   if ((period = strrchr(filtername, '.'))) {
+   char *wildcard;
+
+   /* Search for wildcard matches instead */
+   wildcard = estrdup(filtername);
+   period = wildcard + (period - filtername);
+   while (period) {
+   *period = '\0';
+   strcat(wildcard, ".*");
+   if (SUCCESS == zend_hash_find(BG(user_filter_map), 
wildcard, strlen(wildcard), (void**)&fdat)) {
+   period = NULL;
+   } else {
+   *period = '\0';
+   period = strrchr(wildcard, '.');
+   }
+   }
+   efree(wildcard);
+   }
+   if (fdat == NULL) {
+   php_error_docref(NULL TSRMLS_CC, E_WARNING,
+   "Err, filter \"%s\" is not in the user-filter 
map, but somehow the user-filter-factory was invoked for it!?", filtername);
+   return NULL;
+   }
}
 
/* bind the classname to the actual class */

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



[PHP-CVS] cvs: php-src /ext/standard user_filters.c

2003-10-28 Thread Sara Golemon
pollita Tue Oct 28 18:56:58 2003 EDT

  Modified files:  
/php-src/ext/standard   user_filters.c 
  Log:
  Allow userfilter instantiation to programmatically fail by returning false.
  Equivalent of Cspace filter "failure" by returning NULL.
  
  
Index: php-src/ext/standard/user_filters.c
diff -u php-src/ext/standard/user_filters.c:1.20 
php-src/ext/standard/user_filters.c:1.21
--- php-src/ext/standard/user_filters.c:1.20Thu Aug  7 15:53:31 2003
+++ php-src/ext/standard/user_filters.c Tue Oct 28 18:56:57 2003
@@ -18,7 +18,7 @@
+--+
 */
 
-/* $Id: user_filters.c,v 1.20 2003/08/07 19:53:31 moriyoshi Exp $ */
+/* $Id: user_filters.c,v 1.21 2003/10/28 23:56:57 pollita Exp $ */
 
 #include "php.h"
 #include "php_globals.h"
@@ -118,6 +118,11 @@
zval *retval = NULL;
zval **tmp; 
 
+   if (obj == NULL) {
+   /* If there's no object associated then there's nothing to dispose of 
*/
+   return;
+   }
+
ZVAL_STRINGL(&func_name, "onclose", sizeof("onclose")-1, 0);
 
call_user_function_ex(NULL,
@@ -266,20 +271,12 @@
return NULL;
}
 
-   ALLOC_INIT_ZVAL(zfilter);
-   ZEND_REGISTER_RESOURCE(zfilter, filter, le_userfilters);
-   
/* create the object */
ALLOC_ZVAL(obj);
object_init_ex(obj, fdat->ce);
ZVAL_REFCOUNT(obj) = 1;
PZVAL_IS_REF(obj) = 1;
 
-   /* set the filter property */
-   filter->abstract = obj;
-   
-   add_property_zval(obj, "filter", zfilter);
-
/* filtername */
add_property_string(obj, "filtername", (char*)filtername, 1);

@@ -300,8 +297,30 @@
0, NULL,
0, NULL TSRMLS_CC);
 
-   if (retval)
+   if (retval) {
+   if (Z_TYPE_P(retval) == IS_BOOL && Z_LVAL_P(retval) == 0) {
+   /* User reported filter creation error "return false;" */
+   zval_ptr_dtor(&retval);
+
+   /* Kill the filter (safely) */
+   filter->abstract = NULL;
+   php_stream_filter_free(filter TSRMLS_CC);
+
+   /* Kill the object */
+   zval_ptr_dtor(&obj);
+
+   /* Report failure to filter_alloc */
+   return NULL;
+   }   
zval_ptr_dtor(&retval);
+   }
+
+   /* set the filter property, this will be used during cleanup */
+   ALLOC_INIT_ZVAL(zfilter);
+   ZEND_REGISTER_RESOURCE(zfilter, filter, le_userfilters);
+   filter->abstract = obj;
+   add_property_zval(obj, "filter", zfilter);
+
return filter;
 }
 

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



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

2003-10-28 Thread Sara Golemon
pollita Tue Oct 28 18:29:17 2003 EDT

  Modified files:  
/php-src/main/streams   filter.c 
  Log:
  Stop looking once we've found a matching filter.
  
Index: php-src/main/streams/filter.c
diff -u php-src/main/streams/filter.c:1.7 php-src/main/streams/filter.c:1.8
--- php-src/main/streams/filter.c:1.7   Tue Oct 28 16:52:59 2003
+++ php-src/main/streams/filter.c   Tue Oct 28 18:29:16 2003
@@ -16,7 +16,7 @@
+--+
  */
 
-/* $Id: filter.c,v 1.7 2003/10/28 21:52:59 pollita Exp $ */
+/* $Id: filter.c,v 1.8 2003/10/28 23:29:16 pollita Exp $ */
 
 #include "php.h"
 #include "php_globals.h"
@@ -238,7 +238,7 @@
 
wildname = estrdup(filtername);
period = wildname + (period - filtername);
-   while (period) {
+   while (period && !filter) {
*period = '\0';
strcat(wildname, ".*");
if (SUCCESS == zend_hash_find(&stream_filters_hash, wildname, 
strlen(wildname), (void**)&factory)) {

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



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

2003-10-28 Thread Sara Golemon
pollita Tue Oct 28 16:53:00 2003 EDT

  Modified files:  
/php-src/main/streams   filter.c 
  Log:
  Extend Filter matching to check wildcards at multiple levels.
  Ex:  foo.bar.baz.bomb
  Searches:
   foo.bar.baz.bomb itself,
   foo.bar.baz.*,
   foo.bar.*, and
   foo.*
  
  Also changed tempvar "char wildcard[128];" to an estrdup() to
  deal with potential filternames longer than 127 bytes.
  
  
Index: php-src/main/streams/filter.c
diff -u php-src/main/streams/filter.c:1.6 php-src/main/streams/filter.c:1.7
--- php-src/main/streams/filter.c:1.6   Tue Jun 10 16:03:42 2003
+++ php-src/main/streams/filter.c   Tue Oct 28 16:52:59 2003
@@ -16,7 +16,7 @@
+--+
  */
 
-/* $Id: filter.c,v 1.6 2003/06/10 20:03:42 imajes Exp $ */
+/* $Id: filter.c,v 1.7 2003/10/28 21:52:59 pollita Exp $ */
 
 #include "php.h"
 #include "php_globals.h"
@@ -217,8 +217,8 @@
 
 
 /* We allow very simple pattern matching for filter factories:
- * if "charset.utf-8/sjis" is requested, we search first for an exact
- * match. If that fails, we try "charset.*".
+ * if "convert.charset.utf-8/sjis" is requested, we search first for an exact
+ * match. If that fails, we try "convert.charset.*", then "convert.*"
  * This means that we don't need to clog up the hashtable with a zillion
  * charsets (for example) but still be able to provide them all as filters */
 PHPAPI php_stream_filter *php_stream_filter_create(const char *filtername, zval 
*filterparams, int persistent TSRMLS_DC)
@@ -232,16 +232,23 @@

if (SUCCESS == zend_hash_find(&stream_filters_hash, (char*)filtername, n, 
(void**)&factory)) {
filter = factory->create_filter(filtername, filterparams, persistent 
TSRMLS_CC);
-   } else if ((period = strchr(filtername, '.'))) {
+   } else if ((period = strrchr(filtername, '.'))) {
/* try a wildcard */
-   char wildname[128];
+   char *wildname;
 
-   PHP_STRLCPY(wildname, filtername, sizeof(wildname) - 1, 
period-filtername + 1);
-   strcat(wildname, "*");
-   
-   if (SUCCESS == zend_hash_find(&stream_filters_hash, wildname, 
strlen(wildname), (void**)&factory)) {
-   filter = factory->create_filter(filtername, filterparams, 
persistent TSRMLS_CC);
+   wildname = estrdup(filtername);
+   period = wildname + (period - filtername);
+   while (period) {
+   *period = '\0';
+   strcat(wildname, ".*");
+   if (SUCCESS == zend_hash_find(&stream_filters_hash, wildname, 
strlen(wildname), (void**)&factory)) {
+   filter = factory->create_filter(filtername, 
filterparams, persistent TSRMLS_CC);
+   }
+
+   *period = '\0';
+   period = strrchr(wildname, '.');
}
+   efree(wildname);
}
 
if (filter == NULL) {

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



[PHP-CVS] cvs: php-src / NEWS

2003-10-28 Thread George Schlossnagle
gschlossnagle   Tue Oct 28 14:04:39 2003 EDT

  Modified files:  
/php-srcNEWS 
  Log:
  note pcntl_wait()
  
  
Index: php-src/NEWS
diff -u php-src/NEWS:1.1481 php-src/NEWS:1.1482
--- php-src/NEWS:1.1481 Mon Oct 27 23:02:11 2003
+++ php-src/NEWSTue Oct 28 14:04:38 2003
@@ -34,6 +34,7 @@
   . array_diff_uassoc(). (Andrey)
   . convert_uuencode(). (Ilia)
   . convert_uudecode(). (Ilia)
+  . pcntl_wait(). (GeorgeS)
 - Added "resume_pos" context option to "ftp://"; wrapper. (Sara)
 - Added optional parameter to OCIWriteTemporaryLob() to specify the type of LOB
   (Patch by Novicky Marek <[EMAIL PROTECTED]>). (Thies)

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



[PHP-CVS] cvs: php-src /ext/pcntl config.m4 pcntl.c php_pcntl.h

2003-10-28 Thread George Schlossnagle
gschlossnagle   Tue Oct 28 12:08:25 2003 EDT

  Modified files:  
/php-src/ext/pcntl  config.m4 pcntl.c php_pcntl.h 
  Log:
  Added pcntl_wait, a wraspper around wait()/wait3()
  
  
Index: php-src/ext/pcntl/config.m4
diff -u php-src/ext/pcntl/config.m4:1.9 php-src/ext/pcntl/config.m4:1.10
--- php-src/ext/pcntl/config.m4:1.9 Mon Feb 17 22:25:33 2003
+++ php-src/ext/pcntl/config.m4 Tue Oct 28 12:08:18 2003
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.9 2003/02/18 03:25:33 sniper Exp $
+dnl $Id: config.m4,v 1.10 2003/10/28 17:08:18 gschlossnagle Exp $
 dnl
 
 dnl Process Control (pcntl) extentsion --EXPERIMENTAL--
@@ -13,7 +13,7 @@
   AC_CHECK_FUNCS(fork, [ AC_DEFINE(HAVE_FORK,1,[ ]) ], [ AC_MSG_ERROR(pcntl: fork() 
not supported by this platform) ])
   AC_CHECK_FUNCS(waitpid, [ AC_DEFINE(HAVE_WAITPID,1,[ ]) ], [ AC_MSG_ERROR(pcntl: 
fork() not supported by this platform) ])
   AC_CHECK_FUNCS(sigaction, [ AC_DEFINE(HAVE_SIGACTION,1,[ ]) ], [ 
AC_MSG_ERROR(pcntl: sigaction() not supported by this platform) ])
-  AC_CHECK_FUNCS(getpriority setpriority)
+  AC_CHECK_FUNCS(getpriority setpriority wait3)

   PHP_NEW_EXTENSION(pcntl, pcntl.c php_signal.c, $ext_shared, cli)
 fi
Index: php-src/ext/pcntl/pcntl.c
diff -u php-src/ext/pcntl/pcntl.c:1.39 php-src/ext/pcntl/pcntl.c:1.40
--- php-src/ext/pcntl/pcntl.c:1.39  Sun Aug 31 10:35:10 2003
+++ php-src/ext/pcntl/pcntl.c   Tue Oct 28 12:08:18 2003
@@ -16,7 +16,7 @@
+--+
  */
 
-/* $Id: pcntl.c,v 1.39 2003/08/31 14:35:10 helly Exp $ */
+/* $Id: pcntl.c,v 1.40 2003/10/28 17:08:18 gschlossnagle Exp $ */
 
 #define PCNTL_DEBUG 0
 
@@ -36,7 +36,7 @@
 #include "ext/standard/info.h"
 #include "php_pcntl.h"
 
-#if HAVE_GETPRIORITY || HAVE_SETPRIORITY
+#if HAVE_GETPRIORITY || HAVE_SETPRIORITY || HAVE_WAIT3
 #include 
 #include 
 #endif
@@ -46,6 +46,7 @@
 function_entry pcntl_functions[] = {
PHP_FE(pcntl_fork,  NULL)
PHP_FE(pcntl_waitpid,   second_arg_force_ref)
+   PHP_FE(pcntl_wait,  first_arg_force_ref)
PHP_FE(pcntl_signal,NULL)
PHP_FE(pcntl_wifexited, NULL)
PHP_FE(pcntl_wifstopped,NULL)
@@ -243,6 +244,37 @@
 
child_id = waitpid((pid_t) pid, &status, options);
 
+   Z_LVAL_P(z_status) = status;
+
+   RETURN_LONG((long) child_id);
+}
+/* }}} */
+
+/* {{{ proto int pcntl_wait(int &status)
+   Waits on or returns the status of a forked child as defined by the waitpid() 
system call */
+PHP_FUNCTION(pcntl_wait)
+{
+   long pid, options = 0;
+   zval *z_status = NULL;
+   int status;
+   pid_t child_id;
+
+   if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z|l", &z_status, 
&options) == FAILURE)
+   return;
+   
+   convert_to_long_ex(&z_status);
+
+   status = Z_LVAL_P(z_status);
+#ifdef HAVE_WAIT3
+   if(options) {
+   child_id = wait3(&status, options, NULL);
+   }
+   else {
+   child_id = wait(&status);
+   }
+#else
+   child_id = wait(&status);
+#endif
Z_LVAL_P(z_status) = status;
 
RETURN_LONG((long) child_id);
Index: php-src/ext/pcntl/php_pcntl.h
diff -u php-src/ext/pcntl/php_pcntl.h:1.15 php-src/ext/pcntl/php_pcntl.h:1.16
--- php-src/ext/pcntl/php_pcntl.h:1.15  Tue Jun 10 16:03:34 2003
+++ php-src/ext/pcntl/php_pcntl.h   Tue Oct 28 12:08:18 2003
@@ -16,7 +16,7 @@
+--+
  */
 
-/* $Id: php_pcntl.h,v 1.15 2003/06/10 20:03:34 imajes Exp $ */
+/* $Id: php_pcntl.h,v 1.16 2003/10/28 17:08:18 gschlossnagle Exp $ */
 
 #ifndef PHP_PCNTL_H
 #define PHP_PCNTL_H
@@ -42,6 +42,7 @@
 PHP_FUNCTION(pcntl_alarm);
 PHP_FUNCTION(pcntl_fork);
 PHP_FUNCTION(pcntl_waitpid);
+PHP_FUNCTION(pcntl_wait);
 PHP_FUNCTION(pcntl_wifexited);
 PHP_FUNCTION(pcntl_wifstopped);
 PHP_FUNCTION(pcntl_wifsignaled);

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



[PHP-CVS] cvs: php-src(PHP_4_3) /ext/mbstring/libmbfl .cvsignore

2003-10-28 Thread Jani Taskinen
sniper  Tue Oct 28 10:24:17 2003 EDT

  Modified files:  (Branch: PHP_4_3)
/php-src/ext/mbstring/libmbfl   .cvsignore 
  Log:
  MFH
  
Index: php-src/ext/mbstring/libmbfl/.cvsignore
diff -u php-src/ext/mbstring/libmbfl/.cvsignore:1.3.2.1 
php-src/ext/mbstring/libmbfl/.cvsignore:1.3.2.2
--- php-src/ext/mbstring/libmbfl/.cvsignore:1.3.2.1 Sat Oct 25 07:58:41 2003
+++ php-src/ext/mbstring/libmbfl/.cvsignore Tue Oct 28 10:24:16 2003
@@ -8,7 +8,6 @@
 config.log
 config.guess
 config.status
-config.h
 libtool
 depcomp
 ltmain.sh

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



[PHP-CVS] cvs: php-src /ext/mbstring/libmbfl .cvsignore

2003-10-28 Thread Jani Taskinen
sniper  Tue Oct 28 10:24:03 2003 EDT

  Modified files:  
/php-src/ext/mbstring/libmbfl   .cvsignore 
  Log:
  config.h is static here
  
Index: php-src/ext/mbstring/libmbfl/.cvsignore
diff -u php-src/ext/mbstring/libmbfl/.cvsignore:1.3 
php-src/ext/mbstring/libmbfl/.cvsignore:1.4
--- php-src/ext/mbstring/libmbfl/.cvsignore:1.3 Mon Aug 25 00:08:28 2003
+++ php-src/ext/mbstring/libmbfl/.cvsignore Tue Oct 28 10:24:02 2003
@@ -8,7 +8,6 @@
 config.log
 config.guess
 config.status
-config.h
 libtool
 depcomp
 ltmain.sh

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



Re: [PHP-CVS] cvs: php-src /ext/mbstring mbstring.cmbstring.h/main rfc1867.c

2003-10-28 Thread Rasmus Lerdorf
At this point we are then knowingly and blatantly violating the license.  
This would be extremely hard to justify if anybody calls us on it.

-Rasmus

On Mon, 27 Oct 2003, Derick Rethans wrote:

> On Sun, 26 Oct 2003, Moriyoshi Koizumi wrote:
> 
> > >  3. the new implementation with libmbfl is well tested in PHP 5 
> > > since last August.
> > 
> > I doubt it somewhat, since we haven't got no handful of reports from who 
> > put beta with libmbfl in action.
> 
> Yeah, I'm also doubting this. Let's not do it for 4.3.4 please as it 
> requires atleast one more RC.
> 
> Derick
> 
> 

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