On Fri, 2002-08-23 at 21:22, Zeev Suraski wrote:
> http://www.php.net/~zeev/php-4.2.3.tar.gz
> http://www.php.net/~zeev/php-4.2.3-Win32.zip (only code and SAPIs, no
> extensions built)
>
> Feedback appreciated!
>
> Zeev
>
>
> --
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php
Can we find the complete Win package in a few hours at snaps.php.net?
marcus
> http://www.php.net/~zeev/php-4.2.3.tar.gz
> http://www.php.net/~zeev/php-4.2.3-Win32.zip (only code and SAPIs, no
> extensions built)
>
> Feedback appreciated!
Please use the form at http://qa.php.net/buildtest-submit.php for
feedback for easier checking.
Derick
---------------------------------------------------------------------------
Did I help you? http://www.derickrethans.nl/link.php?url=giftlist
Frequent ranting: http://www.derickrethans.nl/
---------------------------------------------------------------------------
PHP: Scripting the Web - der...@php.net
All your branches are belong to me!
SRM: Script Running Machine - www.vl-srm.net
---------------------------------------------------------------------------
At 03:22 24.08.2002, Zeev Suraski wrote:
>http://www.php.net/~zeev/php-4.2.3.tar.gz
>http://www.php.net/~zeev/php-4.2.3-Win32.zip (only code and SAPIs, no
>extensions built)
>
>Feedback appreciated!
>
>Zeev
Just made it on Madrake 8.2 no cookers:
http://marcus-boerger.de/php/ext/php-4.2.3RC1.log.txt
interesting is that for me the array tests 1,2,4 passed, too.
Test 3 failed and i think the changes were to complex to MFH them.
marcus
In short:
CFLAGS='-Wall -Wconversion' ; ./configure \
--enable-cli \
--enable-exif \
--enable-mbstring \
--enable-mbstr-enc-trans \
--enable-mbregex \
--with-gd \
--with-zlib \
--with-pgsql \
--with-mysql \
--with-iconv \
--enable-wddx \
--with-regex=php \
--with-jpeg-dir \
--with-png-dir \
--with-freetype-dir \
--enable-gd-native-ttf \
--enable-versioning \
--enable-inline-optimization \
--enable-xml \
>> ~/php-4.2.3RC1.log 2>&1
exif ok
iconv ok
mbstring ok
session ok
standard good (all in aggregation, Test usort, uksort and uasort
(003.phpt), microtime() function (001.phpt)
xml most fail
zlib ok
basic tests good (i will MFH the cli changes now)
TEST RESULT SUMMARY
=============================
Number of tests: 278
Tests skipped: 105 ( 38%)
Tests failed: 45 ( 26%)
Tests passed: 128 ( 74%)
=============================
Skipped 0 extensions.
PHP Version: 4.2.3RC1
--=====================_19375812==_.ALT--