[PHP-DEV] Bug #14328: Interbase and error handling

2001-12-03 Thread sergio
From: [EMAIL PROTECTED] Operating system: Linux Red Hat 7.1 PHP version: 4.0.6 PHP Bug Type: InterBase related Bug description: Interbase and error handling This may can't be exactly a bug, maybe you can consider it as a not implemented feature (I'm not sure about it). We

[PHP-DEV] Bug report (Compilation Failure)

2001-03-22 Thread Sergio Faure
configuration problem: C compilercannot create executables. From, now ... Thanks in advance.   Sergio Faure.-

Re: [PHP-DEV] 4.0.6 Packaged!

2001-06-21 Thread Sergio Bruder
--enable-track-vars \ »···--enable-yp \ »···--enable-wddx \ »···--enable-snmp \ »···--enable-dbf \ »···--enable-ftp \ »···--enable-mcrypt \ »···--enable-bcmath \ »···--without-mysql \ »···--without-unixODBC \ »···--with-xml Sergio Bruder -- (

[PHP-DEV] Apache coredumps with php4 with runtime modules ldap and imap loaded

2001-06-27 Thread Sergio Bruder
ldap -llber" Apache doesnt coredumps if I load only php4-imap or only php4-ldap modules (php4 cgi version works). Anybody have any clue for that? Sergio Bruder -- Coordenação de Desenvolvimento - Projetos Especiais, Conectiv

[PHP-DEV] Shouldn't copy() preserve file permissions?

2001-01-15 Thread Sergio Bruder
I have a /tmp/file mode 0600, and used php4's copy('/tmp/file','tmp/file-copy'), and /tmp/file-copy got 0662 permission. Shouldn't it be 0600 as well, or should I use another function to get this behaviour? Sergio Bruder -- ( http://distro.conecti

[PHP-DEV] Octal numbers and automatic conversions

2001-01-16 Thread Sergio Bruder
This snippet shows what I consider a problem: The automatic conversion string->integer doesnt interprets '070' as an octal, giving 57 in the first echo (correct) and 71 in the second (wrong). \n"; echo ('070'+1). "\n"; ?> Sergio Bruder -- (