Re: [PHP-DEV] Re: [PHP] Re: [PHP-DEV] Is PHP designed (have the capability) to access remote DB?

2003-03-12 Thread Michael Sims
On Wed, 12 Mar 2003 13:39:36 - (GMT), you wrote: >but your not. Please redirect further rants to [EMAIL PROTECTED] where >they will be able to help. Careful...devnull.com is an actual domain. :-) Although giveashit doesn't seem to exist: 550 5.1.1 [EMAIL PROTECTED] User unknown -- PHP Deve

Re: [PHP-DEV] Moderate PHP-DEV

2003-03-12 Thread Michael Bretterklieber
the name, to something like php-internal bye, -- --- - Michael Bretterklieber- [EMAIL PROTECTED] JAWA Management Software GmbH - http://www.jawa.at Liebenauer Hauptstr. 200-- privat --- A-8041 GRAZ GSM: ++43-(0)676-93 96 698 Tel: ++43-(0)316-4

Re: [PHP-DEV] [PATCH] OCI8 link failure (Tru64/AIX) (#22324)

2003-03-11 Thread Michael Mauch
h they had some such thing, they don't have it at the moment - and even if they would suddenly start to clean up that whole mess, it would probably take a long time until their patches would be installed everywhere. I still think that the best solution would be to check if linking with -lcn

[PHP-DEV] Re: news.php.net -> mailing list gateway broken?

2003-03-08 Thread Michael Mauch
list software. No, the article looks ok on the mailing list; only in the archive the From: gets replaced by the X-Posted-By:. Regards... Michael -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] news.php.net -> mailing list gateway broken?

