sniper Thu Apr 7 02:25:28 2005 EDT
Modified files:
/php-src/scriptsphpize.in
Log:
- Added the $PHP_AUTOCONF/$PHP_AUTOHEADER usage to phpize
http://cvs.php.net/diff.php/php-src/scripts/phpize.in?r1=1.18&r2=1.19&ty=u
Index: php-src/scripts/phpize.in
diff -u
sniper Wed Apr 6 18:16:11 2005 EDT
Modified files: (Branch: PHP_4_3)
/php-srcrun-tests.php
Log:
MFH
http://cvs.php.net/diff.php/php-src/run-tests.php?r1=1.119.2.38&r2=1.119.2.39&ty=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.119.2.38 php-
sniper Wed Apr 6 18:15:40 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-srcrun-tests.php
Log:
MFH
http://cvs.php.net/diff.php/php-src/run-tests.php?r1=1.195.2.6&r2=1.195.2.7&ty=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.195.2.6 php-src
sniper Wed Apr 6 18:14:30 2005 EDT
Modified files:
/php-srcrun-tests.php
Log:
- Not every OS has ldd..
http://cvs.php.net/diff.php/php-src/run-tests.php?r1=1.210&r2=1.211&ty=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.210 php-src/run-tes
sniper Wed Apr 6 15:42:38 2005 EDT
Modified files:
/php-src/ext/standard url_scanner_ex.c
Log:
Regenerated with re2c 0.9.4
http://cvs.php.net/diff.php/php-src/ext/standard/url_scanner_ex.c?r1=1.89&r2=1.90&ty=u
Index: php-src/ext/standard/url_scanner_ex.c
derick Wed Apr 6 13:57:41 2005 EDT
Modified files:
/CVSROOTavail
Log:
- Give appropriate pear karma to Damian
(http://pear.php.net/user/damian)
http://cvs.php.net/diff.php/CVSROOT/avail?r1=1.966&r2=1.967&ty=u
Index: CVSROOT/avail
diff -u CVSROOT/ava
sniper Wed Apr 6 12:07:26 2005 EDT
Modified files:
/php-srcNEWS
Log:
Keep removed stuff in top..
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1866&r2=1.1867&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1866 php-src/NEWS:1.1867
--- php-src/NEWS:1.1866 W
helly Wed Apr 6 11:16:45 2005 EDT
Added files:
/php-src/ext/spl/tests spl_003.phpt
Modified files:
/php-src/ext/splphp_spl.c
Log:
- Make class_parentS() and class_implements() accepts class names as well
http://cvs.php.net
iliaa Wed Apr 6 10:48:22 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-srcNEWS
Log:
bug fixing news.
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.313&r2=1.1760.2.314&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760.2.313 php-src/NEWS:1.176
iliaa Wed Apr 6 10:47:51 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/main php_streams.h
Log:
MFH: Fixed bug #32553 (mmap loads only the 1st 200 bytes on Win32).
http://cvs.php.net/diff.php/php-src/main/php_streams.h?r1=1.95.2.2&r2=1.95.2.3
iliaa Wed Apr 6 10:21:03 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-srcNEWS
/php-src/ext/standard basic_functions.c basic_functions.h
Log:
MFH: Removed php_check_syntax() function, it never worked properly. For now
use shell_exec("php -l scr
iliaa Wed Apr 6 10:19:14 2005 EDT
Modified files:
/php-srcNEWS
/php-src/ext/standard basic_functions.c basic_functions.h
Log:
Removed php_check_syntax() function, it never worked properly. For now
use shell_exec("php -l script_name") or similar.
I checked the code with valgrind and it seems to me like the problem
lies else where. According to valgrind (at some point, probably the last
line) we have a Conditional jump or move depends on uninitialised
value(s) php_stream_get_record (/php5/main/streams/streams.c:847)
Ilia
Antony Dovgal wr
iliaa Wed Apr 6 09:59:50 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/ext/standard file.c
/php-src/main/streams plain_wrapper.c
/php-srcNEWS
Log:
MFH: Fixed bug #31363 (broken non-blocking flock()).
http://cvs.php.net/diff.p
iliaa Wed Apr 6 09:57:31 2005 EDT
Modified files:
/php-src/ext/standard file.c
/php-src/main/streams plain_wrapper.c
Log:
Fixed bug #31363 (broken non-blocking flock()).
# Patch by ian at snork dot net
http://cvs.php.net/diff.php/php-
On Wed, 6 Apr 2005 09:05:35 -0400
Wez Furlong <[EMAIL PROTECTED]> wrote:
> What problem does this fix?
> EOF can be a temporary condition for network streams, depending on
> non-blocking status, and the read call is used to re-enable it. (yay
> for backward compatibility).
stream_get_line() give
What problem does this fix?
EOF can be a temporary condition for network streams, depending on
non-blocking status, and the read call is used to re-enable it. (yay
for backward compatibility).
--Wez.
On Apr 6, 2005 4:26 AM, Antony Dovgal <[EMAIL PROTECTED]> wrote:
> tony2001Wed A
chregu Wed Apr 6 08:26:30 2005 EDT
Modified files:
/php-srcNEWS
/php-src/ext/xslphp_xsl.c php_xsl.h xsltprocessor.c
Log:
- Added optional first parameter to XsltProcessor::registerPHPFunctions to
only
allow certain functions to be called from
tony2001Wed Apr 6 04:26:44 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/main/streams streams.c
Log:
MFH: do not try to read after EOF
http://cvs.php.net/diff.php/php-src/main/streams/streams.c?r1=1.61.2.8&r2=1.61.2.9&ty=u
Index: php-src/m
tony2001Wed Apr 6 04:26:06 2005 EDT
Modified files:
/php-src/main/streams streams.c
Log:
do not try to read after EOF
http://cvs.php.net/diff.php/php-src/main/streams/streams.c?r1=1.73&r2=1.74&ty=u
Index: php-src/main/streams/streams.c
diff -u
20 matches
Mail list logo