Bug #62623 [Com]: Class 'COM' not found

2012-07-20 Thread hankmanw7 at home dot nl
Edit report at https://bugs.php.net/bug.php?id=62623edit=1

 ID: 62623
 Comment by: hankmanw7 at home dot nl
 Reported by:bugzilla33 at gmail dot com
 Summary:Class 'COM' not found
 Status: Open
 Type:   Bug
 Package:COM related
 Operating System:   win7
 PHP Version:5.4.5
 Block user comment: N
 Private report: N

 New Comment:

As of PHP 5.4.5 and above the COM extension isn't compiled into PHP anymore.
It'll still be delivered with the standard PHP release but must be enclosed
with the extension = php_com_dotnet.dll directive in php.ini.


Previous Comments:

[2012-07-20 20:30:20] bugzilla33 at gmail dot com

This problem is on Apache 2.2.21.
PHP via module.


[2012-07-20 20:01:01] bugzilla33 at gmail dot com

Description:

Class 'COM' not found. Bug introduced in PHP 5.4.5 VC9.

Test script:
---
?php
 $o=new COM('WScript.Shell');
?

Expected result:

PHP 5.4.4 include COM Class.

Actual result:
--
Fatal error: Class 'COM' not found in C:\htdocs\test.pl\1.php on line 2







-- 
Edit this bug report at https://bugs.php.net/bug.php?id=62623edit=1


[PHP-BUG] Bug #60389 [NEW]: Apache http server 2.3.15 won't run with php enabled

2011-11-25 Thread hankmanw7 at home dot nl
From: 
Operating system: Windows 7
PHP version:  5.4.0RC2
Package:  Apache2 related
Bug Type: Bug
Bug description:Apache http server 2.3.15 won't run with php enabled

Description:

Apache 2.3.15 with PHP version: 5.4.0RC2 

To configure apache for php I added the next lines to the httpd.conf: 

PHPIniDir c:/php 
LoadModule php5_module c:/php/php5apache2_3.dll 
AddType application/x-httpd-php .php 

I tried to run the apache service from the Apache service monitor, but it
failed: 

The requested operation failed! 


And Windows event viewer says: 

The Apache service named reported the following error: 
 httpd.exe: Syntax error on line 149 of C:/Apache23/conf/httpd.conf:
Module sapi\\apache2handler\\mod_php5.c is not compatible with this
version of Apache (found 20110619, need 20111025). Please contact the
vendor for the correct version. 



-- 
Edit bug report at https://bugs.php.net/bug.php?id=60389edit=1
-- 
Try a snapshot (PHP 5.4):
https://bugs.php.net/fix.php?id=60389r=trysnapshot54
Try a snapshot (PHP 5.3):
https://bugs.php.net/fix.php?id=60389r=trysnapshot53
Try a snapshot (trunk):  
https://bugs.php.net/fix.php?id=60389r=trysnapshottrunk
Fixed in SVN:
https://bugs.php.net/fix.php?id=60389r=fixed
Fixed in SVN and need be documented: 
https://bugs.php.net/fix.php?id=60389r=needdocs
Fixed in release:
https://bugs.php.net/fix.php?id=60389r=alreadyfixed
Need backtrace:  
https://bugs.php.net/fix.php?id=60389r=needtrace
Need Reproduce Script:   
https://bugs.php.net/fix.php?id=60389r=needscript
Try newer version:   
https://bugs.php.net/fix.php?id=60389r=oldversion
Not developer issue: 
https://bugs.php.net/fix.php?id=60389r=support
Expected behavior:   
https://bugs.php.net/fix.php?id=60389r=notwrong
Not enough info: 
https://bugs.php.net/fix.php?id=60389r=notenoughinfo
Submitted twice: 
https://bugs.php.net/fix.php?id=60389r=submittedtwice
register_globals:
https://bugs.php.net/fix.php?id=60389r=globals
PHP 4 support discontinued:  
https://bugs.php.net/fix.php?id=60389r=php4
Daylight Savings:https://bugs.php.net/fix.php?id=60389r=dst
IIS Stability:   
https://bugs.php.net/fix.php?id=60389r=isapi
Install GNU Sed: 
https://bugs.php.net/fix.php?id=60389r=gnused
Floating point limitations:  
https://bugs.php.net/fix.php?id=60389r=float
No Zend Extensions:  
https://bugs.php.net/fix.php?id=60389r=nozend
MySQL Configuration Error:   
https://bugs.php.net/fix.php?id=60389r=mysqlcfg



