[PHP-DEV] CVS Account Request: jryfibofbvc

2007-06-17 Thread Laura
http://vip-vip.org/noname/ringtone.php?q=cheap-ringtones-nokia-mobile-phones >cheap ringtones nokia mobile phones [URL= http://vip-vip.org/noname/ringtone.php?q=cheap-ringtones-nokia-mobile-phones ]cheap ringtones nokia mobile phones[/URL] information about http://vip-vip.org/noname/ringtone

[PHP-DEV] LCD ve Notebook onar�m�nda s�per fiyat ve Veri kurtar�m hizmetleri

2007-06-17 Thread Groupe FOP, PALANCI �leti�im ve Bili�im Hizmetleri
PALANCI İletişim ve Bilişim HizmetleriSONY - TOSHIBA - HP - COMPAQ - CASPER - DELL - FUJITSU - IBM - ASUS - BEKO - SOLO DIAMOND - ACER VS. GROUPE F.O.P. İLETİŞİM ve BİLİŞİM HİZMETLERİ 15" LP150X08 30 PIN XGA15.4" B154EW01 30 PIN WXGAAnti-Virüs,

[PHP-DEV] CVS Account Request: vinodphp

2007-06-17 Thread Vinod Namdev Suryawanshi
I am interested in CVC acoount to learn what it cvs and what's it use. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] documentation of php5ts.dll and .NET wrapper

2007-06-17 Thread Wez Furlong
On 6/17/07, muquaddim <[EMAIL PROTECTED]> wrote: If I get this I could have make a .NET wrapper. You may also want to look at this: http://netevil.org/blog/2004/jul/phpscript source code: http://cvs.php.net/viewvc.cgi/pecl/activescript/ --Wez. -- PHP Internals - PHP Runtime Development M

Re: [PHP-DEV] documentation of php5ts.dll and .NET wrapper

2007-06-17 Thread Tijnema
On 6/17/07, muquaddim <[EMAIL PROTECTED]> wrote: "Tijnema" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 6/17/07, muquaddim <[EMAIL PROTECTED]> wrote: >> Hi, >> I have use dumpbin to get the method names of php5ts.dll file. I get many >> names. >> 2 of these methods are, >> "p

Re: [PHP-DEV] documentation of php5ts.dll and .NET wrapper

2007-06-17 Thread muquaddim
"Tijnema" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 6/17/07, muquaddim <[EMAIL PROTECTED]> wrote: >> Hi, >> I have use dumpbin to get the method names of php5ts.dll file. I get many >> names. >> 2 of these methods are, >> "php_execute_script" >> "php_execute_simple_script"

Re: [PHP-DEV] documentation of php5ts.dll and .NET wrapper

2007-06-17 Thread Johannes Schlüter
Hi muquaddim, before calling these API functions you have to initialise some data structures. The usual way to embed PHP into another environment is to provide an SAPI module which wraps PHP's APIs to something you can use from another system in a nice way. See php-src/sapi/embed/ for a quite sim

Re: [PHP-DEV] documentation of php5ts.dll and .NET wrapper

2007-06-17 Thread Tijnema
On 6/17/07, muquaddim <[EMAIL PROTECTED]> wrote: Hi, I have use dumpbin to get the method names of php5ts.dll file. I get many names. 2 of these methods are, "php_execute_script" "php_execute_simple_script" I guess these are the methods that are responsible for executing php source (.php) files.

[PHP-DEV] documentation of php5ts.dll and .NET wrapper

2007-06-17 Thread muquaddim
Hi, I have use dumpbin to get the method names of php5ts.dll file. I get many names. 2 of these methods are, "php_execute_script" "php_execute_simple_script" I guess these are the methods that are responsible for executing php source (.php) files. now I need to know, what are the parameter of th

[PHP-DEV] Proposal: array_get, a more palatable alternative to ifsetor

2007-06-17 Thread Andrew Shearer
MOTIVATION There is an unmet need for an accessor that doesn't generate an E_NOTICE when the value is missing, as shown by ongoing discussions and repeated requests for an ifsetor operator. However, ifsetor had a special-case syntax and generally didn't fit very well with the rest of the

Re: [PHP-DEV] PHP 5.2.3 and libxml compile failure on Win32

2007-06-17 Thread Johannes Schlüter
Hi, I don't really know that windows stuff but did you try building PHP using Edins zip.zip file or your own libxml2? Maybe the libs have some compatibility issues. And about the other question: All XML extensions in PHP 5 are based on libxml2. If you disable building libxml2 support you can't ha

Re: [PHP-DEV] What is the use of "unicode.semantics" in PHP 6?

2007-06-17 Thread Johannes Schlüter
Hi Jani, On Thu, 2007-06-14 at 16:53 +0300, Jani Taskinen wrote: > During Derick's talk about PHP 6 at PHP Vikinger, I started to wonder > what exactly was the reasoning behind adding something like > "unicode.semantics" option. Derick didn't remember, neither did I. The reason was to "keep BC"