PHP on Windows Improvements in PHP-Microsoft Interoperability Brian Swan PHP Developer Outreach,

Slides:



Advertisements
Similar presentations
GET INFORMATION INTO AND OUT OF YOUR FINANCIAL MANAGEMENT SYSTEM Presented by Barry Crowell Beyond Integrations v2.0.
Advertisements

SSRS 2008 Architecture Improvements Scale-out SSRS 2008 Report Engine Scalability Improvements.
INTRODUCTION TO BUILDING REPORTS Reporting Services.
Running PHP on Windows Server 2008 and IIS 7 Rob Cameron Developer Evangelist, Communications Sector Microsoft.
Presented by: Wes Springob Business Intelligence Developer, Agile Bay, Inc.
28. Januar, Zürich-Oerlikon. Switch/Update to Team Foundation Server 2012 André Hofmann Software Engineer bbv Software Services AG.
PHP on Windows Improvements in PHP-Microsoft Interoperability PHP World Kongress Munich, Germany November 9, 2010.
DEV392: Extending SharePoint Products And Technologies Through Web Parts And ASP.NET Clint Covington, Program Manager Data And Developer Services - Office.
Overview Of Microsoft New Technology ENTER. Processing....
Creating WordPress Websites. Creating a site on your computer Local server Local WordPress installation Setting Up Dreamweaver.
27. to 28. March 2007 | Geneva, Switzerland. Fabrice Romelard ilem SA Level 200.
Office & SharePoint 2010 What's new in Office 2010 for Developers & Microsoft SharePoint 2010 Social Matthew McDermott, MVP Aptillon, Able Blue
DBI Buffered Queries with client-side resultsets & cursors Paging results (LIMIT-equivalent clause) Optimize Data Access for PHP Workloads.
Microsoft ® Application Virtualization 4.5 Infrastructure Planning and Design Series.
Microsoft Office SharePoint Server Business Intelligence Tom Rizzo Director, Microsoft Office SharePoint Server
CADRipper Pro Installation The CADRipper Pro is installed on either a 32-bit or 64-bit desktop computer running the latest updates for XP, Vista and Windows.
Virtual techdays INDIA │ august 2010 Building ASP.NET applications using SQL Server Compact Chaitanya Solapurkar │ Partner Technical Consultant,
WHAT IS PHP PHP is an HTML-embedded scripting language primarily used for dynamic Web applications.
Building Offline/Cache Mode Web Apps Using Sync Framework Mike Clark Group Manager Cloud Data Services Team
SharePoint and SSRS Brian Caauwe – Senior SharePoint Consultant Megan Caauwe – BI Associate Consultant April 14, 2012 Better Together.
OM. Brad Gall Senior Consultant
SQL Server Reporting Services London Database Developer Forum Anoop Patel.
Tim Leung SQL Bits October  Features and Advantages  Architecture  Installation  Creating Reports.
Oracle8 JDBC Drivers Section 2. Common Features of Oracle JDBC Drivers The server-side and client-side Oracle JDBC drivers provide the same basic functionality.
1 Hosting PHP on IIS 7.0 Best Practices for shared hosting Microsoft® Hosting Deployment Accelerator.
Oracle Application Express (Oracle APEX), formerly called HTML DB, is a Free rapid web application development tool for the Oracle database.
TechEd /22/2017 5:40 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
PHP With Oracle 11g XE By Shyam Gurram Eastern Illinois University.
1© Copyright 2013 EMC Corporation. All rights reserved. Dimitri Ayrapetov November 9, 2013 Introduction to Building Reports Reporting Services.
WINDOWS AZURE PLATFORM ROADMAP Eric Nelson Slide 1.
Microsoft SharePoint Server 2010 for the Microsoft ASP.NET Developer Yaroslav Pentsarskyy
…. PrePlanPrepareMigratePost Pre- Deployment PlanPrepareMigrate Post- Deployment First Mailbox.
WEBMATRIX Microsoft Pranav Rastogi.
Hands-On Microsoft Windows Server Implementing Microsoft Internet Information Services Microsoft Internet Information Services (IIS) –Software included.
Active Server Pages (ASP), also known as Classic ASP or ASP Classic, was Microsoft's first server-side script engine for dynamically generated web pages.
Web Architecture Introduction
APC Web/SNMP Management Card and PowerChute Network Shutdown
AdLib eDocument Solutions Scott Mackey AdLib eDocument eDocument Solutions.
Www2.computer.org Web Publishing Training Leo Wadsworth, Staff Manager April 2008.
Intro to Datazen.
EbiTrack Architecture Version 1.0 September 24, 2012.
Developer Day Windows Azure June 2012 & October 2012 News Mario Szpuszta Cloud Architect & Technical Evangelist, Microsoft Corp.
DEV395 No Touch Deployment for Windows Forms Jamie Cool Program Manager.NET Client Microsoft Corporation.
MGT305 - Application Management in Private and Public Clouds Sean Christensen Senior Product Marketing Manager Microsoft Corporation MGT305.
Module 1: Introduction to Microsoft SQL Server Reporting Services
Hands-On Microsoft Windows Server 2008 Chapter 5 Configuring Windows Server 2008 Printing.
Are you familiar with Microsoft word 2010 ?? Well this time it is all about the world of MSW 2010.
Technology Drill Down: Windows Azure Platform Eric Nelson | ISV Application Architect | Microsoft UK |
Central Management Server Managing Your SQL Server Environment 1.
2 Microsoft Confidential3 The Microsoft Web Platform is the software of choice when building web solutions or applications for your business, large.
Web Page Designing With Dreamweaver MX\Session 1\1 of 9 Session 1 Introduction to PHP Hypertext Preprocessor - PHP.
MGT305 - Application Management in Private and Public Clouds Daniel Savage Microsoft Corporation MGT305 Kenan Owens Microsoft Corporation.
Building web applications with the Windows Azure Platform Ido Flatow | Senior Architect | Sela | This session.
Introduction to: SQL Server Reporting Services Architecture, Development & Delivery.
Excel Services Displays all or parts of interactive Excel worksheets in the browser –Excel “publish” feature with optional parameters defined in worksheet.
SQL Server Reporting Services for.NET Developers Bret Stateham
SQL Server Reporting Services 2016
Trimantra Software Solution Offshore Software Development Outsourcing Company Visit :
Apache Hadoop on Windows Azure Avkash Chauhan
Microsoft dynamics nav Vjekoslav Babić Fortempo d.o.o. WHAT’S NEW IN TECHNOLOGY IN MICROSOFT DYNAMICS NAV 2013 BETA.
Introducing SQL Server 2000 Reporting Services
Working with SQL Server for Linux Cross-Platform
SQL Server Reporting Service & Power BI
CLR MD A New Swiss Army Knife tool for Advanced Debugging
Exam : Implementing Microsoft Azure Infrastructure Solutions
TechEd /4/2018 3:19 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
ASP.NET Module Subtitle.
Jim Nakashima Program Manager Cloud Tools
What’s new in ASP.NET Core and Entity Framework 2.2 (Preview 3)
SQL Server 2005 Reporting Services
Presentation transcript:

