[PHP-DEV] PHP 4.0 Bug #9540: Dumping html files to error log

2001-03-03 Thread shane
. Note: if LogLevel is above info in httpd.conf, you won't see the above warning message, just the html file. Shane -- Edit Bug report at: http://bugs.php.net/?id=9540edit=1 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

[PHP-DEV] PHP 4.0 Bug #9909: session_start() fails to write data file

2001-03-21 Thread shane
From: [EMAIL PROTECTED] Operating system: Mac OS X Server PHP version: 4.0.4pl1 PHP Bug Type: *Session related Bug description: session_start() fails to write data file PHP 4.04pl1 compiled as a DSO Apache 1.3.19 session_start() fails to write out its data file, causing

[PHP-DEV] PHP 4.0 Bug #9909 Updated: session_start() fails to write data file

2001-03-21 Thread shane
ID: 9909 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Session related Description: session_start() fails to write data file False alarm, sorry . . . turns out that Apache changed the way it writes temp files (I think the "child" servers now write files, rather

[PHP-DEV] Bug #13242: Issues compiling with IMAP support

2001-09-10 Thread shane
to support another version imap or imap2000 is not an option as I have software that relies on RH7.0 and is not supported by 7.1 :( If you require more information, please let me know. Please Help? Cheers, Shane. -- Edit bug report at: http://bugs.php.net/?id=13242edit=1 -- PHP

[PHP-DEV] isapi stress tester

2001-01-14 Thread Shane Caraveo
CStrings. Stresstest is located in cvs under the sapi\isapi\stresstest directory. Shane Caraveo -- 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] bug database

2001-02-21 Thread Shane Caraveo
Can someone update/replace/give me my password for the bug database. Thnx shane -- 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: [ZEND-ENGINE] cvs: Zend / zend_API.c zend_API.h

2001-03-12 Thread Shane Caraveo
Why not add a: #define snprintf _snprintf to the zend_config.w32.h file? That should take care of the mentioned compile problem under windows. - Original Message - From: "Andrei Zmievski" [EMAIL PROTECTED] To: "Zeev Suraski" [EMAIL PROTECTED] Cc: "php-dev mailinglist" [EMAIL

Re: [PHP-DEV] PHP 4.0 Bug #9999: php.exe doesnt start

2001-03-26 Thread Shane Caraveo
Go to www.microsoft.com/data/ and download/install MDAC. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 26, 2001 9:12 AM Subject: [PHP-DEV] PHP 4.0 Bug #: php.exe doesnt start From: [EMAIL PROTECTED] Operating system: win98

[PHP-DEV] PHP 4.0 Bug #10062: CGI version displays '#!/usr/local/bin/php' line

2001-03-29 Thread shane . wright
(of PHP that is) so I'm assuming its a resurfacing issue. Apologies if it's just me being lame ;) Regards Shane -- Edit Bug report at: http://bugs.php.net/?id=10062edit=1 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

[PHP-DEV] PHP 4.0 Bug #10062 Updated: CGI version displays '#!/usr/local/bin/php' line

2001-03-29 Thread shane . wright
;) Regards Shane --- Full Bug description available at: http://bugs.php.net/?id=10062 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[PHP-DEV] PHP 4.0 Bug #10062 Updated: CGI version displays '#!/usr/local/bin/php' line

2001-03-29 Thread shane . wright
that is) so I'm assuming its a resurfacing issue. Apologies if it's just me being lame ;) Regards Shane --- Full Bug description available at: http://bugs.php.net/?id=10062 -- PHP Development Mailing List http

[PHP-DEV] PHP 4.0 Bug #10062 Updated: CGI version displays '#!/usr/local/bin/php' line

2001-03-29 Thread shane . wright
to use a lot of HTTP headers (including HTTP authentication - but that can change if necessary) I was thinking of making them nph-... Regards Shane Previous Comments: --- [2001-03-29 13:49:02] [EMAIL PROTECTED

Re: [PHP-DEV] PHP 4.0 Bug #10212: php -l (lint option) still not working in 4.0.6-dev

2001-04-06 Thread Shane Caraveo
the default php.ini files turn off or on some things that linting needs, try: php -d display_errors=1 -d display_startup_errors=1 -d output_buffering=0 -l blah.html - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 06, 2001 9:38 AM Subject: [PHP-DEV]

[PHP-DEV] PHP 4.0 Bug #10264: strange associative array behaviour

2001-04-10 Thread shane . wright
are introduced, the order goes off... basically elements with indices -24 to 0 are fine, but all the other ones come, in order, _after_ index 0. Any ideas? Shane -- Edit Bug report at: http://bugs.php.net/?id=10264edit=1 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail

[PHP-DEV] output/threads aborting

2001-05-22 Thread Shane Caraveo
into this. Shane -- 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] output/threads aborting

