[PHP-DEV] Bug #15361 Updated: preg_split PREG_SPLIT_DELIM_CAPTURE does not work like in 4.0.6

2002-02-04 Thread tlb
NOT linked - php-pcre-4.1.1 PHP4 extension for Perl-compatible regular expressions - into his build and error-reporting was off, - error_reporting (E_ALL ); - inside a script doesn´t changes anything, so I got no error-report like he in his - /var/log/httpd/error_log - cu tlb Previous

[PHP-DEV] Bug #15361: preg_split PREG_SPLIT_DELIM_CAPTURE does not work like in 4.0.6

2002-02-03 Thread tlb
with PREG_SPLIT_DELIM_CAPTURE flag like shown below, but now with 4.1.1 my result $elements is empty an the rest of my function work with a empty array and nothing happen. // my input is like $inString = array('tlb | test'); // use of preg_split $elements = preg_split (/\s

[PHP-DEV] Bug #14410: imap_fetch_overview: is missing in_reply_to

2001-12-11 Thread tlb
From: [EMAIL PROTECTED] Operating system: Any PHP version: 4.1.0 PHP Bug Type: IMAP related Bug description: imap_fetch_overview: is missing in_reply_to Please add in function PHP_FUNCTION(imap_fetch_overview) in file php4/ext/imap/php_imap.c : if (env-in_reply_to) {

[PHP-DEV] PHP 4.0 Bug #9167: imap_status()

2001-02-07 Thread tlb
From: [EMAIL PROTECTED] Operating system: Linux 2.2.17 PHP version: 4.0.4pl1 PHP Bug Type: IMAP related Bug description: imap_status() This works: $mbox = imap_open ("{rapanden.dk:143}", "$login", "$passwd", OP_HALFOPEN); $status =

[PHP-DEV] PHP 4.0 Bug #9167 Updated: imap_status()

2001-02-07 Thread tlb
ID: 9167 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: IMAP related Description: imap_status() Here is my current: 127.0.0.1 localhost.rapanden.dk localhost And no it does not fix the problem. Previous Comments: