[PHP-DEV] Hiding the remote server

2002-08-15 Thread Michael
Is it possible to write a script that: 1) gathers information 2) upon clicking a "submit" button, "posts" this information to a remote server for processing. 3) the remote server, by default, will generate results and display on it's own web page generated dynamically. 4) can we "intercept" this

[PHP-DEV] PHP 4.0 Bug #9661: PHP sometimes dumps core

2001-03-09 Thread michael
From: [EMAIL PROTECTED] Operating system: Linux 2.4.1 PHP version: 4.0 Latest CVS (09/03/2001) PHP Bug Type: Reproduceable crash Bug description: PHP sometimes dumps core When I run .php files under Apache (1.3.19) PHP sometimes crash. I can run the same file several times,

[PHP-DEV] PHP 4.0 Bug #9661 Updated: PHP sometimes dumps core

2001-03-09 Thread michael
ID: 9661 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Reproduceable crash Description: PHP sometimes dumps core Sorry, I forgot the configure line. It's: --enable-track-vars --with-mysql=/usr/local/mysql --with-mhash --with-mcrypt --with-apxs=/usr/local/apache

[PHP-DEV] PHP 4.0 Bug #9661 Updated: PHP sometimes dumps core

2001-03-10 Thread michael
ID: 9661 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Reproduceable crash Description: PHP sometimes dumps core I have tried with the CVS snapshot from 09/03/2001, but can try with a newer snapshot if you need it. I use MySQL version 3.22 Previous Comments: -

[PHP-DEV] PHP 4.0 Bug #9801: mcrypt_encrypt dumps core

2001-03-16 Thread michael
From: [EMAIL PROTECTED] Operating system: Linux 2.4.1 PHP version: 4.0 Latest CVS (16/03/2001) PHP Bug Type: mcrypt related Bug description: mcrypt_encrypt dumps core When I run .php files under Apache (1.3.19) PHP sometimes crash. I can run the same file several times, and

[PHP-DEV] PHP 4.0 Bug #9661 Updated: PHP sometimes dumps core

2001-03-16 Thread michael
ID: 9661 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Reproduceable crash Description: PHP sometimes dumps core Sorry, this problem is not MySQL related after all. It's caused by calls to mcrypt functions used in my database php file. I have created a new bug rep

[PHP-DEV] Bug #14827: POST [file upload] timeout in browsers

2002-01-03 Thread michael
x27;t time out? i cannot tell is this is a php bug, a browser bug, or just plain old operator headspace. thanking you in advance. sincerely, michael defrees here are my current settings: server: win2k adv server IIS 5 php 4.1.0 webserver settings: connection timeout =

[PHP-DEV] Bug #15438: include_once fails when comparing output to a value

2002-02-07 Thread michael
( include_once("test1.php") == false ) { print "Failed to include file"; } Warning: Failed opening '' for inclusion (include_path='.:/usr/local/lib/php') in /usr/home/michael/www/bug.php on line 6 Removing '== false' removes the problem.

[PHP-DEV] Bug #11893: array_intersect doesn't handle multidimensional arrays correctly

2001-07-04 Thread michael
From: [EMAIL PROTECTED] Operating system: Linux, FreeBSD, OpenBSD (Any?) PHP version: 4.0.6 PHP Bug Type: Arrays related Bug description: array_intersect doesn't handle multidimensional arrays correctly michael@zaphod:~>php X-Powered-By: PHP/4.0.6 Content-type: t

[PHP-DEV] Bug #12260: Compile failure --with-oci8 and Oracle 8.0.4

2001-07-19 Thread michael
`)' oci8.c:4657: parse error before `)' cheers, Michael -- Edit bug report at: http://bugs.php.net/?id=12260&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Bug #12293: setcookie() called with only one arg causes crash

2001-07-20 Thread michael
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Reproducible crash Bug description: setcookie() called with only one arg causes crash setcookie() when called with exactly one argument causes PHP to crash; I've included a stack trace below. T

[PHP-DEV] Bug #12310: $SCRIPT_FILENAME