2001-05-23 Thread Shane Caraveo
testing to prove it's the best fix. Shall I commit the change? Shane -- 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] Re: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c

2001-05-23 Thread Shane Caraveo
Can this be put into the 4.0.6 tree? - Original Message - From: Shane Caraveo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 22, 2001 4:05 PM Subject: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c shane Tue May 22 16:05:09 2001 EDT Modified files

Re: [PHP-DEV] output/threads aborting

2001-05-23 Thread Shane Caraveo
Oh, sorry for the last email, didn't see this one yet. Thanks! Shane - Original Message - From: Andi Gutmans [EMAIL PROTECTED] To: Shane Caraveo [EMAIL PROTECTED]; php-dev mailinglist [EMAIL PROTECTED] Sent: Wednesday, May 23, 2001 9:57 AM Subject: Re: [PHP-DEV] output/threads aborting

[PHP-DEV] getting libtool to take .a files

2001-06-19 Thread Shane Caraveo
Anyone know how to setup the config.m4 and Makefile.in of an extension so that when it is built, libtool will accept staticly linking a .a file into the .so that is being created? (ie. I need to create a loadable php module that has staticly linked in a .a file). Thanks, Shane -- PHP

[PHP-DEV] tsrm patch

2001-07-07 Thread Shane Caraveo
= (char*)malloc(strlen(command)+strlen(TWG(comspec))+5); Without this, debug builds crash when cmd is freed. Shane -- 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

Re: [PHP-DEV] tsrm patch

2001-07-08 Thread Shane Caraveo
Hi Andi, Here is yet another patch to tsrm. The popen implementation was broken. You could not write to a process because pclose did not wait for a process to end, and the executed process could hang, because both sides of the pipe were inheritable. Index: tsrm_win32.c

[PHP-DEV] isapi filter authentication

2001-07-08 Thread Shane Caraveo
the anonymous NT user set up for that web site. Shane Caraveo Index: php4isapi.c === RCS file: /repository/php4/sapi/isapi/php4isapi.c,v retrieving revision 1.70 diff -r1.70 php4isapi.c 631,632c631 char

Re: [PHP-DEV] mail() and windows

2001-07-18 Thread Shane Caraveo
to use the internal mailer). Shane - Original Message - From: colin mcdonald [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 18, 2001 1:33 PM Subject: [PHP-DEV] mail() and windows hi there, I've been reading about (and experiencing) the problems with sending mail

[PHP-DEV] bug database report/search

2001-07-20 Thread Shane Caraveo
Is there anyway that we can generate a report, or at least search the bug database, for all bugs related to an operating system? I would like to generate a list of open bugs for any windows platform. Shane -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

Re: [PHP-DEV] Server-Wide Persistent objects in PHP?

2001-11-26 Thread Shane Wright
language on top of the 4 already used in most projects this size (PHP, SQL, HTML, Javascript...). Some sort of persistence is definately required - I like that we can extend the language but I dont feel it should be necessary purely for performance... Just my 2c... -- Shane I've taken a look

Re: [PHP-DEV] Server-Wide Persistent objects in PHP?

2001-11-26 Thread Shane Wright
Hi George, I'd be interested in this - no budget for the Zend one, but I'd like the APC one - do you or anyone have any practical experience of this in production environments (1.5m hits/week)? (or any [independent] URLs or reviews) Thanks, -- Shane On Monday 26 Nov 2001 5:22 pm, George

[PHP-DEV] writing PHP extensions

2001-12-07 Thread Shane Wright
, populating the environment with variables/constants and output (not buffered). Is there such a thing? Any help appreciated, Thanks -- Shane -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

[PHP-DEV] ISAPI/NSAPI FastCGI implementations available

2002-01-30 Thread Shane Caraveo
source: www.caraveo.com/fastcgi/fastcgi.src.zip Regards, Shane Caraveo -- 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] CLI and php.ini