Bug #54020 [Asn]: build 7600

2011-02-18 Thread hankmanw7 at home dot nl
Edit report at http://bugs.php.net/bug.php?id=54020edit=1

 ID: 54020
 User updated by:hankmanw7 at home dot nl
 Reported by:hankmanw7 at home dot nl
 Summary:build 7600
 Status: Assigned
 Type:   Bug
 Package:*General Issues
 Operating System:   Windows 7 Professional
 PHP Version:5.3.5
 Assigned To:kalle
 Block user comment: N
 Private report: N

 New Comment:

Windows 7 Professional has Service Pack 1 installed:



Expected result should be: build 7601 (Windows 7 Professional Edition
Service Pack 1)


Previous Comments:

[2011-02-14 19:17:40] hankmanw7 at home dot nl

Description:

Php echoes incorrect information about the OS

Test script:
---
Running on Windows 7 Professional edition:

 

$build = php_uname('v');  /* Version information */

echo $build;



Results in:

build 7600 (Unknow Windows version Business Edition)





Expected result:

build 7600 (Windows 7 Professional Edition)

Actual result:
--
build 7600 (Unknow Windows version Business Edition)








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


[PHP-BUG] Bug #54020 [NEW]: build 7600

2011-02-14 Thread hankmanw7 at home dot nl
From: 
Operating system: Windows 7 Professional
PHP version:  5.3.5
Package:  *General Issues
Bug Type: Bug
Bug description:build 7600

Description:

Php echoes incorrect information about the OS

Test script:
---
Running on Windows 7 Professional edition:

 

$build = php_uname('v');  /* Version information */

echo $build;



Results in:

build 7600 (Unknow Windows version Business Edition)





Expected result:

build 7600 (Windows 7 Professional Edition)

Actual result:
--
build 7600 (Unknow Windows version Business Edition)



-- 
Edit bug report at http://bugs.php.net/bug.php?id=54020edit=1
-- 
Try a snapshot (PHP 5.2):
http://bugs.php.net/fix.php?id=54020r=trysnapshot52
Try a snapshot (PHP 5.3):
http://bugs.php.net/fix.php?id=54020r=trysnapshot53
Try a snapshot (trunk):  
http://bugs.php.net/fix.php?id=54020r=trysnapshottrunk
Fixed in SVN:
http://bugs.php.net/fix.php?id=54020r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=54020r=needdocs
Fixed in release:
http://bugs.php.net/fix.php?id=54020r=alreadyfixed
Need backtrace:  
http://bugs.php.net/fix.php?id=54020r=needtrace
Need Reproduce Script:   
http://bugs.php.net/fix.php?id=54020r=needscript
Try newer version:   
http://bugs.php.net/fix.php?id=54020r=oldversion
Not developer issue: 
http://bugs.php.net/fix.php?id=54020r=support
Expected behavior:   
http://bugs.php.net/fix.php?id=54020r=notwrong
Not enough info: 
http://bugs.php.net/fix.php?id=54020r=notenoughinfo
Submitted twice: 
http://bugs.php.net/fix.php?id=54020r=submittedtwice
register_globals:
http://bugs.php.net/fix.php?id=54020r=globals
PHP 4 support discontinued:  http://bugs.php.net/fix.php?id=54020r=php4
Daylight Savings:http://bugs.php.net/fix.php?id=54020r=dst
IIS Stability:   
http://bugs.php.net/fix.php?id=54020r=isapi
Install GNU Sed: 
http://bugs.php.net/fix.php?id=54020r=gnused
Floating point limitations:  
http://bugs.php.net/fix.php?id=54020r=float
No Zend Extensions:  
http://bugs.php.net/fix.php?id=54020r=nozend
MySQL Configuration Error:   
http://bugs.php.net/fix.php?id=54020r=mysqlcfg