[PHP-DEV] Bug #10876: Main thread error if die placed in file which uncluded from switch-case operato

2001-05-15 Thread anton
From: [EMAIL PROTECTED] Operating system: WINNT 4.0 SP6 + Apache 3.12, php as apache module PHP version: 4.0.5 PHP Bug Type: Scripting Engine problem Bug description: Main thread error if die placed in file which uncluded from switch-case operato I use WINNT 4.0+SP6+Apache

[PHP-DEV] Bug #10876 Updated: Main thread error if die placed in file which uncluded from switch-case operato

2001-05-15 Thread anton
ID: 10876 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating system: WINNT 4.0 SP6 + Apache 3.12, php PHP Version: 4.0.5 Description: Main thread error if die placed in file which uncluded from switch-case operato Some comments. It happen when Output_buf

[PHP-DEV] LDAP schema support

2001-11-20 Thread Kachalov Anton
Good day & hi 2 all! I want to know, will you (LDAP developers) add schema support into ldap module ? PS. please email to me ([EMAIL PROTECTED] or [EMAIL PROTECTED]) if you can... Thnx Rgds, Anton -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL

Re: [PHP-DEV] LDAP schema support

2001-11-20 Thread Kachalov Anton
On Tue, 20 Nov 2001 17:16:48 +0100 [EMAIL PROTECTED] (Stig Venaas) wrote: > On Tue, Nov 20, 2001 at 07:01:08PM +0300, Kachalov Anton wrote: > > Good day & hi 2 all! > > > > I want to know, will you (LDAP developers) add schema support into ldap module ? > > May

[PHP-DEV] PHP 4.0.6 IMAP BUG

2001-12-19 Thread Kachalov Anton
Hi! If you try to run this lines: PHP will crash Rgds, Anton [EMAIL PROTECTED] http://www.altlinux.ru -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrat

[PHP-DEV] array_splice() BUG or Future ?

2002-04-03 Thread Kachalov Anton
t;54"=>"elem2","23"=>"elem3","92"=>"elem4","3"=>"elem5"); //print_r($array); outputs array with normal key => data echo "\n\n"; reset($array); array_splice($array, 2); // outputs array with index =&g

[PHP-DEV] Re: array_splice() BUG or Future ?

2002-04-03 Thread Kachalov Anton
^^^ else zend_hash_next_index_insert(out_hash, &entry, sizeof(zval *), NULL); will fail Is this correct ? Rgds, Anton -- ALTLinux Team http://www.altlinux.ru LRN Team http://www.lrn.ru -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: array_splice() BUG or Future ?

2002-04-05 Thread Kachalov Anton
Kachalov Anton wrote: > I found, that HashTable->arBuckets[*] contained field nKeyLength which > equal to zero for all elements and condition: > > vv > if (p->nKeyLength) > zend_hash_update(out_hash, p->arKey, p->nKeyLength,

[PHP-DEV] Re: array_splice() BUG or Future ?

2002-04-05 Thread Kachalov Anton
Kachalov Anton wrote: > I found, that HashTable->arBuckets[*] contained field nKeyLength which > equal to zero for all elements and condition: > > vv > if (p->nKeyLength) > zend_hash_update(out_hash, p->arKey, p->nKeyLength,