2002-02-19 Thread Shane Caraveo
Hmm, actually -c takes a path. - Original Message - From: brad lafountain [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, February 19, 2002 4:47 PM Subject: Re: [PHP-DEV] CLI and php.ini The magic #!/usr/local/bin/php -c local.ini already works -

[PHP-DEV] PHP FastCGI update

2002-03-10 Thread Shane Caraveo
Downloads of binary, source, and phpfcgi.exe ara available at: http://www.caraveo.com/fastcgi/ Shane -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] the dl() issue

2002-03-10 Thread Shane Caraveo
be loaded from php.ini, but lets not use the exception as an excuse to deprecate dl) * tons of people having to figure out how to get things to load at all under windows (documentation, and perhaps adding extension_dir to the path on load so ISAPI,etc. modules don't have a problem with it.) Shane -- PHP

Re: [PHP-DEV] Can't build sapi/cgi

2002-03-10 Thread Shane Caraveo
I just fixed the problem with that, sorry. Shane Sebastian Bergmann wrote: c:\home\php\php4\sapi\cgi\libfcgi\fcgi_stdio.c(34): fatal error C1083: 'fcgios.h': No such file or directory c:\home\php\php4\sapi\cgi\libfcgi\fcgiapp.c(50): fatal error C1083: 'fcgimisc.h': No such file

Re: [PHP-DEV] PHP 4.1.2 for windows

2002-03-10 Thread Shane Caraveo
the 4.1.1 modules should work with it. If someone needs a quick fix before a compile gets up on php.net, go ahead and download it (at you're own risk, I assume no liabilities). Regards, Shane Caraveo Gabor Hojtsy wrote: Hi! From hour to hour we receive questions at [EMAIL PROTECTED] about

Re: [PHP-DEV] Can't build sapi/cgi

2002-03-11 Thread Shane Caraveo
of my cvs commits, to all the build configurations, but I missed Release_TSDbg, is that what you are compiling with? I'll be commiting a patch for that in a few moments. Shane - Original Message - From: Sebastian Bergmann [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 11, 2002

Re: [PHP-DEV] the dl() issue

2002-03-11 Thread Shane Caraveo
At 11:42 11/03/2002 +0200, Marko Karppinen wrote: Shane wrote: I think dl is an extremely important feature, and issues surrounding it should be fixed. I'm absolutely, positively +1 on this. On the Mac OS X side of things, we are in the interesting situation of Apple should

Re: [PHP-DEV] Can't build sapi/cgi

2002-03-11 Thread Shane Caraveo
You don't by any chance have the fastcgi library from fastcgi.com installed also do you? I simply cannot reproduce the same warnings here. Shane - Original Message - From: Sebastian Bergmann [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 11, 2002 10:36 AM Subject: Re: [PHP

Re: [PHP-DEV] the dl() issue

2002-03-11 Thread Shane Caraveo
can be preloaded to avoid the initial hit during script execution. Shane -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] the dl() issue

2002-03-12 Thread Shane Caraveo
At 10:43 AM 3/12/2002, Shane Caraveo wrote: The stability issue is fairly obvious (you're much more likely to screw up in a multithreaded environment if you load/unload libraries like hell, than you are if you load them once, process-wide; this affects both code in PHP and code

Re: [PHP-DEV] the dl() issue

2002-03-13 Thread Shane Caraveo
for web server use, especially in multithreaded situations, and I replied with the fact that Perl is used twice as much on top sites, and Python is much better at threading that either Perl or PHP. Context in conversasion is quite important. Shane -- PHP Development Mailing List http://www.php.net

Re: [PHP-DEV] [PHP-QA] PHP 4.2.0 Release Candidate 1

2002-03-20 Thread Shane Caraveo
When is the overload extension going to make it into the distribution? Shane [EMAIL PROTECTED] wrote: Hello, A release candidate for PHP 4.2.0 has just been packed. This build is used for testing the readiness of the release branch. By providing feedback to this build, we can make sure

Re: [PHP-DEV] [PHP-QA] PHP 4.2.0 Release Candidate 1

2002-03-20 Thread Shane Caraveo
Sorry, just realized it's compiled in. Shane Shane Caraveo wrote: When is the overload extension going to make it into the distribution? Shane [EMAIL PROTECTED] wrote: Hello, A release candidate for PHP 4.2.0 has just been packed. This build is used for testing the readiness

Re: [PHP-DEV] thread safety for binding issues

2002-03-29 Thread Shane Caraveo
library to work. Shane -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] thread safety for binding issues

2002-03-29 Thread Shane Caraveo
Markus Fischer wrote: On Fri, Mar 29, 2002 at 09:14:46AM -0800, Shane Caraveo wrote : Markus Fischer wrote: Hi, how much thread-safe is PHP on linux when compiled with --enable-experimental-zts ? When I a set up a callback handler for a 3rd library which uses threads

Re: [PHP-DEV] thread safety for binding issues

2002-03-30 Thread Shane Caraveo
My understanding from Markus' original email was that the library he is using calls back into php on a different thread than that which he called it with. Shane Zeev Suraski wrote: Get MT'd? What do you mean by that? We have no plans to make PHP a multithreaded application at any time

Re: [PHP-DEV] aggregate() und overload()

2002-04-04 Thread Shane Caraveo
the problems you perceive. Shane -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] aggregate() und overload()

