Re: [PHP-DEV] XSLT Extension and paths

2001-11-16 Thread Sterling Hughes
It probably doesn't use the virtual cwd stuff. Can you try and compile without thread-safety and see if it works? Its a sablotron thing I believe... You need to either specify absolute paths (or ./... should work), or you can use xslt_set_base (i think). -Sterling Andi

[PHP-DEV] empty(0)

2001-10-30 Thread sterling hughes
I don't know if this has been discussed yet, but while we're getting all crazy with breaking compat in 4.1 and/or 5.0, why not go ahead and finally fix empty(0) to return false, like it really should (a string with 0 in it, is *not* imho an empty string). -Sterling -- PHP

Re: [PHP-DEV] ?php= ? sytanx again

2001-10-26 Thread Sterling Hughes
don't see what's hacky about this (plus sometimes you need to write hacky code just to get something simple done). -Sterling --Jani On Fri, 26 Oct 2001, Derick Rethans wrote: On Fri, 26 Oct 2001, Edin Kadribasic wrote: The only possible valid point here

[PHP-DEV] Bug #13038 Updated: Cookie Error in Net/Curl.php

2001-10-22 Thread sterling
ID: 13038 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: HTTP related Operating System: all PHP Version: 4.0.6 New Comment: fixed in cvs, thanks. Previous Comments: [2001-08

[PHP-DEV] Bug #13225 Updated: Memmory leak in curl

2001-10-22 Thread sterling
ID: 13225 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: cURL related Operating System: linux PHP Version: 4.0.6 New Comment: not a php bug. Previous Comments: [2001-09-10 04

[PHP-DEV] Bug #13776 Updated: unable to compile XSLT as shared mod

2001-10-22 Thread sterling
ID: 13776 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: XSLT related Operating System: Debian PHP Version: 4.1.0RC1 New Comment: not a bug, --enable-shared=xslt is correct way. Previous Comments

Re: [PHP-DEV] RE: Bug #13749 Updated: ?php instead of ?php displayspassword and user info

2001-10-19 Thread Sterling Hughes
php know what type of data is there, so it appropriately spits out your unparsed code. -Sterling mal -Original Message- From: Bug Database [mailto:[EMAIL PROTECTED]] Sent: 19 October 2001 13:57 To: [EMAIL PROTECTED] Subject: Bug #13749 Updated: ?php instead of ?php

[PHP-DEV] Bug #13303 Updated: cURL fails over SSL

2001-10-19 Thread sterling
ID: 13303 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: cURL related Operating System: Cobalt Linux 5.0 PHP Version: 4.0.6 New Comment: fixed in cvs. Previous Comments

Re: [PHP-DEV] Forcing trans_sid on?

2001-10-18 Thread Sterling Hughes
this happened when Zeev introduced the session rewrite... I've commited a fix to cvs, i'll MTB, if no one objects... -Sterling -Rasmus -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

[PHP-DEV] Bug #13494 Updated: random segfaults with sablotron 0.70

2001-10-02 Thread sterling
ID: 13494 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: XSLT related Operating System: linux 2.4.10 debian/testing PHP Version: 4.0CVS-2001-10-01 New Comment: Can you please supply a short reproducable test case? Thanks! Previous Comments

Re: [PHP-DEV] php_smart_str leek

2001-09-26 Thread Sterling Hughes
that implements it)? -Sterling -- 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]

Re: [PHP-DEV] php_smart_str leek

2001-09-26 Thread Sterling Hughes
can strace or gdb to a thread and wait for it to come up if that would help. Sorry, unless I have a reproducable test case I can't fix the leak, it could be in any number of places... -Sterling -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

Re: [PHP-DEV] curl compiler failed

2001-09-25 Thread Sterling Hughes
, I'll add a configure check. -Sterling -- 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]

Re: [PHP-DEV] curl compiler failed

2001-09-25 Thread Sterling Hughes
it be at all logical to check the cURL version? not really, I'd assume that since PHP compiled with my cURL that all constants are available... only digging through the source will reveal that some constants are #ifdef'd out. -Sterling -- PHP Development Mailing List http

Re: [PHP-DEV] Warning in PHP_4_0_7 branch

2001-09-25 Thread Sterling Hughes
On Tue, 25 Sep 2001, Sebastian Bergmann wrote: zend_llist.c D:\home\php\php4\Zend\zend_llist.c(214) : warning C4018: '' : Conflict between signed and unsigned Fixed in CVS. -Sterling -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [PHP-DEV] curl compiler failed

2001-09-24 Thread Sterling Hughes
/php4/ext/curl' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/php4/ext' make: *** [all-recursive] Error 1 hmm, Try latest cvs with one of the curl pre-releases (the latest pre release should work fine). -Sterling -- PHP Development Mailing List http

Re: [PHP-DEV] curl compiler failed

2001-09-24 Thread Sterling Hughes
php version supports which features, but also which curl version linked with php supports these features, this is a real headache. -Sterling -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: [PHP-DEV] Re: Seeding rand() at process start?

2001-09-21 Thread Sterling Hughes
will cause a slow down in PHP... another thought is to have rand() check whether or not its been seeded, and if it has been seeded, use the previous seed, otherwise, seed the generator (I'm currently leaning towards the latter). -Sterling On Fri, 21 Sep 2001 09:09:07 -0400 (EDT

Re: [PHP-DEV] TSRM coverage question

2001-09-18 Thread Sterling Hughes
which is assigned to foo, which you then pass to bar). So thread safety should *not* be affected. -Sterling -- 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

Re: [PHP-DEV] Compile Errors and Warnings

2001-09-18 Thread Sterling Hughes
the following error: cvs server: [04:44:54] waiting for php's lock in /repository/Zend -Sterling -- 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

[PHP-DEV] [patch] avoiding TSRMLS_FETCH (custom sorting functions)

2001-09-17 Thread Sterling Hughes
, this should be made available to all programs using Zend. Comments are appreciated and welcome... I'll commit after an appropriate mourning period if no one speaks up. -Sterling Index: ext/hyperwave/hg_comm.c === RCS

Re: [PHP-DEV] Compile Errors and Warnings

2001-09-17 Thread Sterling Hughes
not been update with Zend, I think I know what needs to be done in there, although I have no way of testing it (zend_qsort.c needs to be added as a source file). Anybody have a win32 testing environment I could use to test all these changes? -Sterling -- PHP Development

Re: [PHP-DEV] Versioning (resent AGAIN due to lack of replies)

2001-09-16 Thread Sterling Hughes
if all of the developers agree on this. And if not, WHY. :) +1, perhaps from an api perspective we could have something like: $vn = php_get_version(GD); or if the argument is empty, return the main php version: $phpVer = php_get_version(); -Sterling -- PHP Development

[PHP-DEV] Bug #13319 Updated: ereg_replace() with numeric 2nd argument

2001-09-15 Thread sterling
ID: 13319 Updated by: sterling Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Regexps related Operating System: Linux PHP Version: 4.0.6 New Comment: This is impossible due to the fact that ereg_replace() supports the specifying of ascii values as a replacement argument. Previous

[PHP-DEV] Re: [PHP] Re: WELCOME to php-general@lists.php.net

2001-09-14 Thread Sterling Hughes
only, if you don't have host installed try dig or nslookup) -Sterling -andy At 02:14 14.09.2001 -0400, you wrote: On Thu, 13 Sep 2001 [EMAIL PROTECTED] wrote: I'm not entirely positive but not sure if you can use the domain name in the include.. in other words try: ?php

Re: [PHP-DEV] Regarding the code audit

2001-09-10 Thread Sterling Hughes
. It doesn't check for proper function usage, but rather, where dangerous functions are used. For example, it reports a warning every time someone uses sprintf()... Its not something I'd worry about... -Sterling -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail

[PHP-DEV] Bug #13219 Updated: register_shutdown_function doesn't work

2001-09-09 Thread sterling
ID: 13219 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Unknown/Other Function Operating System: Windows 98 PHP Version: 4.0.6 New Comment: register_shutdown_function() returns void, this is not a bug Previous Comments

[PHP-DEV] Bug #8118 Updated: error in much warnings in session.c

2001-09-09 Thread sterling
ID: 8118 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: Session related Operating System: MIPS V4 PHP Version: 4.0.3pl1 Assigned To: sas New Comment: Fixed in CVS. Previous Comments

Re: [PHP-DEV] Bug #13219 Updated: register_shutdown_function doesn'twork

2001-09-09 Thread Sterling Hughes
, its simply register_shutdown_function(end_func); -Sterling Ps: Support questions should really be asked on [EMAIL PROTECTED] :) Previous Comments: [2001-09-09 05:14:00] [EMAIL PROTECTED

[PHP-DEV] Bug #8961 Updated: Omited Math Function

2001-09-09 Thread sterling
ID: 8961 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Analyzed Status: Bogus Bug Type: Math related Operating System: N/A PHP Version: 4.0 Latest CVS (27/01/2001) New Comment: PHP is not to my knowledge ASP. This is won't (shouldn't) be added anytime soon... Previous

[PHP-DEV] Bug #9054 Updated: problems in call_user_method

2001-09-09 Thread sterling
ID: 9054 Updated by: sterling Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Class/Object related Operating System: Linux/Solaris PHP Version: 4.0.4pl1 New Comment: you must pass a reference, anyhoo, call_user_method() is deprecated, use call_user_function(array($obj, Meethod)); syntax

[PHP-DEV] Bug #10204 Updated: fgets causes memory leaks

2001-09-09 Thread sterling
ID: 10204 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Sockets related Operating System: Linux, BSD and Windows PHP Version: 4.0 Latest CVS (06/04/2001) New Comment: Can you compile php with --enable-debug, this should report all leaks

[PHP-DEV] Bug #10236 Updated: ftruncate problem

2001-09-09 Thread sterling
ID: 10236 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Filesystem function related Operating System: Linux 2.2.5 / glibc 2.0.7 PHP Version: 4.0.4 New Comment: wow :) No this is not a bug... and no we shouldn't be doing an fflush(), you can do

[PHP-DEV] Bug #10477 Updated: ob_start('function') is called before trans-sid is applied, not after

2001-09-09 Thread sterling
ID: 10477 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Output Control Operating System: linux 2.2 PHP Version: 4.0.4pl1 New Comment: Fixed in CVS. Previous Comments: [2001

[PHP-DEV] Bug #10805 Updated: Compile error on zend_operators.c

2001-09-09 Thread sterling
ID: 10805 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Compile Failure Operating System: Tru64/OSF1 V5.0 a PHP Version: 4.0.5 New Comment: this problem shouldn't be present now... Previous Comments

Re: [PHP-DEV] str_replace: boyer

2001-09-09 Thread Sterling Hughes
this can't be merged as the default argument, but I'm sure sascha had a reason. sascha? :) -Sterling -- 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

[PHP-DEV] Bug #4025 Updated: unable to use $this when calling array_walk from a class method.

2001-09-09 Thread sterling
ID: 4025 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Misbehaving function Operating System: Linux RH6.1 / WinNT4 PHP Version: 3.0.15 New Comment: not a bug, ask php support questions on [EMAIL PROTECTED] Previous Comments

[PHP-DEV] Bug #5708 Updated: fopen claims file does not exist after first couple uses.

2001-09-09 Thread sterling
ID: 5708 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Misbehaving function Operating System: Linux PHP Version: 3.0.16 New Comment: I highly doubt this is truly a PHP bug, if you can find a test case that can always be reproduced, please open

Re: [PHP-DEV] Documenting Zend (was: zend_parse_parameters)

2001-09-09 Thread Sterling Hughes
and are very rudimentary its just no one with api familiarity, also has the patience to improve them :) -Sterling -- 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

Re: [PHP-DEV] Documenting Zend (was: zend_parse_parameters)

