Re: [PHP-DEV] Re: [PHP] Threading

2003-03-06 Thread Braulio José Solano Rojas
[EMAIL PROTECTED] At 20:12 27-2-2003, Braulio José Solano Rojas wrote: >I already know about this functionality, but as you know this is only for >Unix. And yes it matters if the semaphores are implemented in PHP since I >need portability between different OSes. (I like Inter-Process Co

Re: [PHP-DEV] Re: [PHP] Threading

2003-02-27 Thread Braulio José Solano Rojas
Hi! >"George Schlossnagle" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] >On Thursday, February 27, 2003, at 01:50 PM, Braulio JosX Solano Rojas >wrote: > > Are there semaphores in PHP? > >Yes. I'd recommend a reading of the fine manual. I did of course. > Of course if you'

Re: [PHP-DEV] Re: [PHP] Threading

2003-02-27 Thread Braulio José Solano Rojas
----Original Message----- > From: Braulio José Solano Rojas [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 27, 2003 8:01 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [PHP-DEV] Re: [PHP] Threading > > > Hi! > > "Rasmus Lerdorf" <[EMAIL PROTEC

Re: [PHP-DEV] Re: [PHP] Threading

2003-02-27 Thread Braulio José Solano Rojas
Hi! "Rasmus Lerdorf" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > On Tue, 18 Feb 2003, Greg Donald wrote: > > On Tue, 18 Feb 2003, Bruce Miller wrote: > > > > >Will PHP allow multiple-thread execution? > > > > PHP4 does not have thread support. > > Well, except for pear/PECL

Re: [PHP-DEV] Problems debugging on win32

2003-02-27 Thread Braulio José Solano Rojas
Hi! "Braulio José Solano Rojas" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > I also think I did, but maybe I missed something in my Win32 Debug_TS > configuration. Can you point on how do I create it. Basically I have > disabled Optimizations, I

Re: [PHP-DEV] Problems debugging on win32

2003-02-27 Thread Braulio José Solano Rojas
Hi! "Derick Rethans" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > On Thu, 27 Feb 2003, Braulio José Solano Rojas wrote: > >> I think I did, since PHP is using php4ts_debug.dll, and if I delete this >> file I get a message of php-cli.exe s

Re: [PHP-DEV] Problems debugging on win32

2003-02-27 Thread Braulio José Solano Rojas
Hi! "Derick Rethans" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] >On Thu, 27 Feb 2003, Braulio José Solano Rojas wrote: >> What am I doing wrong? > >You PHP version is not a debug build, and thus the module refuses to >load. The best thing

[PHP-DEV] Problems debugging on win32

2003-02-27 Thread Braulio José Solano Rojas
Hi! I have made some changes to a extension and now it does not work on win32. I am trying to debug it to see where the problem is, but I get a Warning like this: isis: Unable to initialize module Module compiled with module API=20020429, debug=0, thread-safety=1 PHPcompiled with module API=

[PHP-DEV] Isis extension

2003-01-19 Thread Braulio José Solano Rojas
Hi! I wrote like a year or less ago about an extension I've developed that uses the library for reading Isis databases at www.openisis.org. I would like to know if can I have it on PECL. (There is a lot of people in latin-america who needs to use it, in europe too.) I've named the extension isis

[PHP-DEV] Re: How can I search in the dev list?

2002-07-18 Thread Braulio José Solano Rojas
Hi! Thank Martin, Rick and Derick very much. Best regards, Braulio Solano -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] How can I search in the dev list?

2002-07-18 Thread Braulio José Solano Rojas
Hi! Is there an interface to search through the dev list? I'm looking on how to use PHP functions into C code inside an extension. I know that this question has been answered before and I would like to search and read previous postings. Thanks! Regards, Braulio Solano -- PHP Development

Re: [PHP-DEV] New extension

2002-06-05 Thread Braulio José Solano Rojas
Hi! RDF = Resource Description Framework. You can find some info about it in http://www.w3.org/RDF/. I think this extension is a very good improvement, and I hope it will not happen like when I proposed the Isis extension. Sometimes anybody shows interest or curiosity. Therefore Brad made a v

Re: [PHP-DEV] Compiling for Win32

2002-05-30 Thread Braulio José Solano Rojas
Cygwin is an open source unix environment for Windows. More information > is available on www.cygwin.com. > > Sander > > On 2002.05.30 17:50 Braulio José Solano Rojas wrote: > > Hello! > > > > I would like to compile PHP for win32. How may I achieve that? I > >

[PHP-DEV] Compiling for Win32

2002-05-30 Thread Braulio José Solano Rojas
Hello! I would like to compile PHP for win32. How may I achieve that? I mean, is there a free compiler I can use in windows or how do I do cross-compiling in Unices? I have tried with mingw in FreeBSD 4.5, but without success. Please help me. I'll appreciate. Bye. Braulio Solano -- PHP

Re: [PHP-DEV] Licensing and contributing. (New extension for Isis databases.)

2002-05-29 Thread Braulio José Solano Rojas
Hello. Sorry I took time. Yasuo Ohgaki wrote: > Braulio José Solano Rojas wrote: > >>I don't read your source, but it sounds your extension is sutable > >>for PECL. > >> > > > > I am new to the PHP development and I don´t know what is PECL. May

Re: [PHP-DEV] Licensing and contributing. (New extension for Isis databases.)

2002-05-25 Thread Braulio José Solano Rojas
concerning licensing or other matters. Maybe in the future it will be more interest. > I don't read your source, but it sounds your extension is sutable > for PECL. I am new to the PHP development and I don´t know what is PECL. May you explain it to me? Well, as we salute in Costa Rica:

[PHP-DEV] Licensing and contributing. (New extension for Isis databases.)

2002-05-22 Thread Braulio José Solano Rojas
Hello! I have sent yesterday an e-mail to the list offering a new extension and I have not received any feedback. Is it to soon to ask again if the php group is interested? If it is or it isn't may I have some opinions please? I'll be very thankful. Also, I want to ask, what is the licensing

[PHP-DEV] New extension for Isis databases.

2002-05-21 Thread Braulio José Solano Rojas
Hello. I wrote some days ago an e-mail asking how to use the trim function into an extension. Remember me? Well some people helped me. Now I would like to contribute... I am working as a consultant (also known as a programmer) for Asociados Galileo Beyle S.A. (http://www.galileobiz.com) in Co

[PHP-DEV] Re:(You don't read) [PHP-DEV] How may I use trim?

2002-05-09 Thread Braulio José Solano Rojas
I hope I am not insolent and if I am, again I apologize. - Braulio - Original Message - From: Andrew Lindeman To: Braulio José Solano Rojas Cc: [EMAIL PROTECTED] Sent: Thursday, May 09, 2002 3:11 PM Subject: Re: [PHP-DEV] How may I use trim? Wrong list. T

[PHP-DEV] How may I use trim?

2002-05-09 Thread Braulio José Solano Rojas
Hi! I am developing an extension and I would like to use the trim function inside one of my functions. I have seen that I can do it calling the php_trim2 function. Is this the appropriate way or is there another? Let me know please. Thanks. - Braulio