[PHP-DEV] Re: 4.1.0RC1

2001-10-23 Thread Yasuo Ohgaki
Stig S. Bakken wrote: > The two remaining critical bugs are not a reason to not roll 4.1.0RC1 > (one is windows build-specific, the other does not apply for the release > branch). Unless anyone objects, I'll roll 4.1.0RC1 tonight. > > - Stig > Anyone tried zlib compression? It seems zlib com

[PHP-DEV] Re: 4.1.0RC1 out

2001-10-19 Thread Rui Hirokawa
I also failed on some tests. For examples, 'make test' failed on ext/session/tests/00[1|3|6].phpt, php_smart_str.h(74) : Freeing 0x081ABEA4 (284 bytes), script=/home/rui/work/php/php-4.1.0RC1//ext/session/tests/phpt.YnpRbJ I suspect that there is a memory leak. Rui Yasuo Ohgaki wrote: > S

[PHP-DEV] Re: 4.1.0RC1 out

2001-10-19 Thread Yasuo Ohgaki
Stig S. Bakken wrote: > Hi, > > 4.1.0RC1 is out, download it from > http://www.php.net/~ssb/php-4.1.0RC1.tar.gz > > - Stig > Built and tested under linux 2.4.4/glibc 2.2.2 It segfualts as I reported... http://bugs.php.net/bug.php?id=13698 './configure' \ '--disable-short-tags' \ '--withou

[PHP-DEV] Re: 4.1.0RC1 out

2001-10-19 Thread Pete Dishman
Sorry, forgot to include build log zend_ini_scanner.c e:\downloads\php\php-4.1.0rc1\zend\zend_ini_scanner.c(811) : warning C4102: 'find_rule' : unreferenced label zend_language_scanner.c e:\downloads\php\php-4.1.0rc1\zend\zend_language_scanner.c(5257) : warning C4273: 'isatty' : inconsistent dll

[PHP-DEV] Re: 4.1.0RC1 out

2001-10-19 Thread Pete Dishman
Hi, I've downloaded and compiled 4.1.0 RC1 on windows NT. Results aren't great. Release_TSDbg fails to build, complains on undefined Entry in the linking phase. All other builds do compile but crash on startup with an access violation. I can't even run phpinfo() without it crashing. I made a

[PHP-DEV] Re: 4.1.0RC1 out

2001-10-19 Thread Sebastian Bergmann
"Stig S. Bakken" wrote: > 4.1.0RC1 is out, download it from > http://www.php.net/~ssb/php-4.1.0RC1.tar.gz math.c C:\home\php\php4\ext\standard\math.c(736) : warning C4307: '+' : Ueberlauf einer ganzzahligen Konstanten php.exe built from the 4.1.0 branch crashes upon startup. Following are s