it's a PHP_4_3 with apache2filter - clean checkout. eg. rm php-src;cvs
co
Regards
Alan
Jani Taskinen wrote:
5.0.0b2-dev
int(1)
int(1)
array(1) {
[0]=>
string(3) "abc"
}
echo phpversion(), "\n";
var_dump(preg_match('/php/i','PHP is the web scripting language of choice.'));
var_dump(pre
5.0.0b2-dev
int(1)
int(1)
array(1) {
[0]=>
string(3) "abc"
}
\n";
var_dump(preg_match('/php/i','PHP is the web scripting language of choice.'));
var_dump(preg_match('/abc/','fredabc',$matches));
var_dump($matches);
show_source('pcre.php');
?>
Aka. BULLSHIT.
--Jani
p.s.
rrichards Sat Jul 12 13:29:21 2003 EDT
Modified files:
/php-src/ext/domphp_dom.h php_dom.c node.c element.c
documenttype.c
Log:
implement read only exceptions
implement notation nodes
changes for spec conformance
Index: php-
rrichards Sat Jul 12 13:23:05 2003 EDT
Modified files:
/php-src/ext/domdocument.c
Log:
fix loading off of interface
Index: php-src/ext/dom/document.c
diff -u php-src/ext/dom/document.c:1.11 php-src/ext/dom/document.c:1.12
--- php-src/ext/dom/document.c
Jani Taskinen wrote:
Fixed in CVS now. :)
nice try:) -
something as simple as this still kills it..
Regards
Alan
--Jani
On Thu, 10 Jul 2003, Alan Knowles wrote:
@@ -420,7 +421,32 @@
size_offsets = num_subpats * 3;
offsets = (int *)safe_emalloc(size_offsets, si
moriyoshi Sat Jul 12 05:33:58 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/standard string.c
Log:
MFH(r-1.393): fixed bug #24556
Index: php-src/ext/standard/string.c
diff -u php-src/ext/standard/string.c:1.333.2.32
php-src/ext/standard/
moriyoshi Sat Jul 12 05:33:31 2003 EDT
Modified files:
/php-src/ext/standard string.c
Log:
Fixed bug #24556
Index: php-src/ext/standard/string.c
diff -u php-src/ext/standard/string.c:1.392 php-src/ext/standard/string.c:1.393
--- php-src/ext/standa
moriyoshi Sat Jul 12 03:01:30 2003 EDT
Modified files:
/php-src/ext/standard proc_open.c
Log:
Add folding markers
Index: php-src/ext/standard/proc_open.c
diff -u php-src/ext/standard/proc_open.c:1.14 php-src/ext/standard/proc_open.c:1.15
--- php-s