Re: [PHP-DEV] Problem with configure.js

2003-12-08 Thread Sebastian Bergmann
Sebastian Bergmann wrote: configure.js(725, 4) Laufzeitfehler in Microsoft JScript: Ungültige(r) Dateiname oder -nummer. 1) The above message translates to Runtime error in Microsoft JScript: Invalid filename or number 2) Line 725: FSO.CreateFolder(bd); bd has the value "Debug

Re: [PHP-DEV] End to StudlyCaps thread (hopefully)

2003-12-08 Thread Michael Walter
with a slight advantage to StudlyCaps) I think it's the right way to go [..] or we'll never get any closure. [..] You got closures for me? Lexical ones? Whee ;) Cheers, Michael -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] End to StudlyCaps thread (hopefully)

2003-12-08 Thread Andi Gutmans
Hi guys, I'd like to put an end to this thread. Taking into account everyone's opinion I think the best solution is to go for StudlyCaps with OOP code. Main reasons: a) PEAR. b) Interface with other OO models. c) Status quo today with iterator and array access interfaces. I don't think it's such

[PHP-DEV] REGISTER_*_CONSTANT() or SET_VAR_*() with multiple strings constants

2003-12-08 Thread Justin Hannus
sent to php.pecl.dev and php.internals -- I'm building an extension that will need to register multiple (approx 250 (up to 48 chars per string)) strings as constants. I would rather not clutter up the namespace with all these constants so I was wondering what would the reco

[PHP-DEV] Should tsrm_shutdown() be calling resource_types_table dtors?

2003-12-08 Thread Michael Sisolak
Following up on my question about the Win32 ISAPI/CLI not calling any of the destructor functions I've continued to dig into the TSRM code. I believe the issue is that tsrm_shutdown() doesn't call the destructors for each of the items in thread storage before freeeing them. This does happen in ts

[PHP-DEV] CVS Account Request: dmitry

2003-12-08 Thread Dmitry Stogov
Overall & engine development -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] for oci8 and some improvement proposals

2003-12-08 Thread Antony Dovgal
On Mon, 8 Dec 2003 12:23:32 +0100 "Thies C.Arntzen" <[EMAIL PROTECTED]> wrote: > > Am 08.12.2003 um 12:11 schrieb Antony Dovgal: > PS: if you want to take over start working on it. i'll help whenever i > can. Ok. After careful thought, I've decided to take it over, if nobody objects. --- WBR,

Re: [PHP-DEV] StudlyCaps

2003-12-08 Thread Marc Dembogurski
Cristiano Duarte wrote: >IMHO we shouldn't have exceptions. If the DOM extension (and many others) >must use StudlyCaps (because of W3C specifications), all OO-based extension or >code should use too. >We can live with a CS for procedural and other CS for OOP. >Cristiano Duarte Yes, Look at what

Re: [PHP-DEV] [PATCH] for oci8 and some improvement proposals

2003-12-08 Thread Thies C . Arntzen
Am 08.12.2003 um 12:11 schrieb Antony Dovgal: It seems, that you misunderstood me. I meant this: Almost every function, that deals with Lobs, calls OciLobGetLength every time it's being called. And I propose to use oci_lobgetlen(), which will decide - is it necessary to call OciLobGetLength or we

Re: [PHP-DEV] [PATCH] for oci8 and some improvement proposals

2003-12-08 Thread Antony Dovgal
On Mon, 8 Dec 2003 11:46:02 +0100 "Thies C.Arntzen" <[EMAIL PROTECTED]> wrote: > Am 08.12.2003 um 10:12 schrieb Antony Dovgal: > > > > so should I add oci_lobgetlen() instead of OCILobGetLength calls after > > this statement? > > or this code is considered to be working and should not be changed

Re: [PHP-DEV] [PATCH] for oci8 and some improvement proposals

2003-12-08 Thread Thies C . Arntzen
Am 08.12.2003 um 10:12 schrieb Antony Dovgal: so should I add oci_lobgetlen() instead of OCILobGetLength calls after this statement? or this code is considered to be working and should not be changed anymore? and what about deprecating old syntax, that doesn't meet naming conventions? i don't

Re: [PHP-DEV] [PATCH] for oci8 and some improvement proposals

2003-12-08 Thread Antony Dovgal
On Sat, 6 Dec 2003 08:46:33 +0100 "Thies C.Arntzen" <[EMAIL PROTECTED]> wrote: > > Am 05.12.2003 um 17:02 schrieb Antony Dovgal: > > feel free to improve it, remember open source is not about moaning > about the quality of other ppls code, but to contribute. I'm just arguing for and not moanin

Re: [PHP-DEV] SAPI documentation

2003-12-08 Thread Alex Leigh
Michael, I've written a SAPI module for a threaded web-server, so I've been down this road of discovery. If you have any questions at all or want an overview, please feel free to get in touch with me. Alex -- Alex Leigh - [EMAIL PROTECTED] - www.configuredlight.com The difference between theor

[PHP-DEV] SAPI documentation

2003-12-08 Thread Michael O'Brien
Wez, Thanks all for your responses. I've read the code of all the SAPI handlers and thought the nsapi or AOL code looked like a reasonable starting base. I might just document this as I go. Some documentation is really needed in this area. As a minimum, I can comment my SAPI code well and tha