2001-09-09 Thread Sterling Hughes
On Mon, 10 Sep 2001, Zeev Suraski wrote: At 00:27 10-09-01, Sterling Hughes wrote: Oh yeah, not to mention the license is pretty bad :) I give up all rights to the material that I write (more so than an assignment of rights, which is standard for contributors to commercial

Re: [PHP-DEV] Documenting Zend (was: zend_parse_parameters)

2001-09-09 Thread Sterling Hughes
On Sun, 9 Sep 2001, Sterling Hughes wrote: On Mon, 10 Sep 2001, Zeev Suraski wrote: At 00:27 10-09-01, Sterling Hughes wrote: Oh yeah, not to mention the license is pretty bad :) I give up all rights to the material that I write (more so than an assignment of rights

Re: [PHP-DEV] Documenting Zend (was: zend_parse_parameters)

2001-09-09 Thread Sterling Hughes
that documentation isn't important - it is important to have a reference, and some people do prefer coding that way. hrmm, imho, good documentation has at its core, good examples, it is extremely important to reinforce concepts in the text with real-life examples. -Sterling

Re: [PHP-DEV] Documenting Zend (was: zend_parse_parameters)

2001-09-09 Thread Sterling Hughes
On Mon, 10 Sep 2001, Zeev Suraski wrote: At 01:28 10-09-01, Sterling Hughes wrote: On Mon, 10 Sep 2001, Zeev Suraski wrote: At 00:27 10-09-01, Sterling Hughes wrote: Oh yeah, not to mention the license is pretty bad :) I give up all rights to the material that I write

[PHP-DEV] Re: Note added to rand

2001-09-09 Thread Sterling Hughes
specific comments belong on list :) I didn't Cc to php-dev, since I could be breaking the law... but you may forward this mail to it :-) I am. ;) -Sterling -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP-DEV] stristr() overwrites haystack

2001-09-06 Thread Sterling Hughes
... fixed in cvs. -sterling -- 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]

Re: [PHP-DEV] stristr() overwrites haystack

2001-09-06 Thread Sterling Hughes
On Thu, 6 Sep 2001, Rasmus Lerdorf wrote: Noop... fixed in cvs. Good catch Sebastian. We need to keep an eye on this Sterling guy! Sometimes I wonder if he introduces bugs like this just to see if someone will catch them. He introduced it about 2 days ago in this patch: http

[PHP-DEV] Bug #13170 Updated: Crash Bug. ereg() with null regex

2001-09-06 Thread sterling
ID: 13170 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Reproducible crash Operating System: RedHat 7.1 PHP Version: 4.0CVS-2001-09-06 New Comment: it works fine for me with the latest CVS, are you *sure* you tested it with the CVS version

[PHP-DEV] Bug #3457 Updated: Function requests

