fmk Sun Jan 12 01:29:34 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/mssql php_mssql.c
Log:
MFH
Index: php4/ext/mssql/php_mssql.c
diff -u php4/ext/mssql/php_mssql.c:1.86.2.9 php4/ext/mssql/php_mssql.c:1.86.2.10
--- php4/ext/mssql/php_mssql.c:1.86.
fmk Sun Jan 12 01:28:41 2003 EDT
Modified files:
/php4/ext/mssql php_mssql.c
Log:
Release skiped results. This will free memory on the server.
Make mssql_execute work for stored procedures with and without returning result sets
Index: php4/ext/mssql/ph
fmk Sat Jan 11 22:17:44 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/mssql php_mssql.c
Log:
MFH
Index: php4/ext/mssql/php_mssql.c
diff -u php4/ext/mssql/php_mssql.c:1.86.2.8 php4/ext/mssql/php_mssql.c:1.86.2.9
--- php4/ext/mssql/php_mssql.c:1.86.2
> > Modified files:
> > /php4/ext/standard browscap.c datetime.c pack.c reg.c string.c
> > Log:
> > Reduced warnings in ZE2 build
>
> Isn't there another way for this, as this makes the code quire ugly?
These changes had been reverted prior to the discussion about th
On Sat, 11 Jan 2003, Moriyoshi Koizumi wrote:
> moriyoshi Sat Jan 11 17:32:19 2003 EDT
>
> Modified files:
> /php4/ext/standardbrowscap.c datetime.c pack.c reg.c string.c
> Log:
> Reduced warnings in ZE2 build
Isn't there another way for this, as this
iliaa Sat Jan 11 18:51:00 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/sybase_ct php_sybase_ct.c
Log:
MFH
Index: php4/ext/sybase_ct/php_sybase_ct.c
diff -u php4/ext/sybase_ct/php_sybase_ct.c:1.73.2.3
php4/ext/sybase_ct/php_sybase_ct.c:1.73.2.4
--- p
iliaa Sat Jan 11 18:50:37 2003 EDT
Modified files:
/php4/ext/sybase_ct php_sybase_ct.c
Log:
Do not 'convert' double columns to integers after the 1st row in the result
set.
Index: php4/ext/sybase_ct/php_sybase_ct.c
diff -u php4/ext/sybase_ct/php_sybase_ct
iliaa Sat Jan 11 18:07:13 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/sybase_ct php_sybase_ct.c
Log:
MFH
Index: php4/ext/sybase_ct/php_sybase_ct.c
diff -u php4/ext/sybase_ct/php_sybase_ct.c:1.73.2.2
php4/ext/sybase_ct/php_sybase_ct.c:1.73.2.3
--- p
iliaa Sat Jan 11 18:06:35 2003 EDT
Modified files:
/php4/ext/sybase_ct php_sybase_ct.c
Log:
Fixed handling of NUMERIC type, when it contains numbers that could
potentially exceed the interger limit.
Index: php4/ext/sybase_ct/php_sybase_ct.c
diff -u php4/
moriyoshi Sat Jan 11 18:05:20 2003 EDT
Modified files:
/php4/ext/standard browscap.c datetime.c file.c formatted_print.c
pack.c reg.c string.c
Log:
Reverted because correct decision has not been made yet.
Index: php4/ext/standa
moriyoshi Sat Jan 11 17:32:19 2003 EDT
Modified files:
/php4/ext/standard browscap.c datetime.c pack.c reg.c string.c
Log:
Reduced warnings in ZE2 build
Index: php4/ext/standard/browscap.c
diff -u php4/ext/standard/browscap.c:1.65 php4/ext/standard/bro
moriyoshi Sat Jan 11 17:36:38 2003 EDT
Modified files:
/php4/sapi/apache2filterphp_functions.c
Log:
This patch is likely to fix win32 build
Index: php4/sapi/apache2filter/php_functions.c
diff -u php4/sapi/apache2filter/php_functions.c:1.34
php4/sap
iliaa Sat Jan 11 12:52:39 2003 EDT
Modified files:
/php4/ext/standard string.c
Log:
Added stripos() & strripos() functions.
Added 3rd parameter (offset) to strrpos().
Index: php4/ext/standard/string.c
diff -u php4/ext/standard/string.c:1.343 php4/ext/sta
derick Sat Jan 11 07:23:46 2003 EDT
Removed files:
/php4/ext/java .cvsignore CREDITS EXPERIMENTAL Makefile.frag README
config.m4 except.php java.c java.dsp jawt.php
jver.php reflect.java
/php4/ext/dotnet.
> One more reason for what i said already:
> Then we should make HEAD builds against ZE1 impossible by configure.
good point, i'll forward this to the super secret mailing list.
> and i am already using ZE2 a long time ... but testing with
> 4.2,4.3 releases
> requires i also have ZE1 builds.
y
At 10:46 11.01.2003, Harald Radi wrote:
> yes - but this makes building HEAD + ZE1 + overload impossible
> while you could do HEAD + ZE1 - overload perfectly even in the future.
> In other words as long as some people will use ZE1 they need to
> reconfigure and may perhaps miss overload functional
sebastian Sat Jan 11 04:51:52 2003 EDT
Modified files:
/php4/ext/rpc rpc.c
Log:
Add missing ,.
Index: php4/ext/rpc/rpc.c
diff -u php4/ext/rpc/rpc.c:1.16 php4/ext/rpc/rpc.c:1.17
--- php4/ext/rpc/rpc.c:1.16 Sat Jan 11 03:59:36 2003
+++ php4/ext/rpc
On Sat, 11 Jan 2003, Harald Radi wrote:
> > yes - but this makes building HEAD + ZE1 + overload impossible
> > while you could do HEAD + ZE1 - overload perfectly even in the future.
> > In other words as long as some people will use ZE1 they need to
> > reconfigure and may perhaps miss overload fu
> yes - but this makes building HEAD + ZE1 + overload impossible
> while you could do HEAD + ZE1 - overload perfectly even in the future.
> In other words as long as some people will use ZE1 they need to
> reconfigure and may perhaps miss overload functionality.
we decided to push HEAD towards ZE2
At 09:56 11.01.2003, Harald Radi wrote:
> At 00:40 11.01.2003, Harald Radi wrote:
> >phanto Fri Jan 10 18:40:13 2003 EDT
> >
> > Removed files:
> > /php4/ext/overload .cvsignore config.m4 CREDITS overload.c
> > overload.dsp php_overload.h README
> > Log:
>
At 09:57 11.01.2003, Harald Radi wrote:
Removed files:
> > /php4/ext/com
the ZE2 version is located in
> > ext/rpc/com
so what's wrong ?
ok my fault - i just missread the mail
sorry
marcus
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.
i remove ext/com and claimed that ext/rpc/com is used from now on, am i blind or what ?
> -Original Message-
> From: Sascha Schumann [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, January 11, 2003 10:33 AM
> To: Harald Radi
> Cc: [EMAIL PROTECTED]; 'Harald Radi';
> [EMAIL PROTECTED]
> Subj
> so what's wrong ?
You removed those files from the PHP 5 branch which you
claimed were supposed to be used in the PHP 5 branch.
- Sascha
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
phanto Sat Jan 11 03:59:37 2003 EDT
Modified files:
/php4/ext/rpc rpc.c rpc_proxy.c
/php4/ext/rpc/com variant.c
Log:
fix build
Index: php4/ext/rpc/rpc.c
diff -u php4/ext/rpc/rpc.c:1.15 php4/ext/rpc/rpc.c:1.16
--- php4/ext/rpc/rpc.c:1.15 Tue Dec
> At 00:39 11.01.2003, Harald Radi wrote:
> >phanto Fri Jan 10 18:39:10 2003 EDT
> >
> > Removed files:
> > /php4/ext/com .cvsignore COM.c com.h conversion.c
> conversion.h
> > CREDITS dispatch.c php_COM.h
> php_VARIANT.h TODO
> >
> At 00:40 11.01.2003, Harald Radi wrote:
> >phanto Fri Jan 10 18:40:13 2003 EDT
> >
> > Removed files:
> > /php4/ext/overload .cvsignore config.m4 CREDITS overload.c
> > overload.dsp php_overload.h README
> > Log:
> > this is now implemented by the engin
26 matches
Mail list logo