php-windows Digest 22 Nov 2003 00:43:03 -0000 Issue 2010

2003-11-21 Thread php-windows-digest-help
php-windows Digest 22 Nov 2003 00:43:03 - Issue 2010 Topics (messages 22154 through 22161): Re: Compiling 22154 by: Eric COLINET 22156 by: Alexandre Trevisani 22159 by: Eric COLINET Regular Expression Question 22155 by: Gerardo Rojas 22157 by: Andrei

[PHP-WIN] PEAR: Console Color problem!

2003-11-21 Thread Alex
Hello ALL! I've installed Console Color package from PEAR and tied to use it. I got just ANSI colors in form of text like: <-[34m Hello <-[0m Where could be the problem? Some time ago I used similar package in Perl and it worked fine. Best regards, Alex -- PHP Windows Mailing List (http://www.p

[PHP-WIN] Error parse regular expression for Multi-Edit 9

2003-11-21 Thread Vladimir Iahnenco
Hi All, Attached php.exe to the list of multi-edit 9 compilers. Does anybody has the php error parse regular expression string? -- Best regards, Vladimir --- mailto: [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Compiling

2003-11-21 Thread Eric COLINET
Yes, all you need is Visual C++ 6 and the requirements for PHP on Windows (http://www.php.net/manual/en/install.windows.php). At 17:43 21/11/2003, Alexandre Trevisani wrote: Thanks a lot. I´ve seen that all instructions in Zend refer to Linux based compilation, as well as the source code avail

RE: [PHP-WIN] Re: Regular Expression Question

2003-11-21 Thread Gerardo Rojas
Okay, thanks for pointing that out. How do we place multiple Replacements in the $replacement argument to preg_replace? I've added a double capture on my regular expression. If it is matched then I replace the the matched pattern by prefix a single character the the value of ${1} from the c

[PHP-WIN] Re: Regular Expression Question

2003-11-21 Thread Andrei BEJENARU
Enclose a capturing group (\d) and the use prefix\${1} inside the replacement. Check out the PHP manual: $string = "April 15, 2003"; $pattern = "/(\w+) (\d+), (\d+)/i"; $replacement = "\${1}1,\$3"; "Gerardo Rojas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I have a regular expre

Re: [PHP-WIN] Compiling

2003-11-21 Thread Alexandre Trevisani
Thanks a lot. I´ve seen that all instructions in Zend refer to Linux based compilation, as well as the source code available in php.net is in Linux file format. Will it work in Windows ? "Eric Colinet" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > Hi, > > >I have a file with m

[PHP-WIN] Regular Expression Question

2003-11-21 Thread Gerardo Rojas
I have a regular expression, that finds what i want. The problem lies in that I don't want to replace this pattern with another. I want to prefix the pattern with a character. Any suggestions as to how I might accomplish this? regular expression = '/^\d\{1,2}\./' -- Gerardo S. Rojas mailto:

Re: [PHP-WIN] Compiling

2003-11-21 Thread Eric COLINET
Hi, I have a file with many functions defined for my use in some applications. How can I compile them so that I can use it as an PHP extension ? Is that possible ? Yes, look at http://www.zend.com/apidoc/ to have more info about it. Additionnaly you can look at the ext/ sub directories in the PH

php-windows Digest 21 Nov 2003 12:36:51 -0000 Issue 2009

2003-11-21 Thread php-windows-digest-help
php-windows Digest 21 Nov 2003 12:36:51 - Issue 2009 Topics (messages 22151 through 22153): Re: PHP mkdir with IIS and network share 22151 by: David Strencsev Re: Using PHP to reload a page w/variable. 22152 by: H Marc Bower Compiling 22153 by: Alexandre Trevisani

[PHP-WIN] Compiling

2003-11-21 Thread Alexandre Trevisani
I have a file with many functions defined for my use in some applications. How can I compile them so that I can use it as an PHP extension ? Is that possible ? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php