Sorry about that.  I have been working on the PHP_4_3 branch so long I 
completely forgot.  Should be checked in now.

Thanks,

Brian

On Wed, 6 Aug 2003 02:37:13 +0300 (EEST), Jani Taskinen wrote:
> 
>     Why only commit into PHP_4_3 branch? Please commit always
>     first to HEAD, then the branch..
>     
>     --Jani
> 
> On Tue, 5 Aug 2003, Brian France wrote:
> 
>> bfrance              Tue Aug  5 16:54:43 2003 EDT
>> 
>>   Modified files:              (Branch: PHP_4_3)
>>     /php-src/ext/mbstring    mbregex.c 
>>   Log:
>>   added include config.h so shared extensions builds work correctly
>>   
>> Index: php-src/ext/mbstring/mbregex.c
>> diff -u php-src/ext/mbstring/mbregex.c:1.16 
>> php-src/ext/mbstring/mbregex.c:1.16.2.1
>> --- php-src/ext/mbstring/mbregex.c:1.16      Tue Nov 12 12:41:26 2002
>> +++ php-src/ext/mbstring/mbregex.c   Tue Aug  5 16:54:43 2003
>> @@ -23,6 +23,10 @@
>>  
>>  #include "php.h"
>>  
>> +#ifdef HAVE_CONFIG_H
>> +#include "config.h"
>> +#endif
>> +
>>  #if HAVE_MBREGEX
>>  
>>  #define re_compile_pattern mbre_compile_pattern
>> 
>> 
>> 
>> 
> 
> -- 
> 
> 
> -- 
> PHP CVS Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 

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

Reply via email to