2003-03-08 Thread Michael Mauch
address (see e.g. <http://marc.theaimsgroup.com/?l=php-dev&m=104712105011151&w=2>). I suspect that this sort of From: is dropped right on the floor by the mailing list software. So I subscribed to the real mailing list, and now send this article as a test. Regards...

[PHP-DEV] [PATCH] OCI8 link failure (Tru64/AIX) (#22324)

2003-03-08 Thread Michael Mauch
use --with-oci8=shared. This is a separate problem (#22521), it also happens without my patch. Setting OCI_USE_EMALLOC to 1 in oci8.c doesn't change it. Regards... Michael Index: ext/oci8/config.m4 === RCS file: /

[PHP-DEV] Patch for OCI8 link failure (Tru64/AIX) (#22324)

2003-03-03 Thread Michael Mauch
ux, Oracle 8.1.6), the line AC_DEFINE(HAVE_OCI8_SHARED_MODE,1,[ ]) results in a core dump at startup, if I use --with-oci8=shared. This is a separate problem (#22521), it also happens without my patch. Setting OCI_USE_EMALLOC to 1 in oci8.c doesn't change it. Regards... Mich

[PHP-DEV] MSSQL extension BugFix FreeTDS, datetime with milliseconds

2003-03-02 Thread Michael Bretterklieber
-values when datetimeconvert is deactivated. This was a user request, because he has otherwise no chance to get the milliseconds back from the db. I hope that these patches are good enough for a commit, thanx, bye, -- --- - Michael

[PHP-DEV] PHP_CHECK_FUNC and shared extension (OCI8)

2003-03-01 Thread Michael Mauch
.php.net/bug.php?id=18640> <http://bugs.php.net/bug.php?id=22324> <http://groups.google.com/groups?selm=setsixhu9.ln2%40elmicha.33322251-0001.dialin.t-online.de> Regards... Michael --- ext/oci8/config.m4.orig Sat Mar 1 13:06:55 2003 +++ ext/oci8/config.m4

Re: [PHP-DEV] package.xlm question

2003-02-28 Thread Michael Bretterklieber
Hi, forget this posting, I picked the wrong address from my addressbook - again gr, bye, Michael Bretterklieber wrote: Hi, in my package.xml I have this: CREDITS Makefile.in is it possible that with older versions of the pear-command I have to put on each entry the

[PHP-DEV] package.xlm question

2003-02-28 Thread Michael Bretterklieber
. Localy if have no problems pear validate-package returns no error. bye, -- --- - Michael Bretterklieber- [EMAIL PROTECTED] JAWA Management Software GmbH - http://www.jawa.at Liebenauer Hauptstr. 200-- privat

Re: [PHP-DEV] mssql.convertdatetime, mssql.longdatetime

2003-02-24 Thread Michael Bretterklieber
Robinson -- --- ------ Michael Bretterklieber - [EMAIL PROTECTED] JAWA Management Software GmbH - http://www.jawa.at Liebenauer Hauptstr. 200-- privat A-8041 GRAZ GSM: ++43-(0)676-84 03 15 712 Tel: ++43-(0)316-403274-12 E-mail: [EMAIL PROTECTED] Fax

Re: [PHP-DEV] bcpowmod() and bigIntegers

2003-02-22 Thread Michael Bretterklieber
es; } bye, -- --- ----- Michael Bretterklieber- [EMAIL PROTECTED] JAWA Management Software GmbH - http://www.jawa.at Liebenauer Hauptstr. 200-- privat --- A-8041 GRAZ GSM: ++43-(0)676-93 96 698 Tel: ++43-(0)316-403274-12 E-mail:

[PHP-DEV] Patches for 4_3 COM Memory Leaks

2003-02-21 Thread Michael Sisolak
der the ISAPI. I have done initial testing of the COM usage in my PHP code with both these patches and haven't seen any problems. I haven't had any luck getting a response from the authors of the code areas in question. Is there someone else who can consider these patches (in partic

[PHP-DEV] md5(), sha1() returning binary values

2003-02-18 Thread Michael Bretterklieber
, -- --- - Michael Bretterklieber- [EMAIL PROTECTED] JAWA Management Software GmbH - http://www.jawa.at Liebenauer Hauptstr. 200-- privat --- A-8041 GRAZ GSM: ++43-(0)676-93 96 698 Tel: ++43-(0)316-403274

[PHP-DEV] sybase_ct batch query

2003-02-14 Thread Michael Ulbrich
he sees any conflicts with the code for sybase_unbuffered_query() that was newly introduced in 4.3.0. If you think the new functionality is useful, feel free to use it ... Best regards ... Michael U. --- php-4.3.0/ext/sybase_ct/php_sybase_ct.c.origFri Feb 14 12:45:56 2003 +++ php-4.3.0/ex

Re: [PHP-DEV] Using CLI as a shell

2003-02-04 Thread Michael Mauch
Marcus Börger <[EMAIL PROTECTED]> wrote: > There is a difference between interactive mode and this idea. The > idea was to execute every single line. So if you type 'echo "Hello\n"; > and press enter "Hello" should be displayed. That's how it works for me (PHP-4.3.0). The only pitfall is that you

[PHP-DEV] PHP4.3.0 status of php4isapi.dll

2003-01-23 Thread Michael Bretterklieber
4.3.0 the php4isapi.dll is out of beta, is this true? Of course I know that also the extension must thread-safe programmed. bye, -- --- - Michael Bretterklieber- [EMAIL PROTECTED] JAWA Management Software GmbH - http

Re: [PHP-DEV] PHP Bug #17868: Multiple Includes

2003-01-20 Thread Michael D. Petersen
for everyone's responses so far! Michael At 10:19 AM 1/20/2003 -0500, you wrote: Seems to me like there's not much that can be done on the php side but more on the apache side. In the meantime I'd suggest migrating your server to Apache 1.3.27 until the problem is fixed since this m

Re: [PHP-DEV] PHP Bug #17868: Multiple Includes

2003-01-20 Thread Michael D. Petersen
ntf("Hello!\n"); ?> The same thing happens even if the included PHP code is different each time -- only the first include gets parsed by PHP and the rest just return the code. This problem appeared with Apache 2 -- earlier versions would have parsed both include statements. M

[PHP-DEV] PHP Bug #17868: Multiple Includes

2003-01-19 Thread Michael D. Petersen
eedback on what may have been unknowingly broken, if anything. Thanks! Michael Petersen -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] PROPOSAL: "unless" control structure

2003-01-12 Thread Michael Sims
My apologies if this has been brought up before, but I searched the archives and couldn't find a reference to it. I'm sure this is the sort of thing that would have already been implemented if there was any desire for it among the developers, but I was wondering if anyone had considered adding sup

[PHP-DEV] Re: [BUGFIX 21089/21328] MSSQL not returning values of SP output parameters in 4.3.0

2003-01-09 Thread Michael Sisolak
This issue has now been fixed in CVS by Frank Kromann. Michael Sisolak [EMAIL PROTECTED] __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- PHP Development Mailing List <http://www.php.net/&

[PHP-DEV] Fwd: Re: [BUGFIX 21089/21328] MSSQL not returning values of SP output parameters in 4.3.0

2003-01-08 Thread Michael Sisolak
This patch now makes mssql_execute() work for output parameters from a stored procedure with zero and one result sets just as it did in 4.2.3, and for 2+ result sets requires calls to mssql_next_result(). Michael Sisolak [EMAIL PROTECTED] __ Do you Yah

[PHP-DEV] Re: [BUGFIX 21089/21328] MSSQL not returning values of SP output parameters in 4.3.0

2003-01-08 Thread Michael Sisolak
there are no BC issues (just a need for a documention warning). Michael Sisolak [EMAIL PROTECTED] __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- PHP Development Mailing List <http://www.php.

[PHP-DEV] Re: [BUGFIX 21089/21328] MSSQL not returning values of SP output parameters in 4.3.0

2003-01-08 Thread Michael Sisolak
ded, but might that cause some other issue? Michael Sisolak [EMAIL PROTECTED] __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- PHP Development Mailing List <http://www.php.net/> To unsubsc

[PHP-DEV] [BUGFIX 21089/21328] MSSQL not returning values of SP output parameters in 4.3.0

2003-01-08 Thread Michael Sisolak
else back out into its own if clause. I'm not sure if this is really needed - we may be able to just call _mssql_get_sp_result where this patch adds the reset of the retval_results value. Michael Sisolak [EMAIL PROTECTED] __ Do you Yahoo!?

Re: [PHP-DEV] What headers/libs does Win32 Snaps build use?

2003-01-06 Thread Michael Sisolak
7;t be done? Would it be a lot more work than just packaging up a few directories on the snaps machine? Michael Sisolak [EMAIL PROTECTED] __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- PHP Dev

[PHP-DEV] Re: Using PHP for search and replace

2003-01-04 Thread Michael Mauch
le-scan-dir, but > my question is a general search-and-replace solution. echo 'w php.ini.bak ,s/^; *extension=mysql.so/extension=mysql.so/ wq ' | ed php.ini >/dev/null should do what you want. Regards... Michael -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] What headers/libs does Win32 Snaps build use?

2003-01-03 Thread Michael Sisolak
Win32 snapshot builds? Are they (or could they be made) available as a collection for those that want to build the entire Win32 package? Michael Sisolak [EMAIL PROTECTED] __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http

[PHP-DEV] UNIX file command

2003-01-03 Thread Michael Montero
might add this functionality? I'll gladly write a new module for it if it does not exist. Thanks. -- Michael C. Montero Chief Technology Officer Community Connect Inc. Co-founder [EMAIL PROTECTED] -=-=-=-=-= Community Connect Inc. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- The Premier

Re: [PHP-DEV] Win32 Build Quirks

2002-12-29 Thread Michael Sisolak
ing to zlibstat.lib instead of zlib.lib or updating win32build to include whatever zlib.lib it should link to? I would imagine that most Win32 builds will now fail (unless they happen to have a zlib.lib in their library path). Michael Sisolak [EMAIL PROTECTED] _

Re: [PHP-DEV] Interesting result

2002-12-23 Thread Michael Mauch
ion or the machine your code is running on, or even with the phase of the moon. Just don't do it. Don't do something like this: $b = ($a++) + ($a++); Instead use: $b = $a++; $b += $a++; Between incrementing or decrementing the same variable, always use a

Re: [PHP-DEV] encryption functions

2002-12-18 Thread Michael Bretterklieber
ly the mcrypt site if the author wants to play with us). The extension of course we can bundle with PHP. bye, -- --- ------ Michael Bretterklieber- [EMAIL PROTECTED] JAWA Management Software GmbH - http://www.jawa.at

Re: [PHP-DEV] encryption functions

2002-12-18 Thread Michael Bretterklieber
f the ciphers. In mcrypt version 2.5.4 this is finally addressed (released yesterday). I'll see if I can compile the library so that we finally can add this extension to our windows distributions. This would be great! bye, -- --- ----

[PHP-DEV] encryption functions

2002-12-18 Thread Michael Bretterklieber
ions? bye, -- --- ------ Michael Bretterklieber- [EMAIL PROTECTED] JAWA Management Software GmbH - http://www.jawa.at Liebenauer Hauptstr. 200-- privat A-8041 GRAZ GSM: ++43-(0)676-93 96 698 Tel: ++43-(0)316-403274-12 E-mail

[PHP-DEV] PHP Setup / Query

2002-12-18 Thread Michael A. Norweh
I've installed the newest version of PHP on an ISS 5.0 based System. The problem I have at the moment: If post a variable (URL Query) e.g.: "xxx.php?errormsg=error message" to a site, php is unable to get these variable. On my linux server the space is interpreted as "%20" in the correct way. On II

[PHP-DEV] Re: [PEAR-DEV] Re: [PHP-DEV] distributing windows binaries (dll's) of PECL's

2002-12-13 Thread Michael Bretterklieber
on my homepage. thanx, bye, -- --- ------ Michael Bretterklieber- [EMAIL PROTECTED] JAWA Management Software GmbH - http://www.jawa.at Liebenauer Hauptstr. 200-- privat A-8041 GRAZ GS

Re: [PHP-DEV] distributing windows binaries (dll's) of PECL's

2002-12-13 Thread Michael Bretterklieber
Hi, Derick Rethans schrieb: On Fri, 13 Dec 2002, Michael Bretterklieber wrote: My idea is to move the responsibility for stable PECL's to the maintainers of the PECL's. The maintainers should provide stable versions of PECL for the different php-versions, therefore I would like

Re: [PHP-DEV] distributing windows binaries (dll's) of PECL's

2002-12-13 Thread Michael Bretterklieber
g updates of PECL's. bye, -- --- ------ Michael Bretterklieber - [EMAIL PROTECTED] JAWA Management Software GmbH - http://www.jawa.at Liebenauer Hauptstr. 200-- privat A-8041 GRAZ GSM: ++43-(0)676-84 03 15 712 Tel: ++43-(0)316-403274-12 E

Re: [PHP-DEV] distributing windows binaries (dll's) of PECL's

2002-12-13 Thread Michael Bretterklieber
- Original Message - From: "Michael Bretterklieber" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 13, 2002 12:29 PM Subject: [PHP-DEV] distributing windows binaries (dll's) of PECL's Hi, I would like to distribute also binari

[PHP-DEV] distributing windows binaries (dll's) of PECL's

2002-12-13 Thread Michael Bretterklieber
4.2.3/php_radius.dll My question is this allowed? Are there any other ideas howto distribute binaries of PECL's? bye, -- --- ------ Michael Bretterklieber- [EMAIL PROTECTED] JAWA Management Software GmbH - http://www.jawa.at Liebenaue

[PHP-DEV] Re: #20887 [Bgs->Ctl]: /php.ini

2002-12-11 Thread Michael Mauch
versions). The builtin path to php*.ini, the PHPRC variable and the -c switch are quite enough places to look for ini files, IMHO. Regards... Michael [1]: see the entry in the Unix FAQ about argv[0]: <http://www.erlenstar.demon.co.uk/unix/faq_2.html#SEC23> -- PHP D

[PHP-DEV] New PECL Radius

2002-12-09 Thread Michael Bretterklieber
Am I allowed to set tags and make branches? Has PEAR the same Tags as PHP? If I finished all my ToDo's what must I do that this extension is autom. contributed with each new PHP release? bye, -- --- ------ Michael Bretterklieber - [EM

[PHP-DEV] thanks

2002-12-06 Thread Michael Conroy
thanks for the help -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Cookie Session Problem

2002-12-06 Thread Michael Conroy
I'm using cookies for a php session. The problem i'm having is that the session id is showing up in the url when a user moves to the next page in the site, but then after that it stop showing up in the url (the way it should be). I don't want the session id (periodically) showing up in the url th

[PHP-DEV] CVS Account Request: mbretter

2002-12-04 Thread Michael Bretterklieber
new PECL radius. Frank M. Kromann wrote that i should request cvs-access. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] [PHP] imagick v0.9.0.1 RELEASED

2002-12-03 Thread Michael Montero
version 0.9.0.1. It contains support for image lists and almost all of the image processing functions - image effects, special effects, etc. Contact either myself or Christian ([EMAIL PROTECTED]) if you have comments, suggestions or to report bugs. Thanks. -- Michael C. Montero Chief

[PHP-DEV] Re: Multiple MSSQL Crashes in 4.3.0RC2

2002-12-03 Thread Michael Sisolak
Frank Kromann has investigated these issues and has made fixes in the CVS version of ext/mssql. Michael --- Michael Sisolak <[EMAIL PROTECTED]> wrote: > Testing my existing SQL Server based sites with 4.3.0RC2 resulted in > many memory access violations and crashes. I believe

[PHP-DEV] Multiple MSSQL Crashes in 4.3.0RC2

2002-12-01 Thread Michael Sisolak
quot;fixing the mssql_query to handle multiple results correct if the first result does not return any data." If I now call mssql_query() with a query that doesn't return any values (like a SQL-T EXEC call), however, PHP will crash (removing the new dbdataready() check eliminates the

[PHP-DEV] [PATCH] +3 for Win32 CoInitalize/CoUninitialize Call Move, Please Apply

2002-11-29 Thread Michael Sisolak
We got +3 on applying this but missed it for 4.3.0 RC2. Will someone with the correct karma please apply it to the 4.3.0 tree? Michael --- Michael Sisolak <[EMAIL PROTECTED]> wrote: > Date: Mon, 25 Nov 2002 10:32:13 -0800 (PST) > From: Michael Sisolak <[EMAIL PROTECTED]> >

[PHP-DEV] Re: #20673 [Opn->Ver]: Inexplicable arithmetical error due to references

2002-11-29 Thread Michael Mauch
mething to do with sections 3.1 to 3.3 of the C FAQ, <http://www.eskimo.com/~scs/C-faq/s3.html>? Regards... Michael -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] radius extension

2002-11-26 Thread Michael Bretterklieber
changes (bugfixes) has been made. Of course having a class just written in php has also his advantages. Why can't exist both together? bye, -- --- -- Michael Bretterklieber - [EMAIL PROTECTED] JAWA Management Software GmbH -

Re: [PHP-DEV] radius extension

2002-11-26 Thread Michael Bretterklieber
l try it bye, -- --- ------ Michael Bretterklieber - [EMAIL PROTECTED] JAWA Management Software GmbH - http://www.jawa.at Liebenauer Hauptstr. 200 -- privat A-8041 GRAZ GSM: ++43-(0)676-93 96 698 Tel: ++43-(0)316-403274-12 E-mail: [EMAIL P

Re: [PHP-DEV] radius extension

2002-11-26 Thread Michael Bretterklieber
Antony Dovgal schrieb: On Tue, 26 Nov 2002 10:33:02 +0100 Michael Bretterklieber <[EMAIL PROTECTED]> wrote: - Windows: It should also build under windows with some modifications, but I have nothing found in the documentation about the build-process under windows => HowTo? I su

[PHP-DEV] radius extension

2002-11-26 Thread Michael Bretterklieber
- How to proceed, where should I send my extension? - Windows: It should also build under windows with some modifications, but I have nothing found in the documentation about the build-process under windows => HowTo? bye, -- --- ------

[PHP-DEV] [PATCH 4.3.0] Win32 CoInitalize/CoUninitialize Call Move

2002-11-25 Thread Michael Sisolak
o make the ISAPI rock solid in 4.3.0 requires. I've done a lot of testing and feel very confident about including this patch. Michael Sisolak [EMAIL PROTECTED] __ Do you Yahoo!? Yahoo! Mail Plus – Powerful. Affordable. Sig

[PHP-DEV] CVS Account Request: mcmontero

2002-11-25 Thread Michael C. Montero
Christian Stocker and I are joining our ImageMagick module efforts into 1 project. He recommended I get a CVS account to check the new code in directly. I will specifically be updating ext/imagick. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.n

Re: [PHP-DEV] error reporting for PHP5

2002-11-24 Thread Michael Sims
On Mon, 25 Nov 2002 01:04:00 -0500, you wrote: >As for custom error codes, I'm not sure how these would be handled in >PHP... In fact, I'm not entirely convince that we really should have >this sort of thing (i.e. trigger_error()). In my experience (and maybe >I'm unique) I have never actually use

Re: [PHP-DEV] Re: #20596 [Opn->Bgs]: date function gives wrong result for format 't'

2002-11-24 Thread Michael Mauch
Derick Rethans <[EMAIL PROTECTED]> wrote: > On Sat, 23 Nov 2002, Melvyn Sopacua wrote: > >> >> So ehm - are Michael and Derick on a 'date' or what? >> >> >> At 16:57 23-11-2002, [EMAIL PROTECTED] wrote: >> >> >http://bugs.p

[PHP-DEV] PHP Magick version 0.4a Released!

2002-11-22 Thread Michael Montero
nd of next week. -- Michael C. Montero Chief Technology Officer Community Connect Inc. Co-founder [EMAIL PROTECTED] -=-=-=-=-= Community Connect Inc. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- The Premier Source of Interactive Online Communities149 Fifth Avenue http://www.Communit

Re: [PHP-DEV] URL for segfaults

2002-11-21 Thread Vergoz Michael
Hi ! Did you have some stranges URL request in access_log ? Michael- - Original Message - From: "Steven Roussey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 21, 2002 5:39 PM Subject: [PHP-DEV] URL for segfaults > Does anyone have an

Re: [PHP-DEV] ext/standard/tests/math/log.phpt coredump on Tru64

2002-11-17 Thread Michael Mauch
-ieee, I guess it's a bit too late to automatically add it for 4.3.0. Regards... Michael -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] ext/standard/tests/math/log.phpt coredump on Tru64

2002-11-17 Thread Michael Mauch
e 1 is also nonsensical... only > log(1,1) is a valid use of log with a base parameter of 1, any other value > results in "undefined" Umm, yes, maybe - but my point was that PHP should not dump core in such situations, and it certainly should not do so in a "make test" ("Wai

[PHP-DEV] Patch for ext/standard/tests/math/hexdec.phpt

2002-11-16 Thread Michael Mauch
uot;123451")); -var_dump(hexdec("17fff")); +var_dump((float)hexdec("123451")); +var_dump((float)hexdec("17fff")); ?> --EXPECT-- Regards... Michael -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Patch for ext/standard/tests/time/001.phpt

2002-11-16 Thread Michael Mauch
if ($time > $last_t || ($time == $last_t && $micro > $last_m)) { + if ($time > $last_t || ($time == $last_t && $micro >= $last_m)) { $passed++; } else if ($failed++ <=10) { $result .= sprintf('%06d', $i).": $t

[PHP-DEV] ext/standard/tests/math/log.phpt coredump on Tru64

2002-11-16 Thread Michael Mauch
2606E+307 # sapi/cli/php -r 'echo log(0, 1),"\n";' Floating point exception (core dumped) # sapi/cli/php -r 'echo log(0),"\n";' -1.7976931348623E+308 Regards... Michael -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: : sort-functions don't work

2002-11-16 Thread Michael Mauch
eral_functions/008.phpt,v > retrieving revision 1.1 > diff -u -r1.1 008.phpt > --- 008.phpt21 Aug 2002 01:27:56 - 1.1 > +++ 008.phpt16 Nov 2002 19:31:34 - Yes, this works! Regards... Michael -- PHP Development Mailing List <http://www.php.

Re: [PHP-DEV] Re: #19259 [Csd->Ctl]: sort-functions don't work

2002-11-16 Thread Michael Mauch
al_functions/008.phpt~ Wed Aug 21 03:27:56 2002 +++ ext/standard/tests/general_functions/008.phpt Sun Nov 10 22:50:29 2002 @@ -5,7 +5,7 @@ --FILE-- --EXPECT-- array(14) { Regards... Michael -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: #19259 [Csd->Ctl]: sort-functions don't work

2002-11-16 Thread Michael Mauch
again on Tru64. Regards... Michael diff -r -u ../php-cvs/php4/ext/standard/tests/array/001.phpt ext/standard/tests/array/001.phpt --- ../php-cvs/php4/ext/standard/tests/array/001.phpt Sat Nov 9 11:42:49 2002 +++ ext/standard/tests/array/001.phpt Sat Nov 16 16:08:01 2002 @@ -57,7 +57,7 @@

[PHP-DEV] Re: #19259 [Csd->Ctl]: sort-functions don't work

2002-11-16 Thread Michael Mauch
483647]=> string(4) "test" ["-2147483647"]=> array(2) { [0]=> string(6) "banana" [1]=> string(6) "orange" } [2147483648]=> string(6) "monkey" [16777216]=> float(-0.33) } The difference is in the key of the "monkey" element: it should be 2147483647+1, but on 32 bit machines, this number is automatically wrapped and so it results in -2147483648. On 64 bit machines, 2147483647+1 correctly results in +2147483648, so it's impossible to get the expected result there. Regards... Michael -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [PATCH] run-tests.php

2002-11-03 Thread Michael Mauch
the Internet, and repeatedly banging against the firewall might be seen a bit annoying by the admins. And in some environments (e.g. on the HP/Compaq test drives), mail_qa_team() posts to nowhere land and nevertheless reports success. The patch is also not very large, and I've seen no real objec

[PHP-DEV] Adding mail() Parameter to Set Return Path

2002-10-30 Thread Michael Sisolak
. The only downside I see to this is that the value would only work for the internal Win32 sendmail code and not the standard Unix calls to sendmail. Any thoughts on this? Michael Sisolak [EMAIL PROTECTED] __ Do you Yahoo!? HotJobs - Search new

[PHP-DEV] Re: Leak & Memory Overrun in 4.3.0pre2

2002-10-29 Thread Michael Sisolak
'm not understanding in the code that would keep multiple threads from smashing each other here? Michael Sisolak [EMAIL PROTECTED] __ Do you Yahoo!? HotJobs - Search new jobs daily now http://hotjobs.yahoo.com/ -- PHP Development Mailing List

[PHP-DEV] Leak & Memory Overrun in 4.3.0pre2

2002-10-29 Thread Michael Sisolak
ource\php-4.3.0pre2\zend\zend_hash.c(534) : ht=0x01894df4 is already destroyed c:\work\php-source\php-4.3.0pre2\zend\zend_hash.c(660) : ht=0x01894eb8 is already destroyed --- Any tips on how to track down what's going on here? Michael Sisolak [EMAIL

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/xml/tests 007.phpt

2002-10-21 Thread Michael Mauch
n if we use such a locale guessing: it's not the fault of the XML code if non-ASCII characters don't work. It might be a good idea to have a seperate test case for strtoupper() etc., but for testing the XML extension, I still think that's it's better to just bail out as soon as w

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/xml/tests 007.phpt

2002-10-21 Thread Michael Mauch
an" as well (and hope that the locale string is not localized in some versions of Windows). Regards... Michael -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PHP-QA] Logs of failed tests PHP 4.3.0pre1 (fwd)

2002-10-20 Thread Michael Mauch
Melvyn Sopacua <[EMAIL PROTECTED]> wrote: > At 18:48 20-10-2002, Mike Robinson wrote: > >>Michael Mauch wrote: >> >> > I doubt that the C library does anything useful with >> > non-ASCII characters while you are in a "C" or "POSIX&qu

Re: [PHP-DEV] [PHP-QA] Logs of failed tests PHP 4.3.0pre1 (fwd)

2002-10-20 Thread Michael Mauch
Mike Robinson <[EMAIL PROTECTED]> wrote: > Michael Mauch writes: > >> Are your locale settings ok? > > Yeah, they're fine, for my locale. > > But I'm not in Germany, though I'm told the beer there > is awesome. :) Yes, I'm told so, too ;-)

Re: [PHP-DEV] [PHP-QA] Logs of failed tests PHP 4.3.0pre1 (fwd)

2002-10-19 Thread Michael Mauch
: Linux INI actual : /usr/local/lib/php.ini More .INIs : Extra dirs : = Running selected tests. FAIL xml_parse_into_struct/umlauts in tags [ext/xml/tests/007.phpt] Regards... Michael -- PHP Development Ma

[PHP-DEV] Additional 4.3.0pre1 Win32 Build Errors

2002-10-10 Thread Michael Sisolak
in32\glob.c(506) : warning C4024: 'qsort' : different types for formal and actual parameter 4 formatted_print.c c:\work\php-source\php-4.3.0pre1\ext\standard\formatted_print.c(287) : error C2065: 'tsrm_ls' : undeclared identifier Michael Sisolak [EMAIL PROTECTED]

[PHP-DEV] 4.3.0pre1 Win32 Build Error

2002-10-10 Thread Michael Sisolak
A Win32 build of 4.3.0pre1 fails with this error: Compiling... zend.c c:\work\php-source\php-4.3.0pre1\zend\zend.c(163) : error C2065: 'tsrm_ls' : undeclared identifier Michael Sisolak [EMAIL PROTECTED] __ Do you Yahoo!? Faith Hill -

Re: [PHP-DEV] Segfaults in Zend

2002-10-07 Thread Vergoz Michael \(SYSDOOR\)
hmm, I think that this functionS is not free before the exit, and it take a segfault. Or perhaps the returned value are not free, and now it can be dengerous !?@#! ? Michael - Original Message - From: "Jan Schneider" <[EMAIL PROTECTED]> To: "Zeev Suraski&qu

Re: [PHP-DEV] Segfaults in Zend

2002-10-07 Thread Vergoz Michael \(SYSDOOR\)
hmmm yeah, that is the question ! - Original Message - From: "Zeev Suraski" <[EMAIL PROTECTED]> To: "Jan Schneider" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, October 07, 2002 5:29 PM Subject: Re: [PHP-DEV] Segfaults in Zend > What are you doing in order to get it to cras

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard config.m4 css.c css.h info.c /main php_ini.c /sapi/aolserver aolserver.c /sapi/apache php_apache.c

2002-09-26 Thread Michael Mauch
Michael Mauch <[EMAIL PROTECTED]> wrote: > Colin Viebrock <[EMAIL PROTECTED]> wrote: >> [EMAIL PROTECTED] wrote: >>> "render nicely" is something else than "total unreadable" to me. Did you >>> have a look at it with Netscape Navigator 4

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard config.m4 css.c css.h info.c /main php_ini.c /sapi/aolserver aolserver.c /sapi/apache php_apache.c

2002-09-26 Thread Michael Mauch
http://pixels.pixelpark.com/~koch/hide_css_from_browsers/media/>, it only affects Netscape 4.x, and the W3C CSS validator has no problems with it. I also tested the resulting page on IE5/Win and Mozilla 1.2a and Opera 6.0 on Linux. Can you please apply it? Regards... Michael

Re: [PHP-DEV] [PATCH] 64 bit PHP (long vs int problems) (fault)

2002-09-26 Thread Vergoz Michael \(SYSDOOR\)
> Hi, > > I has explain that problem in 1 week ago, and what they said to me is "Your > not on the good list" > c.f: We are on PHP-_DEV_ isn't it ? > > and, well i'v the sames problem of you plus we can use a long integer in > PHP. Sorry, we can

Re: [PHP-DEV] [PATCH] 64 bit PHP (long vs int problems)

2002-09-26 Thread Vergoz Michael \(SYSDOOR\)
Hi, I has explain that problem in 1 week ago, and what they said to me is "Your not on the good list" c.f: We are on PHP-_DEV_ isn't it ? and, well i'v the sames problem of you plus we can use a long integer in PHP. Best Regards, Vergoz Michael - Original Message -

Re: [PHP-DEV] question type

2002-09-19 Thread Vergoz Michael \(SYSDOOR\)
you have to learn C hmmm... -- Sorry for my nerviousity today. Vergoz Michael - Original Message - From: "Hartmut Holzgraefe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Vergoz Michael (SYSDOOR)" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>

Re: [PHP-DEV] and so... there is a security problem.

2002-09-19 Thread Vergoz Michael \(SYSDOOR\)
(quelle bande de connard) - Original Message - From: "Dan Hardiker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, September 19, 2002 12:51 PM Subject: Re: [PHP-DEV] and so... there is a security problem. > > Only that you have to explain me ? > > g

Re: [PHP-DEV] and so... there is a security problem.

2002-09-19 Thread Vergoz Michael \(SYSDOOR\)
Only that you have to explain me ? goto to another list .. pff - Original Message - From: <[EMAIL PROTECTED]> To: "Vergoz Michael (SYSDOOR)" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, September 19, 2002 12:48 PM Subject: Re: [PHP-DEV] a

[PHP-DEV] and so... there is a security problem.

2002-09-19 Thread Vergoz Michael \(SYSDOOR\)
e some big security problems Exemple: $id = intval($_GET['id']); $query = " SELECT \"proute\" FORM \"polom\" WHERE id = $id "; Best regards, Vergoz Michael SYSDOOR

[PHP-DEV] paradoxal function

2002-09-19 Thread Vergoz Michael (SYSDOOR)
hi list, intval return a int (_s32) and the function 'convert_to_long_base' can save the 'zval' as _s64. Well intval can't return a '_s64' type. Vergoz Michael -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] question type

2002-09-19 Thread Vergoz Michael \(SYSDOOR\)
hi list, does PHP support _s64 type ? michael

[PHP-DEV] COM Memory Leak in 4.2.3 RCs Not Addressed

2002-09-10 Thread Michael Sisolak
The leak that was referred to in the Zend PHP Weekly Summary last week: "BUG: COM leak in 4.2.3 RC 1 Michael Sisolak let the list know that the COM extension is leaking memory in the 4.2.3 Release Candidate. He ahs pointed out a fix which will be included for the final version."

[PHP-DEV] [PATCH] #18640: compilation with Oracle fails on Tru64

2002-09-09 Thread Michael Mauch
y please add this? If this is not the right way to send a patch, please tell me. Regards... Michael --- php4-STABLE-200209050900/ext/oci8/config.m4.origFri Nov 30 19:59:46 2001 +++ php4-STABLE-200209050900/ext/oci8/config.m4 Fri Sep 6 16:23:01 2002 @@ -68,6 +68,9 @@

Re: [PHP-DEV] Segfault in 4.2.3RC2

2002-09-04 Thread Michael Mauch
Vergoz Michael \ <[EMAIL PROTECTED]> wrote: > me too.. Maybe your mail/news reader has a problem with the trailing dot, maybe Martin fixed it now. <http://www.martinjansen.com/php/segfault-4.2.3RC2.txt> works for me, and I can see the segfault with 4.2.3RC2, configured only with

[PHP-DEV] header("Content-type: text/...") with default_charset

2002-09-04 Thread Michael Mauch
/longertextsubtype" Output: "Content-type: text/longertextsubtype;charset=iso-8859-" Header: "Content-type: text/plain;charset=iso-8859-1" Output: "Content-type: text/plain;charset=iso-8859-1" Header: "Content-type: text/plain; charset=UTF-8" Output:

Re: [PHP-DEV] Segfault in 4.2.3RC2

2002-09-04 Thread Vergoz Michael \(SYSDOOR\)
me too.. - Original Message - From: <[EMAIL PROTECTED]> To: "Martin Jansen" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, September 04, 2002 9:37 PM Subject: Re: [PHP-DEV] Segfault in 4.2.3RC2 > On Wed, 4 Sep 2002, Martin Jansen wrote: > > > The script to reproduce the seg

Re: [PHP-DEV] ISAPI Crash Debugging Notes

2002-09-02 Thread Michael Sisolak
en added a call to this function as the last step of the ISAPI's DLL_PROCESS_ATTACH code. I've tested and it appears to fix the problems I was having with using the ISAPI module just as my version that spun off a new thread for the initialization did. Michael --- Andi Gutmans <[EMAIL PRO

  1   2   3   >