2002-04-04 Thread Shane Caraveo
Kristian Koehntopp wrote: On Thu, Apr 04, 2002 at 03:06:30PM -0800, Shane Caraveo wrote: Recommendation: If overload() indeed supports variably named callback functions such as __get_x(), support for this should be removed in order to avoid a number of possible inconsistencies and namespace

Re: [PHP-DEV] Re: aggregate() und overload()

2002-04-05 Thread Shane Caraveo
overloaded variable, and 99 other variables I don't need to overload, I don't want to process setting every variable via PHP code. Shane -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] sapi/fastcgi

2002-04-06 Thread Shane Caraveo
Sebastian Bergmann wrote: fastcgi is, as far as I understand it, now merged into sapi/cgi. Do we still need the php4/sapi/fastcgi/ directory? Just for a bit longer, there was something else added to the fastcgi directory that still needs to be integrated. Shane -- PHP Development

Re: [PHP-DEV] Re: aggergate vs MI

2002-04-09 Thread Shane Caraveo
was thinking I would just write up an IDL parser to do this, but if it's built into the language, all the better! Hmm, would an interface system in PHP allow for defining data types/structures on parameters? Shane -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http

Re: [PHP-DEV] Re: aggregate() und overload()

2002-04-09 Thread Shane Caraveo
= method_name | member_name class A { private var $_X; protected function set_X($newX) { $this-_X = $newX; } public property X = { read = $_X, write = set_X}; } marcus I have to say, I wouldn't mind having this syntax in PHP. Shane

Re: [PHP-DEV] Anyone wrote persistent variable extension?

2002-04-10 Thread Shane Caraveo
to any script under a certain document root. You definitly do not want to share persistent data across document roots (ie virtual servers, etc.). Shane -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] T1lib thread safety

2002-04-14 Thread Shane Caraveo
It would be nice to have it as a flag in the module, like the api numbers. Shane Stig S. Bakken wrote: Should we print a warning at the end of configure listing what libraries you are trying to link with that we know are not thread safe? - Stig On Sat, 2002-04-13 at 07:00, Rasmus

[PHP-DEV] [Fwd: new dns function, gethostent]

2002-04-18 Thread Shane Caraveo
couple hours I'll commit it. Shane ? dns.diff Index: basic_functions.c === RCS file: /repository/php4/ext/standard/basic_functions.c,v retrieving revision 1.470 diff -d -u -r1.470 basic_functions.c --- basic_functions.c 16 Apr 2002 22

Re: [PHP-DEV] specifying smtp server on win32 via 5th mail() parameter

2002-04-29 Thread Shane Caraveo
better to just use ini_set()?) jim Hmmm...some time ago I added the ability to use an external emailer (ie. sendmail/win or some other). Been a long time, but I think the 5th param is used in the same way on win as unix in that mode. Shane -- PHP Development Mailing List http://www.php.net

Re: [PHP-DEV] config.w32.h

2002-05-01 Thread Shane Caraveo
. It is kind of a pain to deal with configuration that way though. Shane -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] config.w32.h...registry configuration

