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
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
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
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:
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
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
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
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
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
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-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
11 matches
Mail list logo