Re: [PHP-DEV] More preg_match_* control

2003-06-27 Thread Andrei Zmievski
On Fri, 27 Jun 2003, Andi Gutmans wrote: > I wonder if these people have a summary of things they ideally need. Then > we could have ext/bioinformatics. Who knows, it might bring PHP to new > places. > Anyway, I'm neutral about the parameter change. Will it be a default > parameter? Yes, it wou

Re: [PHP-DEV] More preg_match_* control

2003-06-26 Thread Andi Gutmans
I wonder if these people have a summary of things they ideally need. Then we could have ext/bioinformatics. Who knows, it might bring PHP to new places. Anyway, I'm neutral about the parameter change. Will it be a default parameter? Andi At 01:12 PM 26/6/2003 -0400, Andrei Zmievski wrote: Hi, A

Re: [PHP-DEV] More preg_match_* control

2003-06-26 Thread Andrei Zmievski
On Thu, 26 Jun 2003, Sebastian Bergmann wrote: > I just compiled HEAD with > > --with-pcre-regex=/usr > > where I have PCRE 4.2 installed. > > The build works fine, but phpinfo() shows > > PCRE Library Version 3.9 02-Jan-2002 Hmm, I just did the same thing (--with-pcre-regex=/usr

Re: [PHP-DEV] More preg_match_* control

2003-06-26 Thread Sebastian Bergmann
Andrei Zmievski wrote: > Not sure. I haven't tried it in a lng time. I just compiled HEAD with --with-pcre-regex=/usr where I have PCRE 4.2 installed. The build works fine, but phpinfo() shows PCRE Library Version 3.9 02-Jan-2002 -- Sebastian Bergmann http://sebastian-b

Re: [PHP-DEV] More preg_match_* control

2003-06-26 Thread Andrei Zmievski
On Thu, 26 Jun 2003, Sebastian Bergmann wrote: > On a sidenote, the bundled PCRE library is a bit outdated (I have 4.x > on my GENTOO laptop, for instance). Yeah, but there is nothing that's changed much. I suppose we can upgrade. What are your thoughts on my proposal for the new parameter?

Re: [PHP-DEV] More preg_match_* control

2003-06-26 Thread Sebastian Bergmann
Andrei Zmievski wrote: > Any thoughts or objections? On a sidenote, the bundled PCRE library is a bit outdated (I have 4.x on my GENTOO laptop, for instance). Can ext/pcre be built against a system library rather than the bundled one? Last time I tried it failed. -- Sebastian Bergmann

[PHP-DEV] More preg_match_* control

2003-06-26 Thread Andrei Zmievski
Hi, Apparently a few people are doing a lot of bioinformatics data sifting with PHP and one of them asked me if it would be possible to add a parameter to preg_match_* functions to indicate the starting offset for the search. I think it's a good idea, and having looked at the current implementatio