2001-07-22 Thread michael
From: [EMAIL PROTECTED] Operating system: WinNT IIS PHP version: 4.0.6 PHP Bug Type: Any Bug description: $SCRIPT_FILENAME The code is ok and work on several servers, but on my own M$ IIS i get the return Message: Warning: Undefined variable: SCRIPT_FILENAME in C:\In

[PHP-DEV] Bug #12310 Updated: $SCRIPT_FILENAME

2001-07-22 Thread michael
ID: 12310 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Any Operating System: WinNT IIS PHP Version: 4.0.6 New Comment: In my php.ini is: register_globals = ON if i declare global $SCRIPT_FILENAME -> i get an empty string! On all other servers i

[PHP-DEV] Bug #12310 Updated: $SCRIPT_FILENAME

2001-07-22 Thread michael
ID: 12310 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Any Operating System: WinNT IIS PHP Version: 4.0.6 New Comment: If i use this code: $path=dirname($SCRIPT_FILENAME); the variable $path is empty, because $SCRIPT_FILENAME is empty! if a ty

[PHP-DEV] Bug #12310 Updated: $SCRIPT_FILENAME

2001-07-22 Thread michael
ID: 12310 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Feedback Bug Type: Variables related Operating System: WinNT IIS PHP Version: 4.0.6 New Comment: If i use: $path=dirname($HTTP_SERVER_VARS["SCRIPT_FILENAME"]); i get: Warning: Undefined inde

[PHP-DEV] Bug #12310 Updated: $SCRIPT_FILENAME

2001-07-22 Thread michael
ID: 12310 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Variables related Operating System: WinNT IIS PHP Version: 4.0.6 New Comment: If i replace $SCRIPT_FILENAME with $HTTP_SERVER_VARS["SCRIPT_NAME"] the dirname function only returns the path from

[PHP-DEV] Bug #12310 Updated: $SCRIPT_FILENAME

