Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > PHP How-To
|
PHP How-To Post your "How do I do this with PHP?" questions here.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the PHP How-To section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 5th, 2007, 01:43 PM
Registered User
 
Join Date: Aug 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default How do you install win32std php extension?

I need to install the win32std extension into php 5+. Php_win32std.dll is present in both php\extensions\ and php\ext\. I have confirmed that:
extension_dir = "C:\Program Files\xampp\php\ext\" in php.ini.
I have removed the semi-colon from extension=php_win32std.dll.
Yet, when I run this snippet:
Code:
<?php
win_beep('*');
win_shell_execute("C:\\program files\\xampp\\htdocs\\tst.htm", "edit");
?>
I get the diagnostic:
Fatal error: Call to undefined function win_beep() in C:\Program Files\xampp\htdocs\win_shell_exec.php on line 2

What do you suppose is wrong? Do I need to do something more to install the win32std extension?

Bincodinlong





Similar Threads
Thread Thread Starter Forum Replies Last Post
Severe beginner question, can't install PHP NoPantsJim Beginning PHP 1 November 15th, 2007 02:03 AM
[Php 5 MySQL 5 Apache 2 Win32]Install universalbitmapper PHP Databases 1 February 24th, 2006 04:16 AM
How to install PHP on Window Server2003 coitri PHP How-To 3 June 11th, 2004 07:01 AM
install php on windows 2000 server (matrix) martinwbialachowski BOOK: Beginning PHP4/PHP 5 ISBN: 978-0-7645-4364-7; v5 ISBN: 978-0-7645-5783-5 0 May 6th, 2004 04:42 AM
Install php on linux Archos Beginning PHP 1 March 29th, 2004 08:08 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.