2002-05-01 Thread Shane Caraveo
Daniel Beulshausen wrote: At 11:19 01.05.2002 -0700, Shane Caraveo wrote: they should be changed to use the windows registry anyway... Feel free to do it :) this isn't going to be a big task, i'll put it onto my todo. It's already done, been there for a long time. php.ini values

Re: [PHP-DEV] config.w32.h...registry configuration

2002-05-01 Thread Shane Caraveo
Daniel Beulshausen wrote: At 11:41 01.05.2002 -0700, Shane Caraveo wrote: Daniel Beulshausen wrote: At 11:19 01.05.2002 -0700, Shane Caraveo wrote: they should be changed to use the windows registry anyway... Feel free to do it :) this isn't going to be a big task, i'll put

Re: [PHP-DEV] config.w32.h...registry configuration

2002-05-02 Thread Shane Caraveo
global php.ini. It is a good thing to require action and thought on the part of the site to become less secure :). Interesting idea. It doesn't have to be less secure at all. treat it just like .htaccess config parameters. Only certain ini settings can be override the global ini settings. Shane

Re: [PHP-DEV] config.w32.h...registry configuration

2002-05-02 Thread Shane Caraveo
Zeev Suraski wrote: On Thu, 2 May 2002, Shane Caraveo wrote: #4 is realy needed for systems running virtual servers under IIS. While you can configure ini in the registry, it's a pain, especially if you want to give users access to edit their own ini file, or you want different

Re: [PHP-DEV] config.w32.h...registry configuration

2002-05-03 Thread Shane Caraveo
this functionnality on others server than apache is a must. The php_xxx directive let admin makes a custom config per host. On IIS, iplanet, there is actually no way to do it. Not realy true, you can do it via registry. Shane -- PHP Development Mailing List http://www.php.net/ To unsubscribe

Re: [PHP-DEV] config.w32.h...registry configuration

2002-05-03 Thread Shane Caraveo
Joseph Tate wrote: Well, you are correct that the size of the executable is irrelevant, but having different instances of PHP means less shared pages when multiple copies are loaded. There is a definite advantage to having a single httpd binary that is the same for everyone when it comes to

Re: [PHP-DEV] config.w32.h...registry configuration

2002-05-03 Thread Shane Caraveo
, 2002 at 06:54:41AM +0200, Stig S. Bakken wrote : On Thu, 2002-05-02 at 21:18, Shane Caraveo wrote: Zeev Suraski wrote: Does anybody have an opinion about this? Of course! ;) ini search order 1. PHP_BIN_DIR (\php\) 2. OS_DIR (\winnt\) To fix the ini issue we need more

Re: [PHP-DEV] Safe Mode

2002-05-12 Thread Shane Caraveo
compile option. One thing that does need to happen is a multithreaded fastcgi option for PHP. I've had that in the back of my head but haven't gotten around to it yet. Shane Rasmus Lerdorf wrote: Instead of just giving up on the problem, perhaps we should go into full attack mode. I see

[PHP-DEV] DIME support class added

2002-05-13 Thread Shane Caraveo
to integrate it with the streams stuff, but I still haven't looked at that so I don't know if or what needs to be done to do that. More info on DIME at http://www.gotdotnet.com/team/xml_wsspecs/dime/default.aspx Shane -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit

Re: [PHP-DEV] Enabling ext/zlib by default

2002-05-21 Thread Shane Caraveo
needed, so it should work just fine without zlib: Hmm, I couldn't make the pear command work on windows until I loaded the zlib extension. Shane -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [PEAR-DEV] SOAP, XMLRPC and WSDL

2002-05-23 Thread Shane Caraveo
no knowledge of Perl which is why I have no clue what features are/arenĀ“t included in SOAP::Lite. Maybe Shane knows more about it? Regards, Markus SOAP::Lite has the same problem, in fact with simple stuff we've done at work it's proven to be less interoperable that PEAR::SOAP when

Re: [PHP-DEV] Re: [PEAR-DEV] SOAP, XMLRPC and WSDL

2002-05-23 Thread Shane Caraveo
him to work on this also (I'm sure he's lurking here ;). There have been a couple others contacting me about working on the soap stuff as well. Shane Rasmus Lerdorf wrote: pear/SOAP seems to work pretty well. There are few people out there that know more about SOAP than Shane and I am quite

Re: [PHP-DEV] Re: [PEAR-DEV] SOAP, XMLRPC and WSDL