2001-07-22 Thread michael
20:30:59] [EMAIL PROTECTED] One last remark before I definitely leave this PR: Michael, you might also want to subscribe to php-general@, that can be done by sending an empty email to [EMAIL PROTECTED] [2001-07-22 20:26:58

[PHP-DEV] Bug #10392: read in violite.c never times out and causes the httpd proc to get stuck

2001-04-18 Thread michael
From: [EMAIL PROTECTED] Operating system: Linux 2.2.19 PHP version: 4.0 Latest CVS (18/04/2001) PHP Bug Type: MySQL related Bug description: read in violite.c never times out and causes the httpd proc to get stuck Under the lastest CVS and earlier version of php/zend apache

[PHP-DEV] Bug #9801 Updated: mcrypt_encrypt dumps core

2001-05-17 Thread michael
ID: 9801 User Update by: [EMAIL PROTECTED] Status: Analyzed Bug Type: mcrypt related Operating system: Linux 2.4.1 PHP Version: 4.0 Latest CVS (16/03/2001) Description: mcrypt_encrypt dumps core I think I've found the problem (and the solution). Let's look at some functions found in mcrypt fir

[PHP-DEV] Bug #14433: Degmentation fault

2001-12-11 Thread michael
From: [EMAIL PROTECTED] Operating system: Linux 2.4.16 PHP version: 4.1.0 PHP Bug Type: Apache2 related Bug description: Degmentation fault It's very hard to tell why this happens, because it only does occationally. I've included a back trace: I'm running Apache 2.0.28 in

[PHP-DEV] Bug #14433 Updated: Segmentation fault

2001-12-11 Thread michael
ID: 14433 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: Degmentation fault Status: Open Bug Type: Apache2 related Operating System: Linux 2.4.16 PHP Version: 4.1.0 New Comment: Update: I have reproduced what I believe is the same error under Apache 1.3.22. It was

[PHP-DEV] Bug #14433 Updated: Segmentation fault

2001-12-12 Thread michael
ID: 14433 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Apache2 related Operating System: Linux 2.4.16 PHP Version: 4.1.0 New Comment: I am in the progress of trying to figure out if anything in particular will cause this problem. W

[PHP-DEV] Bug #14433 Updated: Segmentation fault

2001-12-12 Thread michael
ID: 14433 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache2 related Operating System: Linux 2.4.16 PHP Version: 4.1.0 New Comment: ok, it seems that it occurs when it outputs some text. Perhaps only when it's stressed with multiple connections at th

[PHP-DEV] Socket_fd_* renamed?

2002-07-30 Thread Michael
I have a series of scripts that a user developed using socket_fd_*, but as of PHP 4.2 these no longer exist. Anyone have a document or hint guide on what the new functions have been renamed as? Thanks. -- M -- PHP Development Mailing List To unsubscribe, visit: http://

[PHP-DEV] PHP 4.0 Bug #8446 Updated: PHP/apache process is in infinite loop or appears to suck CPU

2001-01-10 Thread michael
ID: 8446 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: *General Issues Description: PHP/apache process is in infinite loop or appears to suck CPU I now added the --enable-debug and here are the following backtraces I get when php/apache is stuck: example1: Att

[PHP-DEV] PHP 4.0 Bug #8446 Updated: PHP/apache process is in infinite loop or appears to suck CPU

2001-01-10 Thread michael
ID: 8446 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *General Issues Description: PHP/apache process is in infinite loop or appears to suck CPU OOPS - please ignore my last post a few minutes on this - The debug symbols did not load properly. example 1: Attaching to program: /co

[PHP-DEV] PHP 4.0 Bug #8682: date issue

2001-01-12 Thread michael
From: [EMAIL PROTECTED] Operating system: linux redhat 6.2 PHP version: 4.0.4 PHP Bug Type: Scripting Engine problem Bug description: date issue echo date("m/d/Y h:i A",$filemodified); used to work in earlier versions (4.0.1?) 4.0.4pl1 it doesn' work. same line above in 4

[PHP-DEV] PHP 4.0 Bug #8446 Updated: PHP/apache process is in infinite loop or appears to suck CPU

2001-01-12 Thread michael
ID: 8446 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *General Issues Description: PHP/apache process is in infinite loop or appears to suck CPU Another example - this time where memory usage is low while eating as much CPU as it can: Reading symbols from /lib/libnss_nis.so.2...do

[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!?

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

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

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:

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

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

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

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

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] 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

[PHP-DEV] Problems uploading large files

2002-08-14 Thread Michael Kunze
below 100MByte size everything works fine. Does anybody have a clue what's going on here? PHP version is 4.2.2 with Apache 1.3.26 on Linux. Cheers Michael -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] ISAPI Crash Debugging Notes

2002-08-26 Thread Michael Sisolak
the zend_hash_reverse_apply call 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! F

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

2002-08-26 Thread Michael Sisolak
ebug much deeper into the Zend Engine 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 --

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

2002-08-26 Thread Michael Sisolak
in the threading model of ISAPI applications vs. what the thread safe PHP is expecting. I've followed up in the thread "ISAPI Crash Debugging Notes". Michael Sisolak [EMAIL PROTECTED] __ Do You Yahoo!? Yahoo! Finance - Get real-tim

Re: [PHP-DEV] ISAPI Crash Debugging Notes

2002-08-26 Thread Michael Sisolak
I've done here and see if it makes sense. I'm trying not to get my hopes up, but what I see so far looks very encouraging. Michael Sisolak [EMAIL PROTECTED] __ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo

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 >

[PHP-DEV] COM Memory Leak in 4.2.3RC1

2002-08-27 Thread Michael Sisolak
VariantClear() which 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! Financ

Re: [PHP-DEV] ISAPI Crash Debugging Notes

2002-09-01 Thread Michael Sisolak
s this work in Zend2 back 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 q

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

[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 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] [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 @@

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

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

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

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

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

[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

[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] 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: 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] 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

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] 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

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

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: : 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.

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

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

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] 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

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

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

[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] 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, -- --- ------

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

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

[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

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

  1   2   3   >