2001-09-06 Thread sterling
ID: 3457 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.0 New Comment: added (except for regcomp(), but you'll see a warning if eregi is passed an invalid regex). Previous Comments

[PHP-DEV] Bug #8109 Updated: xslt_outout_begintransform() doesn't nest

2001-09-06 Thread sterling
ID: 8109 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: redhat 6.2 linux 2.2.17 PHP Version: 4.0.3pl1 New Comment: and it won't :))) Please use the new XSLT extension (which doesn't have output

Re: [PHP-DEV] php+sablotron+MaxRequestsPerChild=1

2001-09-06 Thread Sterling Hughes
://bugs.php.net/? Can you generate a backtrace? Or give a short test script to reproduce this error? -Sterling -- 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

[PHP-DEV] Bug #12022 Updated: limitations of php://stdout

2001-09-06 Thread sterling
ID: 12022 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Output Control Operating System: linux PHP Version: 4.0.6 New Comment: use the header() function, btw, Perl is not php, gzopen(php://stdout, w) is not the same as the Perl example. Previous

[PHP-DEV] any reason this is inline?

2001-09-05 Thread Sterling Hughes
I see the following in rand.c, any reason for the inline declaration? static inline php_uint32 randomMT(TSRMLS_D) ?? I just removed it, please object if I've done something wrong here :) -Sterling -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard rand.c

2001-09-05 Thread Sterling Hughes
On Wed, 5 Sep 2001, Andrei Zmievski wrote: On Wed, 05 Sep 2001, Sterling Hughes wrote: sterlingWed Sep 5 16:52:45 2001 EDT Modified files: /php4/ext/standard rand.c Log: a bit of api cleanup... move range stuff into a macro (properly :) I have to ask

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard rand.c

2001-09-05 Thread Sterling Hughes
On Wed, 5 Sep 2001 [EMAIL PROTECTED] wrote: On Wed, 05 Sep 2001, Sterling Hughes wrote: sterlingWed Sep 5 16:52:45 2001 EDT Modified files: /php4/ext/standard rand.c Log: a bit of api cleanup... move range stuff into a macro (properly

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard rand.c

2001-09-05 Thread Sterling Hughes
On Wed, 5 Sep 2001, Andrei Zmievski wrote: On Wed, 05 Sep 2001, Sterling Hughes wrote: Ok, I'm sold... I understand the basics of the format and the function, but is the following possible?:: In the situation of rand() when its that are two arguments are mandatory

Re: [PHP-DEV] Rand

2001-09-04 Thread Sterling Hughes
you, but if the code doesn't jive, it shouldn't be in the repository, I'm sorry if you feel like you've wasted effort, but that doesn't change the facts. -Sterling -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: [PHP-DEV] Re: ([PATCH] SOCKETS Solaris issues with gcc) socket_read issue with new api

2001-09-04 Thread Sterling Hughes
On Tue, 4 Sep 2001, Jason Greene wrote: Sterling, Did you get a chance to review my notes and patch. I would like to make a commit of at least the proper Solaris fix before RC2. Took a look at it now.. Go ahead and commit... Múy Thanks :) -Sterling Thanks, Jason

Re: [PHP-DEV] Patch to interbase module.

2001-09-04 Thread Sterling Hughes
handle ms outlook attachments (I've had this problem before). Perhaps you could use another mail client? Thanks, Sterling begin 666 php.diff M26YD97@Z(5X=]I;G1EF)AV4O:6YT97)B87-E+F,-/3T]/3T]/3T]/3T] M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T] M/3T]/3T]/3T]/0U20U

Re: [PHP-DEV] The rand() can of worms

2001-09-04 Thread Sterling Hughes
to ignore php-dev for a few days until I'm ready to face the firestorm I know I'm stirring up. When the smoke clears, somebody please let me know. :) Please don't start an issue and then ignore it ;), I don't bite (well, I rarely bite). -Sterling -- PHP Development Mailing List http

[PHP-DEV] Bug #13113 Updated: rpm install - curl_global_init undefined

2001-09-03 Thread sterling
ID: 13113 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: *General Issues Operating System: RH 6.2+linux 2.2.15 PHP Version: 4.0.6 New Comment: You need to update your cURL installation to the latest version and then it should work. Previous

[PHP-DEV] Bug #13009 Updated: ext/sablot.c compile fails w/ Forte 4 cc compiler.

2001-09-03 Thread sterling
ID: 13009 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Sablotron XSL Operating System: Solaris 2.6 PHP Version: 4.0.6 New Comment: The code is C99 compliant, odd. Fixed in CVS, thanks. (btw, It's better to use the new XSLT extension, ext/xslt

[PHP-DEV] Bug #12836 Updated: PHP stops interpretting page after error in parser.

2001-09-03 Thread sterling
ID: 12836 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Sablotron XSL Operating System: Debian GNU Linux (woody) PHP Version: 4.0.5 New Comment: You'll want the new XSLT extension, ext/xslt, please upgrade, these problems should go bye-bye

[PHP-DEV] Bug #12931 Updated: Cannot use http:// url in xslt_run

2001-09-03 Thread sterling
ID: 12931 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Sablotron XSL Operating System: Linux 2.2.19 PHP Version: 4.0.6 New Comment: Not a PHP bug, report to the Sablotron Folks Previous Comments

[PHP-DEV] Bug #12931 Updated: Cannot use http:// url in xslt_run

2001-09-03 Thread sterling
ID: 12931 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Bogus Bug Type: Sablotron XSL Operating System: Linux 2.2.19 PHP Version: 4.0.6 New Comment: Sorry Jani :) Previous Comments: [2001

[PHP-DEV] Bug #12974 Updated: some curl bugs found patched

2001-09-03 Thread sterling
ID: 12974 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: cURL related Operating System: freebsd PHP Version: 4.0.6 New Comment: relevant patches committed, thanks. Previous Comments

Re: [PHP-DEV] Bug #13113 Updated: rpm install - curl_global_initundefined

2001-09-03 Thread Sterling Hughes
to have at least libcurl 8.0 -Sterling Another detail: libs from openssl.0.9.6..rpm were not properly registered in my rpm db so installing libcurl also complained - even though they're there! But then I noticed there's libcrypto and libssl 0.9.6 a b and I've got b. So I've made links

[PHP-DEV] Reverting Rand Changes

2001-09-03 Thread Sterling Hughes
Hey all, Just giving notice, I'll be reverting the recent rand changes tomorrow (well, technically later today) -Sterling -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: [PHP-DEV] Crash Bug in current CVS (Win32)

2001-09-03 Thread Sterling Hughes
On Tue, 4 Sep 2001, Sebastian Bergmann wrote: phpMyAdmin 2.2.0 crashes with latest CVS, CGI/Win32 in ext/standard/string.c:585: php_trim2(*str, *what, return_value, 3 TSRMLS_CC); Fixed in CVS, thanks ;) -Sterling No Sex, No Alchohol, No Weed, PHP is all I need

Re: [PHP-DEV] Crash Bug in current CVS (Win32)

2001-09-03 Thread Sterling Hughes
On Tue, 4 Sep 2001, Sebastian Bergmann wrote: Sterling Hughes wrote: Fixed in CVS, thanks ;) Testing now... K... No Sex, No Alchohol, No Weed, PHP is all I need -Sebastian Bergmann Quote correctly, see http://stats.distributed.net/rc5-64/psummary.php3?id

[PHP-DEV] Rand Changes

2001-09-02 Thread Sterling Hughes
pre-patch (well redundant from a PHP4 perspective). -Sterling -- 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]