2002-05-23 Thread Shane Caraveo
I would say go for it, but I want to hear from some others first to know that I wont be talking to myself on an email list ;) Shane Rasmus Lerdorf wrote: So do we want a [EMAIL PROTECTED] mailing list? I can set it up if you say the word. -Rasmus On Thu, 23 May 2002, Shane Caraveo

Re: [PHP-DEV] Re: [PEAR-DEV] SOAP, XMLRPC and WSDL

2002-05-23 Thread Shane Caraveo
Ugh, can't stand 'web services'. But anyway, I think this information needs to go into regular documentation on php.net and pear.php.net first, then if there is realy a need for it expand into an additional site. Shane Lukas Smith wrote: It sounds to me like something like

Re: [PHP-DEV] Re: [PEAR-DEV] SOAP, XMLRPC and WSDL

2002-05-23 Thread Shane Caraveo
Unless some work has been done on it, I found it very lacking. Many things are hardcoded in C that would make it hardly interoperable with other implementations. Shane In fact, xmlrpc-epi also supports SOAP: ---[SNIP]--- As of Sept. 27, 2001, experimental support for SOAP v 1.1 has been

Re: [PHP-DEV] Re: [PEAR-DEV] SOAP, XMLRPC and WSDL

2002-05-23 Thread Shane Caraveo
for both to use. Getting them using the same API will allow for the wrapping of the C classes and other things like test harness and the interop scripts in PEAR::SOAP to work with ext/soap. Shane -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net

[PHP-DEV] soap email list

2002-05-23 Thread Shane Caraveo
Everyone who subscribes, please send an email to the list so we know. Thanks, Shane -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PECL vs. CORE .... was msession

2002-05-24 Thread Shane Caraveo
to a core distribution of a given project. Shane -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PECL vs. CORE .... was msession

2002-05-24 Thread Shane Caraveo
Experimental extensions are not finished, likely undocumented, prone to change, prone to bugs, etc. They shouldn't be in core at all. core should be entirly stable. If it's an important enough extension it will be recognized as such, and mirrored to core after it is stable. Shane Vlad

Re: [PHP-DEV] PECL vs. CORE .... from a users perspective

2002-05-25 Thread Shane Caraveo
discussions and see that they are looking to co-develop the PEAR and C extensions. They are relying on including a code snippet at the top of every page using soap functions. Nothings being relied on right now, just idea's are being floated. Shane -- PHP Development Mailing List http

[PHP-DEV] Re: [Zend Engine 2] RE: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV][RESENT] [PATCH] Allow constants / expressions to be passed by reference]

2002-05-29 Thread Shane Caraveo
Ahh yes, I've been bitten by this limitation a few times, quite agravating. I would definitly like to have this work. Shane phpsurf wrote: the problem is that if you define some function : function someFunc(myParam) { ... } then you can call : someFunc($someVar

Re: [PHP-DEV] bundling / PECL

2002-05-30 Thread Shane Caraveo
/installed automaticly. Shane -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] bundling libxml2 / bundling locations

2002-05-30 Thread Shane Caraveo
this since soap (in addition to other things) would greatly benefit from having this bundled. Shane -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] bundling libxml2 / bundling locations

2002-05-30 Thread Shane Caraveo
as xml. The only downside in increasing the size is the bandwidth requirements for php.net. Shane -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] libxml bundling

2002-05-31 Thread Shane Caraveo
to the future of PHP as the web itself, well, there's no convincing. Shane -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP's vision (was: libxml bundling)

2002-06-01 Thread Shane Caraveo
, and the way I think it should remain. Shane -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP's vision

2002-06-02 Thread Shane Caraveo
needs. Shane -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] libxml bundling

2002-06-03 Thread Shane Caraveo
I indeed like to see some proof that it is used so widely. You state that XML is widely used, but I really think that this is only true for a small part of the people who work with PHP. This does not mean I don't see value in XML, it's certainly usefull... but that doesn't warrant

Re: [PHP-DEV] PHP's vision

2002-06-03 Thread Shane Caraveo
Making PHP work a certain way because a specific platform doesn't have the different items should not be a deciding factor. wrong. It's absolutely a major factor. Shane -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PECL != Siberia

