In-Reply-To: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
On Wed, 5 Oct 2005, Rob Richards wrote:
>
> rrichards Wed Oct 5 18:36:11 2005 EDT
>
> Modified files:
helly Thu Oct 6 05:29:34 2005 EDT
Modified files:
/php-srcrun-tests.php
Log:
- Fix redir tests, test count, faillog
# Everything should work again now
http://cvs.php.net/diff.php/php-src/run-tests.php?r1=1.234&r2=1.235&ty=u
Index: php-src/run-tests.p
helly Thu Oct 6 05:39:32 2005 EDT
Modified files:
/php-srcrun-tests.php
Log:
- WS
http://cvs.php.net/diff.php/php-src/run-tests.php?r1=1.235&r2=1.236&ty=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.235 php-src/run-tests.php:1.236
--- php
helly Thu Oct 6 05:42:17 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-srcrun-tests.php
Log:
- MFH (faillog, streams, counting, ...)
http://cvs.php.net/diff.php/php-src/run-tests.php?r1=1.226.2.2&r2=1.226.2.3&ty=u
Index: php-src/run-tests.php
diff
Derick Rethans wrote:
On Wed, 5 Oct 2005, Greg Beaver wrote:
...
I do believe that:
#ifdef PHP_WIN32
#include "timelib_config.h"
#else
#include
#endif
should fix the windows build without ruining the patch.
No, can't do that as PHP_WIN32 is not defined for the standalone
library.
Not s
Jani Taskinen wrote:
@@ -422,7 +422,7 @@
tmp = *var;
zval_copy_ctor(&tmp);
convert_to_string(&tmp);
- snprintf(tmp_buf, Z_STRLEN(tmp), WDDX_NUMBER, Z_STRVAL(tmp));
+ snprintf(tmp_buf, Z_STRLEN(tmp) + WDDX_NUMBER_LEN + 1, WDDX_NUMBER,
Z_STRVAL(tmp));
z
On Thu, 6 Oct 2005, Rob Richards wrote:
Jani Taskinen wrote:
@@ -422,7 +422,7 @@
tmp = *var;
zval_copy_ctor(&tmp);
convert_to_string(&tmp);
- snprintf(tmp_buf, Z_STRLEN(tmp), WDDX_NUMBER, Z_STRVAL(tmp));
+ snprintf(tmp_buf, Z_STRLEN(tmp) + WDDX_NUMBER_LEN + 1, WD
derick Thu Oct 6 09:03:31 2005 EDT
Modified files:
/php-src/ext/standard config.w32
/php-src/ext/wddx config.w32
Log:
- Fixed Windows build (patch by Mike)
http://cvs.php.net/diff.php/php-src/ext/standard/config.w32?r1=1.4&r2=1.5&ty=u
Index: ph
derick Thu Oct 6 09:03:43 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/ext/standard config.w32
/php-src/ext/wddx config.w32
Log:
- MFH: Fixed Windows build (patch by Mike)
http://cvs.php.net/diff.php/php-src/ext/standard/config.w32?r1=1.4
helly Thu Oct 6 14:32:28 2005 EDT
Added files:
/php-src/tests/classes interfaces_003.phpt
Log:
- Add new test
http://cvs.php.net/co.php/php-src/tests/classes/interfaces_003.phpt?r=1.1&p=1
Index: php-src/tests/classes/interfaces_003.phpt
+++ php-src/t
helly Thu Oct 6 14:34:16 2005 EDT
Added files: (Branch: PHP_5_1)
/php-src/tests/classes interfaces_003.phpt
Log:
- Add new test
http://cvs.php.net/co.php/php-src/tests/classes/interfaces_003.phpt?r=1.1&p=1
Index: php-src/tests/classes/interfaces_003.p
helly Thu Oct 6 14:37:21 2005 EDT
Modified files:
/php-src/tests/classes tostring_001.phpt
Log:
- Fix test
http://cvs.php.net/diff.php/php-src/tests/classes/tostring_001.phpt?r1=1.2&r2=1.3&ty=u
Index: php-src/tests/classes/tostring_001.phpt
diff -u php-s
helly Thu Oct 6 14:41:02 2005 EDT
Modified files:
/php-src/tests/classes tostring_003.phpt
Log:
- Add new test
http://cvs.php.net/diff.php/php-src/tests/classes/tostring_003.phpt?r1=1.2&r2=1.3&ty=u
Index: php-src/tests/classes/tostring_003.phpt
diff -u p
rrichards Thu Oct 6 14:47:48 2005 EDT
Modified files:
/php-src/ext/wddx wddx.c php_wddx_api.h
Log:
use sizeof instead of define
http://cvs.php.net/diff.php/php-src/ext/wddx/wddx.c?r1=1.124&r2=1.125&ty=u
Index: php-src/ext/wddx/wddx.c
diff -u php-src/ext
rrichards Thu Oct 6 14:48:19 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/ext/wddx wddx.c php_wddx_api.h
Log:
MFH: use sizeof instead of define
http://cvs.php.net/diff.php/php-src/ext/wddx/wddx.c?r1=1.119.2.4&r2=1.119.2.5&ty=u
Index: php-src/ext/w
helly Thu Oct 6 15:51:04 2005 EDT
Modified files:
/php-srcrun-tests.php
Log:
- Show whether we execute unicode or native tests
http://cvs.php.net/diff.php/php-src/run-tests.php?r1=1.236&r2=1.237&ty=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.
helly Thu Oct 6 15:51:47 2005 EDT
Modified files:
/php-srcMakefile.global
Log:
- Use run-tests.ph -u rather then defining the ini settings one by one
http://cvs.php.net/diff.php/php-src/Makefile.global?r1=1.61&r2=1.62&ty=u
Index: php-src/Makefile.global
d
helly Thu Oct 6 16:17:15 2005 EDT
Modified files:
/php-src/ext/mhash/tests003.phpt
Log:
- Fix test in unicode mode
http://cvs.php.net/diff.php/php-src/ext/mhash/tests/003.phpt?r1=1.3&r2=1.4&ty=u
Index: php-src/ext/mhash/tests/003.phpt
diff -u php-src/ext/
johannesThu Oct 6 16:29:14 2005 EDT
Modified files:
/php-src/sapi/cgi cgi_main.c
/php-src/sapi/cli php_cli.c
Log:
- Fix #34557 php -m exits with "error" 1
http://cvs.php.net/diff.php/php-src/sapi/cgi/cgi_main.c?r1=1.267&r2=1.268&ty=u
Index: php
johannesThu Oct 6 16:29:41 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/sapi/cgi cgi_main.c
/php-src/sapi/cli php_cli.c
Log:
- MFH: Fix #34557 php -m exits with "error" 1
http://cvs.php.net/diff.php/php-src/sapi/cgi/cgi_main.c?r1=1.267&r2
johannesThu Oct 6 16:36:46 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-srcNEWS
/php-src/sapi/cgi cgi_main.c
/php-src/sapi/cli php_cli.c
Log:
- MFH: Fix #34557 php -m exits with "error" 1
http://cvs.php.net/diff.php/php-src/NEWS?r1=1
iliaa Thu Oct 6 16:37:25 2005 EDT
Modified files:
/php-src/ext/gd gd_ctx.c gd.c
/php-src/ext/curl interface.c
Log:
Added missing safe_mode checks.
http://cvs.php.net/diff.php/php-src/ext/gd/gd_ctx.c?r1=1.22&r2=1.23&ty=u
Index: php-src/ext/gd/gd_
johannesThu Oct 6 16:39:29 2005 EDT
Modified files: (Branch: PHP_4_4)
/php-srcNEWS
/php-src/sapi/cgi cgi_main.c
/php-src/sapi/cli php_cli.c
Log:
- MFH: Fix #34557 php -m exits with "error" 1
http://cvs.php.net/diff.php/php-src/NEWS?r1=1
iliaa Thu Oct 6 16:43:00 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/ext/gd gd_ctx.c gd.c
/php-src/ext/curl interface.c
Log:
MFH: Added missing safe_mode checks.
http://cvs.php.net/diff.php/php-src/ext/gd/gd_ctx.c?r1=1.20&r2=1.20.2.1&ty=u
iliaa Thu Oct 6 16:44:58 2005 EDT
Modified files: (Branch: PHP_4_4)
/php-src/ext/gd gd_ctx.c gd.c
/php-src/ext/curl curl.c
/php-srcNEWS
Log:
MFH: Added missing safe_mode checks.
http://cvs.php.net/diff.php/php-src/ext/gd/gd_ctx.c?r1=1.15
iliaa Thu Oct 6 16:47:43 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/ext/gd gd_ctx.c gd.c
/php-src/ext/curl interface.c
/php-srcNEWS
Log:
MFH: Added missing safe_mode checks.
http://cvs.php.net/diff.php/php-src/ext/gd/gd_ctx.c?r1
sniper Thu Oct 6 17:00:56 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-srcNEWS
Log:
BFN
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.95&r2=1.2027.2.96&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.95 php-src/NEWS:1.2027.2.96
--- php-src/
helly Thu Oct 6 17:30:58 2005 EDT
Modified files:
/php-src/main/streams memory.c
Log:
- Fix issue (endless loop) with temp/memory streams
http://cvs.php.net/diff.php/php-src/main/streams/memory.c?r1=1.8&r2=1.9&ty=u
Index: php-src/main/streams/memory.c
d
helly Thu Oct 6 17:31:15 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/main/streams memory.c
Log:
- MFH Fix issue (endless loop) with temp/memory streams
http://cvs.php.net/diff.php/php-src/main/streams/memory.c?r1=1.6&r2=1.6.2.1&ty=u
Index: php-sr
helly Thu Oct 6 17:31:25 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/main/streams memory.c
Log:
- MFH Fix issue (endless loop) with temp/memory streams
http://cvs.php.net/diff.php/php-src/main/streams/memory.c?r1=1.8&r2=1.8.2.1&ty=u
Index: php-sr
helly Thu Oct 6 17:35:30 2005 EDT
Modified files: (Branch: PHP_4_4)
/php-src/main memory_streams.c
Log:
- MFH Fix issue (endless loop) with temp/memory streams
http://cvs.php.net/diff.php/php-src/main/memory_streams.c?r1=1.20.2.2&r2=1.20.2.2.8.1&ty=u
Ind
fmk Thu Oct 6 17:40:30 2005 EDT
Modified files:
/php-src/ext/standard php_string.h
Log:
Fix Win32 build by adding missing function declaration.
http://cvs.php.net/diff.php/php-src/ext/standard/php_string.h?r1=1.90&r2=1.91&ty=u
Index: php-src/ext/stand
gschlossnagle Thu Oct 6 18:30:11 2005 EDT
Modified files:
/php-src/ext/soap php_encoding.c
Log:
support complex types in restrictions and extensions
http://cvs.php.net/diff.php/php-src/ext/soap/php_encoding.c?r1=1.107&r2=1.108&ty=u
Index: php-src/ext/soap/p
gschlossnagle Thu Oct 6 18:30:24 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/ext/soap php_encoding.c
Log:
MFH: support complex types in restrictions and extensions
http://cvs.php.net/diff.php/php-src/ext/soap/php_encoding.c?r1=1.103.2.3&r2=1.103.2.4&
gschlossnagle Fri Oct 7 01:14:31 2005 EDT
Modified files:
/php-src/ext/soap php_encoding.c
Log:
Permit correct usage of inherited encoders (from restriction/extension
"base" directives) for xml response decoding.
http://cvs.php.net/diff.php/php-src
gschlossnagle Fri Oct 7 01:14:52 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/ext/soap php_encoding.c
Log:
Permit correct usage of inherited encoders (from restriction/extension
"base" directives) for xml response decoding.
http://cvs.php
sniper Fri Oct 7 02:43:24 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-srcNEWS
Log:
maybe this month..
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.96&r2=1.2027.2.97&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.96 php-src/NEWS:1.2027.2.
37 matches
Mail list logo