#21378 [NEW]: COM code crashes after update 4.2.1 to 4.3.0

2003-01-02 Thread joona
From: [EMAIL PROTECTED]
Operating system: Windows 2000 pro sp2
PHP version:  4.3.0
PHP Bug Type: COM related
Bug description:  COM code crashes after update 4.2.1 to 4.3.0

COM code that works perfectly ok with 4.2.1 gets Apache 1.3.22 down with
program error notice in PHP 4.3.0. Any documentation update possibly,
maybe?


-- 
Edit bug report at http://bugs.php.net/?id=21378&edit=1
-- 
Try a CVS snapshot: http://bugs.php.net/fix.php?id=21378&r=trysnapshot
Fixed in CVS:   http://bugs.php.net/fix.php?id=21378&r=fixedcvs
Fixed in release:   http://bugs.php.net/fix.php?id=21378&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=21378&r=needtrace
Try newer version:  http://bugs.php.net/fix.php?id=21378&r=oldversion
Not developer issue:http://bugs.php.net/fix.php?id=21378&r=support
Expected behavior:  http://bugs.php.net/fix.php?id=21378&r=notwrong
Not enough info:http://bugs.php.net/fix.php?id=21378&r=notenoughinfo
Submitted twice:http://bugs.php.net/fix.php?id=21378&r=submittedtwice
register_globals:   http://bugs.php.net/fix.php?id=21378&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21378&r=php3
Daylight Savings:   http://bugs.php.net/fix.php?id=21378&r=dst
IIS Stability:  http://bugs.php.net/fix.php?id=21378&r=isapi
Install GNU Sed:http://bugs.php.net/fix.php?id=21378&r=gnused




#21378 [Opn]: COM code crashes after update 4.2.1 to 4.3.0

2003-01-02 Thread joona
 ID:   21378
 User updated by:  [EMAIL PROTECTED]
-Reported By:  [EMAIL PROTECTED]
+Reported By:  [EMAIL PROTECTED]
 Status:   Open
 Bug Type: COM related
 Operating System: Windows 2000 pro sp2
 PHP Version:  4.3.0
 New Comment:

-


Previous Comments:


[2003-01-02 21:26:17] [EMAIL PROTECTED]

COM code that works perfectly ok with 4.2.1 gets Apache 1.3.22 down
with program error notice in PHP 4.3.0. Any documentation update
possibly, maybe?






-- 
Edit this bug report at http://bugs.php.net/?id=21378&edit=1




#41183 [NEW]: Problems with compiling with X86_64

2007-04-24 Thread joona at kide dot org
From: joona at kide dot org
Operating system: Linux Fedora core 6
PHP version:  4.4.6
PHP Bug Type: Compile Failure
Bug description:  Problems with compiling with X86_64

Description:

Hello!

Configure scipt of PHP 4.6.6 do not take into account different location
of library files on FC6 X86_64 platform. 

I had to manually hardcode the paths to right directories in
configure-script before it runned properly. It either couldn't find header
files or library files  depending on where I pointed the --with-mysql
option.  No help changing --includedir or --libdir options either. 

Could you look at this because bad configure script is real pain in the
... 




-- 
Edit bug report at http://bugs.php.net/?id=41183&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=41183&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=41183&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=41183&r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=41183&r=fixedcvs
Fixed in release: 
http://bugs.php.net/fix.php?id=41183&r=alreadyfixed
Need backtrace:   http://bugs.php.net/fix.php?id=41183&r=needtrace
Need Reproduce Script:http://bugs.php.net/fix.php?id=41183&r=needscript
Try newer version:http://bugs.php.net/fix.php?id=41183&r=oldversion
Not developer issue:  http://bugs.php.net/fix.php?id=41183&r=support
Expected behavior:http://bugs.php.net/fix.php?id=41183&r=notwrong
Not enough info:  
http://bugs.php.net/fix.php?id=41183&r=notenoughinfo
Submitted twice:  
http://bugs.php.net/fix.php?id=41183&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=41183&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=41183&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=41183&r=dst
IIS Stability:http://bugs.php.net/fix.php?id=41183&r=isapi
Install GNU Sed:  http://bugs.php.net/fix.php?id=41183&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=41183&r=float
No Zend Extensions:   http://bugs.php.net/fix.php?id=41183&r=nozend
MySQL Configuration Error:http://bugs.php.net/fix.php?id=41183&r=mysqlcfg


#41183 [Bgs]: Problems with compiling with X86_64

2007-05-10 Thread joona at kide dot org
 ID:   41183
 User updated by:  joona at kide dot org
 Reported By:  joona at kide dot org
 Status:   Bogus
 Bug Type: Compile Failure
 Operating System: Linux Fedora core 6
 PHP Version:  4.4.6
 New Comment:

I'm sorry but upgrading is not an option because incompatibility
between 4.x and 5.x. So I take it is not a bug because options like
--with-libdir are not SUPPORTED. Right. Where was my .net tutorial
again...


Previous Comments:


[2007-04-25 07:19:56] [EMAIL PROTECTED]

PHP 4.4 does not have --libdir, nor is anything else than "/lib" for
the library directory supported in PHP 4.4. Please upgrade to PHP 5.2.



[2007-04-25 06:57:20] [EMAIL PROTECTED]

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

Use --with-libdir configure flag. And please use the search before
reporting an issue - the same thing has just been reported yesterday.
(#41181)



[2007-04-25 06:49:40] joona at kide dot org

Description:

Hello!

Configure scipt of PHP 4.6.6 do not take into account different
location of library files on FC6 X86_64 platform. 

I had to manually hardcode the paths to right directories in
configure-script before it runned properly. It either couldn't find
header files or library files  depending on where I pointed the
--with-mysql option.  No help changing --includedir or --libdir options
either. 

Could you look at this because bad configure script is real pain in the
... 








-- 
Edit this bug report at http://bugs.php.net/?id=41183&edit=1