2002-06-09 Thread Shane Caraveo
Hmm, what is happening for win32? Stig S. Bakken wrote: With the latest PEAR installer (version 0.90), PECL extensions are now built and installed during pear install/upgrade on Unix systems. First: upgrade PEAR to 0.9 with pear upgrade PEAR. If you have the xmms libraries and

Re: [PHP-DEV] PECL != Siberia

2002-06-10 Thread Shane Caraveo
other than having a build per version of PHP. So the built extensions would have to have a filename like: extname-phpversion-extversion.zip. Another idea would be to have the extensions built for windows on the server side, and cached if one was already built. Shane Stig S. Bakken wrote

[PHP-DEV] flock on windows

2002-06-30 Thread Shane Caraveo
with LockFile, but at least it would supply win9x with partial flock support. At the least, documentation should state that flock is not supported on win9x/ME/CE. Shane -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Komodo (PHP) Intergrated Development Environment Problems

2002-07-03 Thread Shane Caraveo
Hi Jason, PHP-DEV isn't the proper forum for asking questions about commercial products. Email us on the komodo-discuss email list, email list info at http://aspn.activestate.com/ASPN/Downloads/Komodo Regards, Shane Caraveo Jason McCormack wrote: Hi All, Has anyone out there had any luck

Re: [PHP-DEV] FEATURE REQUEST: symlinks under NT

2002-07-09 Thread Shane Caraveo
/stordev.asp http://www.sysinternals.com/ntw2k/source/misc.shtml#junction And if someone was really wanting symlinks for files, Reparse Points could be used to implement a file system filter that implements them. Shane -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http

Re: [PHP-DEV] phpthreads - hints anyone...

2002-07-31 Thread Shane Caraveo
, and zend engine in general). As in a couple other responses, the way this needs to be implemented has been hashed out, largely based on how the same problem is solved in Perl (there is a remarkable amount of simularity between PHP and Perl at some levels). If you're interested, lets talk. Shane

Re: [PHP-DEV] phpthreads - hints anyone...

2002-08-01 Thread Shane Caraveo
, but probably won't have it complete until this weekend some time. What you've done now is fairly simular, but pthread specific. Given time, I might have enough done to email a diff containing my work tomorrow night if you want to take a look. Shane -- PHP Development Mailing List http

Re: [PHP-DEV] phpthreads - hints anyone...

2002-08-03 Thread Shane Caraveo
for all threads that were started to shutdown. But the use of a global mutex should not be necessary once things are more developed. Loading from ini will fix this. Shane -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] phpthreads - hints anyone...

2002-08-03 Thread Shane Caraveo
would be using APR throughout PHP. Shane -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] phpthreads - hints anyone...

2002-08-03 Thread Shane Caraveo
I've cleaned things up a bit, removed code from tsrm and added it to a new file, and commited to pecl. This way those interested can start playing with and developing the module. Shane -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] phpthreads - hints anyone...

2002-08-03 Thread Shane Caraveo
Andi Gutmans wrote: At 12:40 PM 8/3/2002 -0700, Shane Caraveo wrote: Andi Gutmans wrote: By the way, if we do end up making this kind of thing mainstream we should probably use APR (or another library) for thread abstraction. I wouldn't want to do all of that work over. Andi

Re: [PHP-DEV] phpthreads - hints anyone...

2002-08-03 Thread Shane Caraveo
, it actually comunicates with this extra thread to set/get the shared vars. Since you know the engine much better than me ;), what do you think of these idea's? Shane -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Streams: FTP/HTTP wrapper gurus wanted

2002-08-11 Thread Shane Caraveo
is that this would be a perfect fit for protocols like DIME. Shane Wez Furlong wrote: Hi Sterling, I'm not sure :-) I'm 50/50 on integrating curl, because I know that it supports more features than the current wrappers, but I'm not sure if it supports a rich enough API to do the things that the streams API

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-20 Thread Shane Caraveo
will dissagree. Shane -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 4.3 and PHP 5

2002-08-21 Thread Shane Caraveo
that with the limited set of extensions, against a specific set of versions of addon libraries on a specific version of that OS, yes, it should be production quality - maybe. -Rasmus Sounds like windows now ;) Shane -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net

Re: [PHP-DEV] ISAPI Crash Debugging Notes

2002-08-27 Thread Shane Caraveo
it uses a couple techniques suggested by MS for performance (such as creating worker threads and async read/write). Shane -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

  1   2   >