Re: [PHP-DEV] python dictionary-like % (percent) substitution inphp (was: Good idea in % (percent) substitutions in string)

2001-08-28 Thread Sterling Hughes
can even use php-code already, thanks to eval :) Maybe we better make it a PEAR-thing? Not really, the below is a different functionality (and the above is slow because of the use of eval)... +1 for it being in the core... -Sterling On Tue, Aug 28, 2001 at 12:25:15PM +0200

[PHP-DEV] API Thoughts?

2001-08-26 Thread Sterling Hughes
are Red-black tree's, AVL tree's, Simple Binary Search Tree's and Btree's). Thoughts? I'm currently leaning towards the first one... -Sterling -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: [PHP-DEV] API Thoughts?

2001-08-26 Thread Sterling Hughes
On Sun, 26 Aug 2001, Jon Parise wrote: On Sun, Aug 26, 2001 at 07:29:59PM -0400, Sterling Hughes wrote: Hey, extension and was wondering what people thought as more intuitive, something like: $tree = tree_new(AVL_TREE); tree_insert($tree, $element, compare_func

Re: [PHP-DEV] API Thoughts?

2001-08-26 Thread Sterling Hughes
On Sun, 26 Aug 2001, Chuck Hagenbuch wrote: Quoting Sterling Hughes [EMAIL PROTECTED]: Jep -- I'm writing PEAR OO wrappers for every ADT that I implement in a functional manner. I'm think for the OO wrappers, seperate class names wouldn't be horrible, something like

Re: [PHP-DEV] for the php-gtk people

2001-08-24 Thread Sterling Hughes
for wxWindows and then when compiling for Win32 systems, it will use the native win32 interface (unlike GTK programs -- which look the same on win32 and linux). If you're compiling for a Macintosh envionment -- it uses the native Mac API. -Sterling -- PHP Development Mailing List http

Re: [PHP-DEV] for the php-gtk people

2001-08-24 Thread Sterling Hughes
On Fri, 24 Aug 2001, Andrei Zmievski wrote: On Fri, 24 Aug 2001, Sterling Hughes wrote: My understanding is that it provides native support -- ie, you write for wxWindows and then when compiling for Win32 systems, it will use the native win32 interface (unlike GTK programs

Re: [PHP-DEV] for the php-gtk people

2001-08-24 Thread Sterling Hughes
On Fri, 24 Aug 2001, Andrei Zmievski wrote: On Fri, 24 Aug 2001, Sterling Hughes wrote: Some people prefer having all applications on the same platform look the same. ie, GTK programs look a bit odd, compared to your normal win32 apps (or on KDE for example). You are right

Re: [PHP-DEV] No glob() ?

2001-08-21 Thread Sterling Hughes
? What should it do? Shell filename globbing ... man glob ... or perldoc -f glob || perldoc File::Glob See File/Find.php in the pear distribution. -Sterling - Markus -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/ircg README.txt

2001-08-20 Thread Sterling Hughes
). -Sterling -- 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]

Re: [PHP-DEV] Bug #12866: Speaking of Payment Processing... willPHP ever have a POST() function?

2001-08-20 Thread Sterling Hughes
Use cURL. -Sterling From: [EMAIL PROTECTED] Operating system: All PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: Speaking of Payment Processing... will PHP ever have a POST() function? Speaking of Payment Processing

[PHP-DEV] Base Binary Tree implementation

2001-08-17 Thread Sterling Hughes
...). So the question them comes -- what should I use for my base implementation? I'm currently debating between (threaded and non-threaded varients including) AVL tree's and Red-Black tree's. However, any other thoughts are welcome as well. Comments, Questions? -Sterling Ps: I

Re: [PHP-DEV] another segv in sapi_apache2

2001-08-17 Thread Sterling Hughes
committed for me, all php tests in httpd-test are now passing under 2.0. also working fine through mod_ssl (t/TEST -ssl) Patch applied -- thanks :) -Sterling #0 php_apache_sapi_flush (server_context=0x0) at sapi_apache2.c:175 175bb = apr_brigade_create(ctx-f-r-pool); (gdb

Re: [PHP-DEV] another segv in sapi_apache2

2001-08-17 Thread Sterling Hughes
applied -- thanks again. -Sterling thanks. this one gets rid of a warning... Index: sapi_apache2.c === RCS file: /repository/php4/sapi/apache2filter/sapi_apache2.c,v retrieving revision 1.45 diff -u -r1.45

Re: [PHP-DEV] Setting up RFC

2001-08-15 Thread Sterling Hughes
co-exist with some level of harmony, but changes do need to me made, and communication needs to occur where people on both sides listen to each others concerns. -Sterling Any man is liable to error, but only a fool persists in error. -Cicero (Since we're doing the whole latin

Re: [PHP-DEV] Setting up RFC

2001-08-15 Thread Sterling Hughes
On Wed, 15 Aug 2001, Zeev Suraski wrote: At 12:15 15-08-01, Sterling Hughes wrote: On Wed, 15 Aug 2001, Zeev Suraski wrote: At 10:23 15-08-01, Stig Sæther Bakken wrote: [Hi, I think one of the problems with this is that even if php-dev comes up with a system for determining

Re: [PHP-DEV] Please..

2001-08-15 Thread Sterling Hughes
list like Sterling suggested, a-la [EMAIL PROTECTED] isn't such a bad idea. Thanks for proving that you are not interested in a dialogue. If bickering is your definition of dialogue then all I can say is - you're quite welcome! What's your definition of dialogue? I'm more than

[PHP-DEV] Bug #12733 Updated: cURL crash (reproducible)

2001-08-15 Thread sterling
ID: 12733 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: cURL related Operating System: Linux 2.2.19-x86 PHP Version: 4.0CVS-2001-08-14 New Comment: Its a cURL bug (so quoth the author of cURL). the problem is your supplying the CURLOPT_POST

Re: [PHP-DEV] Bug #12733: cURL crash (reproducible)

2001-08-14 Thread Sterling Hughes
(runnable script that produces the segfault)? Thanks, Sterling -- 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]

Re: [PHP-DEV] Setting up RFC

2001-08-14 Thread Sterling Hughes
Proposal: Foo* -- ... Rasmus +0This should help fix issue x and bug y. Richard - Sascha +0This proposal supports RFC 10921 in a good way. Sterling -0RFC 10921 is kind of strange. Torben -1There is already too

Re: [PHP-DEV] Setting up RFC

2001-08-14 Thread Sterling Hughes
On Tue, 14 Aug 2001, Zak Greant wrote: Joey wrote: Are you doing a new O'Reilly book, PHP-DEV in a nutshell? Subtitled: A Rogues Gallery ;) -Sterling I especially enjoy the idea of positive zero and negative zero. :) I think that +/-0 would accurately portray

[PHP-DEV] shell_exec()

2001-08-14 Thread Sterling Hughes
Hi, What's the purpose of this function? It's prototype is: /* {{{ proto string shell_exec(string cmd) Use pclose() for FILE* that has been opened via popen() */ What advantage does this have over something like exec() or system()? -Sterling -- PHP

[PHP-DEV] fileperms(), fileinode(), filesize(), is_readable(), etc.

2001-08-14 Thread Sterling Hughes
it up :) -Sterling -- 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]

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/sablot php_sablot.h

2001-08-12 Thread Sterling Hughes
-- I just feel that php-dev@ is not the appropriate place for such stuff. Take it up on group@, or find some place else to deal with it (or perhaps another developer meeting where these issues could really be worked on, face to face?) -Sterling -- PHP Development Mailing List

Re: [PHP-DEV] Latest CVS Problem

2001-08-08 Thread Sterling Hughes
to be fixed. I was able to generate the attached backtrace... -Sterling Starting program: /usr/local/bin/php tst.php Program received signal SIGSEGV, Segmentation fault. 0x0808b6a3 in php_sock_fgets_internal (buf=0xbfffded0 , maxlen=127, sock=0x824dcac) at fsock.c:553 553

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Latest CVS Problem

2001-08-08 Thread Sterling Hughes
On Thu, 9 Aug 2001, Sterling Hughes wrote: On Wed, 8 Aug 2001, Andrew Lindeman formally [EMAIL PROTECTED] wrote: I can't use fopen (file) to get anything off the internet with the latest cvs... ? $file=fopen(http://php.net/,r;); fpassthru($file); ? Will produce Segmentation

[PHP-DEV] [patch] INIT_OVERLOADED_CLASS_ENTRY fix

2001-08-06 Thread Sterling Hughes
to it. -Sterling Ps: The Midguard folks needed this feature/ran up against this wall awhile ago as well. Its the only reason I was able to find the problem without hours of painful debugging ;-) Index: zend_API.h

Re: [PHP-DEV] [patch] INIT_OVERLOADED_CLASS_ENTRY fix

2001-08-06 Thread Sterling Hughes
); return 0; } /* }}} */ That's used to register the class. If you can think of another way to do (*don't* say macro ;-), then I'd be more than willing to hear it, but otherwise... -Sterling Zeev At 05:53 06/08/2001, Sterling Hughes wrote: Hey

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.cincomplete_class.c php_incomplete_class.h var.c /ext/wddx wddx.c

2001-08-06 Thread Sterling Hughes
-GTK would be, but...), however, as PHP gets more and more extensions written in C, there needs to be this functionality. All other programming languages that I know of have the functionality as well -Sterling -- PHP Development Mailing List http://www.php.net/ To unsubscribe

Re: [PHP-DEV] [patch] INIT_OVERLOADED_CLASS_ENTRY fix

2001-08-06 Thread Sterling Hughes
On Mon, 6 Aug 2001, Andrei Zmievski wrote: On Sun, 05 Aug 2001, Sterling Hughes wrote: That's used to register the class. If you can think of another way to do (*don't* say macro ;-), then I'd be more than willing to hear it, but otherwise... You can just initialize

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.cincomplete_class.c php_incomplete_class.h var.c /ext/wddx wddx.c

2001-08-06 Thread Sterling Hughes
On Mon, 6 Aug 2001, Zeev Suraski wrote: At 19:40 06/08/2001, Andrei Zmievski wrote: On Mon, 06 Aug 2001, Zeev Suraski wrote: At 07:10 06/08/2001, Sterling Hughes wrote: What if you use 50 different shared extensions, for different scripts on the same box? Should you load

<    1   2   3   4   5   >