Re: [PHP-DEV] Win32 builds are broken

2005-02-18 Thread Lester Caine
Frank M. Kromann wrote: I followed your commits and tested the latest code (had to compile a few times there) but it all seams to be working now. Thanks. I had seen a few niggles with the windows builds, and they seem stable now. Is there much to be done in the core before a beta, as I'd like to

Re: [PHP-DEV] Win32 builds are broken

2005-02-17 Thread Frank M. Kromann
Hi Marcus, I followed your commits and tested the latest code (had to compile a few times there) but it all seams to be working now. Thanks. - Frank > Hello Frank, > > the problem turned out to be a possible memory reallocation/size > evaluation violation. After switching some times between *

Re: [PHP-DEV] Win32 builds are broken

2005-02-17 Thread Marcus Boerger
Hello Frank, the problem turned out to be a possible memory reallocation/size evaluation violation. After switching some times between *nix and windows i think i have solved the issue completeley now. regards marcus Thursday, February 17, 2005, 5:56:50 AM, you wrote: > Hi Andi, > Here is the

Re: [PHP-DEV] Win32 builds are broken

2005-02-17 Thread Andi Gutmans
I see Marcus found the problem. Definitely required a compiler to find this problem :) At 12:25 PM 2/17/2005 -0800, Andi Gutmans wrote: I took a look at the code and I can't see why it wouldn't work. I lost my VC++ environment recently because my machine died. Maybe someone else can try and see

Re: [PHP-DEV] Win32 builds are broken

2005-02-17 Thread Andi Gutmans
I took a look at the code and I can't see why it wouldn't work. I lost my VC++ environment recently because my machine died. Maybe someone else can try and see what's going on until I rebuild mine. Andi At 08:56 PM 2/16/2005 -0800, Frank M. Kromann wrote: Hi Andi, Here is the diff I send to Mark

Re: [PHP-DEV] Win32 builds are broken

2005-02-16 Thread Frank M. Kromann
Hi Andi, Here is the diff I send to Markus earlier today. Not sure why this works and the original does'nt. cvs -z9 diff -u -wb sqlite.c (in directory C:\PHP\php5\ext\sqlite\) Index: sqlite.c === RCS file: /repository/php-src/ext/sql

Re: [PHP-DEV] Win32 builds are broken

2005-02-16 Thread Andi Gutmans
Can you send the diff of that commit? At 16:35 16/02/2005 -0800, Frank M. Kromann wrote: Hello Everyone, I have narowed it down to the last commit to ext\sqlite.c. This seams to be the first time zend_class_implements is called with two interfaces. - Frank > Hello Everyone, > > The Win32 builds (mi

Re: [PHP-DEV] Win32 builds are broken

2005-02-16 Thread Andi Gutmans
HEAD? At 12:55 16/02/2005 -0800, Frank M. Kromann wrote: Hello Everyone, The Win32 builds (mine and those from snaps). It crashes in tsrm_shutdown(). I'm trying to figure out what cased this, and so far I know it happned between Feb. 10 and now. - Frank -- PHP Internals - PHP Runtime Development Ma

[PHP-DEV] Win32 builds are broken

2005-02-16 Thread Frank M. Kromann
Hello Everyone, The Win32 builds (mine and those from snaps). It crashes in tsrm_shutdown(). I'm trying to figure out what cased this, and so far I know it happned between Feb. 10 and now. - Frank -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/

Re: [PHP-DEV] Win32 builds are broken

2005-02-16 Thread Frank M. Kromann
Hello Everyone, I have narowed it down to the last commit to ext\sqlite.c. This seams to be the first time zend_class_implements is called with two interfaces. - Frank > Hello Everyone, > > The Win32 builds (mine and those from snaps). It crashes in > tsrm_shutdown(). I'm trying to figure out w