Re: [PHP-DEV] Moderate PHP-DEV

2003-03-12 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-12 E-mail: [EMAIL PROTECTED] Fax: ++43

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

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

2003-03-11 Thread Michael Mauch
time until their patches would be installed everywhere. I still think that the best solution would be to check if linking with -lcntsh alone is enough to get OCILobIsTemporary, and if not, check if it works with -locijdbc8. Regards... Michael [1]: My question in the Oracle

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

2003-03-08 Thread Michael Mauch
--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: /repository/php4

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

2003-03-08 Thread Michael Mauch
://marc.theaimsgroup.com/?l=php-devm=104712105011151w=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... Michael -- PHP Development Mailing List http

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

2003-03-08 Thread Michael Mauch
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] Patch for OCI8 link failure (Tru64/AIX) (#22324)

2003-03-03 Thread Michael Mauch
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... Michael Index: ext

[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
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 Sat Mar 1 13:15:37 2003 @@ -89,12 +89,14

[PHP-DEV] package.xlm question

2003-02-28 Thread Michael Bretterklieber
file role=srcMakefile.in/file Because I got a report from a user that he has problems installing the package. Localy if have no problems pear validate-package returns no error. bye, -- --- - Michael Bretterklieber- [EMAIL

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: filelist dir role=src name=/ fileCREDITS/file fileMakefile.in/file is it possible that with older versions of the pear

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

2003-02-24 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-84 03 15 712 Tel: ++43-(0)316-403274-12 E-mail: [EMAIL PROTECTED] Fax: ++43-(0

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

2003-02-22 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-12 E-mail: [EMAIL

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

2003-02-21 Thread Michael Sisolak
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 particular why the FREE_VARIANT was changed to an efree)? Michael Sisolak [EMAIL PROTECTED

[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
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/ext/sybase_ct/php_sybase_ct.c Fri Feb 14 13:45:32 2003 @@ -1297,6 +1297,7

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

2003-02-04 Thread Michael Mauch
to use ?php: # php -a Interactive mode enabled ?php echo Hello\n; Hello Regards... Michael -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

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

2003-01-20 Thread Michael D. Petersen
would have parsed both include statements. Michael At 01:17 PM 1/20/2003 +0100, you wrote: Michael D. Petersen [EMAIL PROTECTED] wrote... : I have been following PHP Bug #17868 for some time now (since upgrading to Red Hat 8.0 and Apache 2.0) with quite a bit of interest. This is the bug

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 may take quite

[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

[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] [BUGFIX 21089/21328] MSSQL not returning values of SP output parameters in 4.3.0

2003-01-08 Thread Michael Sisolak
the 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!? Yahoo

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

2003-01-08 Thread Michael Sisolak
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 unsubscribe, visit: http://www.php.net/unsub.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
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.net/ To unsubscribe, visit: http

[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
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 Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http

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

2003-01-04 Thread Michael Mauch
. 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] UNIX file command

2003-01-03 Thread Michael Montero
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 Source

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

2003-01-03 Thread Michael Sisolak
for the 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

Re: [PHP-DEV] Win32 Build Quirks

2002-12-29 Thread Michael Sisolak
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] __ Do you Yahoo!? Yahoo! Mail

Re: [PHP-DEV] Interesting result

2002-12-23 Thread Michael Mauch
do something like this: $b = ($a++) + ($a++); Instead use: $b = $a++; $b += $a++; Between incrementing or decrementing the same variable, always use a semicolon. Regards... Michael -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit

[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 IIS

[PHP-DEV] encryption functions

2002-12-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-12 E-mail: [EMAIL

Re: [PHP-DEV] encryption functions

2002-12-18 Thread Michael Bretterklieber
of 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, -- --- -- Michael

Re: [PHP-DEV] encryption functions

2002-12-18 Thread Michael Bretterklieber
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 Liebenauer Hauptstr. 200

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

2002-12-13 Thread Michael Bretterklieber
/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 Liebenauer Hauptstr

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 binaries of my (our) radius PECL for windows

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

2002-12-13 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-84 03 15 712 Tel: ++43-(0)316-403274-12 E-mail: [EMAIL PROTECTED] Fax

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 to make

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

2002-12-11 Thread Michael Mauch
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 Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] New PECL Radius

2002-12-09 Thread Michael Bretterklieber
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 - [EMAIL PROTECTED] JAWA

[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

[PHP-DEV] thanks

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

[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 http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[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 that I have tracked

[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] Multiple MSSQL Crashes in 4.3.0RC2

2002-12-01 Thread Michael Sisolak
. 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 crash). Michael Sisolak [EMAIL PROTECTED] __ Do you Yahoo!? Yahoo! Mail

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

2002-11-29 Thread Michael Mauch
... Michael -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[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] Subject: [PATCH 4.3.0] Win32

[PHP-DEV] radius extension

2002-11-26 Thread Michael Bretterklieber
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, -- --- -- Michael

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 suppose you need

Re: [PHP-DEV] radius extension

2002-11-26 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-12 E-mail: [EMAIL PROTECTED] Fax: ++43

Re: [PHP-DEV] radius extension

2002-11-26 Thread Michael Bretterklieber
if 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 - http

[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 http://www.php.net/ To unsubscribe, visit:

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

2002-11-25 Thread Michael Sisolak
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. Sign up now. http://mailplus.yahoo.com --- basic_functions.c.orig

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.php.net/?id=20596edit=1 http://bugs.php.net/?id=20592edit=1 http://bugs.php.net/?id

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 used

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

2002-11-22 Thread Michael Montero
. -- 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.CommunityConnectInc.com

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 idea on how to track down

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

2002-11-17 Thread Michael Mauch
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 (Wait a minute, what's that core file here? And now you want me to 'make install'?!). Regards... Michael -- PHP Development Mailing List

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

2002-11-17 Thread Michael Mauch
... 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
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

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

2002-11-16 Thread Michael Mauch
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 @@ int(27

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

2002-11-16 Thread Michael Mauch
,.123,123456789012,1234567890123,12345678901234567890)); +var_dump(array(ini_get('precision'),.012,-.012,.12,-.12,1.2,-1.2,12.,-12.,0.000123,.123,123456789012,(float)1234567890123,(float)12345678901234567890)); ? --EXPECT-- array(14) { Regards... Michael -- PHP Development Mailing List http://www.php.net

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

2002-11-16 Thread Michael Mauch
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.net/ To unsubscribe, visit: http://www.php.net

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

2002-11-16 Thread Michael Mauch
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] Patch for ext/standard/tests/time/001.phpt

2002-11-16 Thread Michael Mauch
$last_m)) { + if ($time $last_t || ($time == $last_t $micro = $last_m)) { $passed++; } else if ($failed++ =10) { $result .= sprintf('%06d', $i).: $time $micro $last_t $last_m\n; Regards... Michael -- PHP Development Mailing List http

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

2002-11-16 Thread Michael Mauch
)); +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

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

2002-11-03 Thread Michael Mauch
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 objections against including it. Regards... Michael -- PHP

[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] Leak Memory Overrun in 4.3.0pre2

2002-10-29 Thread Michael Sisolak
-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 PROTECTED] __ Do you Yahoo!? HotJobs - Search new

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

2002-10-29 Thread Michael Sisolak
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 http://www.php.net/ To unsubscribe, visit

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

2002-10-21 Thread Michael Mauch
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

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

2002-10-21 Thread Michael Mauch
,''); at the beginning of ext/xml/tests/007.phpt to make sure that the locale settings of the environment are used (although here the values of the environment are used even without that statement). Regards... Michael -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit

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 ;-) I doubt that the C library does anything useful with non-ASCII

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 locale, so expat or PHP can't do much to correct that. So is your locale

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

2002-10-19 Thread Michael Mauch
: = Running selected tests. FAIL xml_parse_into_struct/umlauts in tags [ext/xml/tests/007.phpt] Regards... Michael -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net

[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 - Exclusive

[PHP-DEV] Additional 4.3.0pre1 Win32 Build Errors

2002-10-10 Thread Michael Sisolak
' : 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] __ Do you Yahoo!? Faith Hill

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 crash? At

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 [EMAIL PROTECTED] Cc: [EMAIL

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 - From: Jason Greene

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 not use. Best Regards, Vergoz Michael - Original

[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? Please fix something for it, as it's pretty horrible now. Can you

[PHP-DEV] question type

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

[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] and so... there is a security problem.

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

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] and so... there is a security problem

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 ? goto to

Re: [PHP-DEV] question type

2002-09-19 Thread Vergoz Michael \(SYSDOOR\)
that 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] Sent: Thursday, September 19, 2002 3:06 PM Subject: Re

[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
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 8.1|9.0

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 segfault can

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

2002-09-04 Thread Michael Mauch
... Michael -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] ISAPI Crash Debugging Notes

2002-09-02 Thread Michael Sisolak
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 PROTECTED] wrote: Any chance you can setup and Engine 2 build and see if this problem

Re: [PHP-DEV] ISAPI Crash Debugging Notes

2002-09-01 Thread Michael Sisolak
to 4.2.x? The changes in zend.c seem fairly straight forward, but there may be interactions with other changes I'm not seeing. Michael Sisolak [EMAIL PROTECTED] __ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com

Re: [PHP-DEV] ISAPI Crash Debugging Notes

2002-08-27 Thread Michael Sisolak
. Michael Sisolak [EMAIL PROTECTED] __ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com __ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http

Re: [PHP-DEV] ISAPI Crash Debugging Notes

2002-08-27 Thread Michael Sisolak
--- Zeev Suraski [EMAIL PROTECTED] wrote: At 09:53 27/08/2002, Michael Sisolak wrote: i've been doing some debugging of the crashes when running php under the isapi sapi. is anybody else currently looking at this? if you are let's talk - here are my notes so far. first off

[PHP-DEV] COM Memory Leak in 4.2.3RC1

2002-08-27 Thread Michael Sisolak
is not desired here ! If I reverse this patch I no longer see the leak and the code still appears to be working correctly. What was the purpose of this change? Michael Sisolak [EMAIL PROTECTED] __ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes

[PHP-DEV] ISAPI Crash Debugging Notes

2002-08-26 Thread Michael Sisolak
in shutdown_executor. The one to clear the function_table completes correctly, but then the class_table one fails (my main PHP file does include a series of classes). Michael Sisolak [EMAIL PROTECTED] __ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes

[PHP-DEV] Thread safety failure in EG(function_table)?

2002-08-26 Thread Michael Sisolak
code and still be able to understand what's going on, but this looks really odd to me. Michael Sisolak [EMAIL PROTECTED] __ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com -- PHP Development Mailing List http

  1   2   3   >