iliaa Fri Aug 17 00:38:23 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS configure.in
/php-src/main php_version.h
Log:
Back to dev
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.899&r2=1.2027.2.547.2.900&diff_format=u
In
iliaa Fri Aug 17 00:35:40 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS configure.in
/php-src/main php_version.h
Log:
5.2.4RC2
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.898&r2=1.2027.2.547.2.899&diff_format=u
Index
stasThu Aug 16 23:54:24 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/main/streams userspace.c
Log:
fix proto
http://cvs.php.net/viewvc.cgi/php-src/main/streams/userspace.c?r1=1.31.2.3.2.6&r2=1.31.2.3.2.7&diff_format=u
Index: php-src/main/strea
stasThu Aug 16 23:53:40 2007 UTC
Modified files:
/php-src/main/streams userspace.c
Log:
fix proto
http://cvs.php.net/viewvc.cgi/php-src/main/streams/userspace.c?r1=1.43&r2=1.44&diff_format=u
Index: php-src/main/streams/userspace.c
diff -u php-src/ma
Ah, I missed that part from HEAD. :)
Fixed. (although it didn't matter, worked just fine..)
--Jani
Antony Dovgal kirjoitti:
On 17.08.2007 02:17, Jani Taskinen wrote:
-if (!memcmp(Z_STRVAL_PP(str), "255.255.255.255",
Z_STRLEN_PP(str))) {
+if (!memcmp(Z_STRVAL_PP(str), "255.255.2
janiThu Aug 16 23:05:43 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/standard basic_functions.c
Log:
- Check the length too (just like in HEAD)
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/basic_functions.c?r1=1.725.2.31.2.60&r2=1.725.2
On 17.08.2007 02:17, Jani Taskinen wrote:
- if (!memcmp(Z_STRVAL_PP(str), "255.255.255.255",
Z_STRLEN_PP(str))) {
+ if (!memcmp(Z_STRVAL_PP(str), "255.255.255.255",
sizeof("255.255.255.255") - 1)) {
RETURN_LONG(-1);
}
Are you
janiThu Aug 16 22:17:10 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/standard basic_functions.c
/php-src/ext/standard/tests/network ip.phpt
Log:
MFH:- Fix bug #41946 (ip2long("") should return FALSE)
http://cvs.php.net/viewvc.cgi/php-src
kraghubaThu Aug 16 16:33:16 2007 UTC
Modified files:
/php-src/ext/standard/tests/filepopen_pclose_error-sunos.phpt
Log:
fix test
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/popen_pclose_error-sunos.phpt?r1=1.2&r2=1.3&diff_format=u
I
kraghubaThu Aug 16 16:31:25 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/standard/tests/filepopen_pclose_error-sunos.phpt
Log:
fix tests
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/popen_pclose_error-sunos.phpt?r1=1.1.2.2&
10 matches
Mail list logo