On Tue, 18 Sep 2001, Sebastian Bergmann wrote:

> zend_llist.c
> D:\home\php\php4\Zend\zend_llist.c(208) : warning C4013: 'zend_qsort'
> undefined
>
> math.c
> D:\home\php\php4\ext\standard\math.c(736) : warning C4307: '+' :
> Overflow of an integer constant
>
> rand.c
> D:\home\php\php4\ext\standard\rand.c(268) : warning C4244: '=' :
> Conversion of 'double ' in 'long ', possible data loss
> D:\home\php\php4\ext\standard\rand.c(284) : warning C4244: '=' :
> Conversion of 'double ' in 'long ', possible data loss
>
> array.obj : error LNK2001:
> Unresolved external symbol _zend_qsort
> ZendTS.lib(zend_ini.obj) : error LNK2001:
> Unresolved external symbol _zend_qsort
> ZendTS.lib(zend_llist.obj) : error LNK2001:
> Unresolved external symbol _zend_qsort
>

    The compile warning's should be fixed... as for the unresolved
    symbol errors, that's because (at least my guess is) the win32 .dsp
    file has not been update with Zend, I think I know what needs to be
    done in there, although I have no way of testing it (zend_qsort.c
    needs to be added as a source file).

    Anybody have a win32 testing environment I could use to test all
    these changes?

    -Sterling


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to