PHP on Windows Improvements in PHP-Microsoft Interoperability Brian Swan PHP Developer Outreach,

- Demo 1 - WinCache

- Demo 1 (A bit more detail) -  WinCache  v1.0: Opcode, File, and Resolve path cache  v1.1 (beta): Stores app data in shared memory (function-by-function compatible with APC)  Available at  IIS features available across all versions  Full feature set available in IIS 7.5, updates available for other versions:

- Demo 1 Recap-  FastCGI is the recommended way to run PHP with IIS  IIS supports side-by-side versions of PHP  Use Monitor Changes To File setting to update PHP configuration without server restart  Set MaxInstances=0 to auto-tune PHP instances  Use WinCache extension to boost performance with out changing PHP code

- Demo 2 - But first, some context…

SQL Server Reporting Services SDK for PHP How it Works

- Demo 2 Recap-  SQL Server Reporting Services (SSRS)  Build/deploy customized reports in multiple formats (HTML, PDF, Excel, Word, CSV, …)  Access report server via web service interface  Free with SQL Server Express 2008 R2 with Advanced Services  SSRS SDK for PHP  PHP library for consuming SSRS  Available at

- Demo 3 - Again, some context first…

Client Web Browser Web Server Windows/IIS/PHP SQL Server - Demo 3 Recap -

SQL Server Driver for PHP - Architecture

 Windows Authentication  Connection pooling  Streaming  Server-side “scrollable” cursors  UTF-8 support  SQL Azure support  PDO support (Beta) SQL Server Driver for PHP - Features

- Downloads -  Web Platform Installer   IIS/FastCGI Updates   SSRS SDK for PHP   SQL Azure Migration Wizard   Windows Azure Cmd Line Tools for PHP Developers  These links and more are posted on my blog:

- Resources -  Blogs       Learn more…    Again, these and more are posted on my blog:

Q & A Further questions/follow-up/feedback: joind.in: My blog: