[PHP-CVS] Re: [PHP-DEV] Re: this causes a segfault cvs: php-src(PHP_4_3)

2003-07-12 Thread Alan Knowles
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

[PHP-CVS] Re: [PHP-DEV] Re: this causes a segfault cvs: php-src(PHP_4_3)

2003-07-12 Thread Jani Taskinen
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.

[PHP-CVS] cvs: php-src /ext/dom documenttype.c element.c node.c php_dom.c php_dom.h

2003-07-12 Thread Rob Richards
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-

[PHP-CVS] cvs: php-src /ext/dom document.c

2003-07-12 Thread Rob Richards
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

[PHP-CVS] Re: [PHP-DEV] Re: this causes a segfault cvs: php-src(PHP_4_3)

2003-07-12 Thread Alan Knowles
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

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/standard string.c

2003-07-12 Thread Moriyoshi Koizumi
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/

[PHP-CVS] cvs: php-src /ext/standard string.c

2003-07-12 Thread Moriyoshi Koizumi
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

[PHP-CVS] cvs: php-src /ext/standard proc_open.c

2003-07-12 Thread Moriyoshi Koizumi
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