PHP Es Un Lenguaje De Programación Interpretado, Diseñado Originalmente Para La Creación De Páginas Web Dinámicas

Total Page:16

File Type:pdf, Size:1020Kb

PHP Es Un Lenguaje De Programación Interpretado, Diseñado Originalmente Para La Creación De Páginas Web Dinámicas PHP PHP Paradigma: multiparadigma Apareció en: 1995 Diseñado por: PHP Group Última versión estable: 5.3.3 (22 de julio de 2010) Tipo de dato: dinámico Influido por: C, C++, Perl, Java, Python Sistema operativo: Multiplataforma Licencia de software: PHP License 3.01 Web: www.php.net PHP es un lenguaje de programación interpretado, diseñado originalmente para la creación de páginas web dinámicas. Es usado principalmente en interpretación del lado del servidor (server-side scripting) pero actualmente puede ser utilizado desde una interfaz de línea de comandos o en la creación de otros tipos de programas incluyendo aplicaciones con interfaz gráfica usando las bibliotecas Qt o GTK+. PHP es un acrónimo recursivo que significa PHP Hypertext Pre-processor (inicialmente PHP Tools, o, Personal Home Page Tools). Fue creado originalmente por Rasmus Lerdorf en 1994; sin embargo la implementación principal de PHP es producida ahora por The PHP Group y sirve como el estándar de facto para PHP al no haber una especificación formal. Publicado bajo la PHP License, la Free Software Foundation considera esta licencia como software libre. Visión general PHP es un lenguaje interpretado de propósito general ampliamente usado, diseñado especialmente para desarrollo web y que puede ser incrustado dentro de código HTML. Generalmente se ejecuta en un servidor web, tomando el código en PHP como su entrada y creando páginas web como salida. Puede ser desplegado en la mayoría de los servidores web y en casi todos los sistemas operativos y plataformas sin costo alguno. PHP se encuentra instalado en más de 20 millones de sitios web y en un millón de servidores, el número de sitios en PHP ha compartido algo de su preponderante sitio con otros nuevos lenguajes no tan poderosos desde agosto de 2005. Este mismo sitio web de Wikipedia está desarrollado en PHP. Es también el módulo Apache más popular entre las computadoras que utilizan Apache como servidor web. La versión más reciente de PHP es la 5.3.3, del 22 de julio de 2010. El gran parecido que posee PHP con los lenguajes más comunes de programación estructurada, como C y Perl, permiten a la mayoría de los programadores crear aplicaciones complejas con una curva de aprendizaje muy corta. También les permite involucrarse con aplicaciones de contenido dinámico sin tener que aprender todo un nuevo grupo de funciones. Aunque todo en su diseño está orientado a facilitar la creación de página web, es posible crear aplicaciones con una interfaz gráfica para el usuario, utilizando la extensión PHP-Qt o PHP-GTK. También puede ser usado desde la línea de órdenes, de la misma manera como Perl o Python pueden hacerlo; a esta versión de PHP se la llama PHP-CLI (Command Line Interface). Cuando el cliente hace una petición al servidor para que le envíe una página web, el servidor ejecuta el intérprete de PHP. Éste procesa el script solicitado que generará el contenido de manera dinámica (por ejemplo obteniendo información de una base de datos). El resultado es enviado por el intérprete al servidor, quien a su vez se lo envía al cliente. Mediante extensiones es también posible la generación de archivos PDF, Flash, así como imágenes en diferentes formatos. Permite la conexión a diferentes tipos de servidores de bases de datos tales como MySQL, Postgres, Oracle, ODBC, DB2, Microsoft SQL Server, Firebird y SQLite. XAMPP es un servidor independiente de plataforma, software libre, que consiste principalmente en la base de datos MySQL, el servidor Web Apache y los intérpretes para lenguajes de script: PHP y Perl. El nombre proviene del acrónimo de X (para cualquiera de los diferentes sistemas operativos), Apache, MySQL, PHP, Perl. El programa está liberado bajo la licencia GNU y actúa como un servidor Web libre, fácil de usar y capaz de interpretar páginas dinámicas. Actualmente XAMPP esta disponible para Microsoft Windows, GNU/Linux, Solaris, y MacOS X. PHP también tiene la capacidad de ser ejecutado en la mayoría de los sistemas operativos, tales como UNIX (y de ese tipo, como Linux o Mac OS X) y Windows, y puede interactuar con los servidores de web más populares ya que existe en versión CGI, módulo para Apache, e ISAPI. PHP es una alternativa a las tecnologías de Microsoft ASP y ASP.NET (que utiliza C# VB.NET como lenguajes), a ColdFusion de la compañía Adobe (antes Macromedia), a JSP/Java de Sun Microsystems, y a CGI/Perl. Aunque su creación y desarrollo se da en el ámbito de los sistemas libres, bajo la licencia GNU, existe además un IDE (entorno de desarrollo integrado) comercial llamado Zend Studio. Recientemente, CodeGear (la división de lenguajes de programación de Borland) ha sacado al mercado un entorno integrado de desarrollo para PHP, denominado Delphi for PHP. También existen al menos un par de módulos[1] para Eclipse, uno de los IDE más populares. Historia Fue originalmente diseñado en Perl, con base en la escritura de un grupo de CGI binarios escritos en el lenguaje C por el programador danés-canadiense Rasmus Lerdorf en el año 1994 para mostrar su currículum vítae y guardar ciertos datos, como la cantidad de tráfico que su página web recibía. El 8 de junio de 1995 fue publicado "Personal Home Page Tools" después de que Lerdorf lo combinara con su propio Form Interpreter para crear PHP/FI. PHP 3 Dos programadores israelíes del Technion, Zeev Suraski y Andi Gutmans, reescribieron el analizador sintáctico (parser en inglés) en el año 1997 y crearon la base del PHP3, cambiando el nombre del lenguaje a la forma actual. Inmediatamente comenzaron experimentaciones públicas de PHP3 y fue publicado oficialmente en junio del 1998. Para 1999, Suraski y Gutmans reescribieron el código de PHP, produciendo lo que hoy se conoce como motor Zend. También fundaron Zend Technologies en Ramat Gan, Israel. PHP 4 En mayo de 2000 PHP 4 fue lanzado bajo el poder del motor Zend Engine 1.0. El día 13 de julio de 2007 se anunció la suspensión del soporte y desarrollo de la versión 4 de PHP,[2] a pesar de lo anunciado se ha liberado una nueva versión con mejoras de seguridad, la 4.4.8 publicada el 13 de enero del 2008 y posteriormente la versión 4.4.9 publicada el 7 de agosto de 2008.[3] Según esta noticia [3] se dará soporte a fallos críticos hasta el 2008-08-09,...... PHP 5 El 13 de julio de 2004, fue lanzado PHP 5, utilizando el motor Zend Engine 2.0 (o Zend Engine 2). La versión más reciente de PHP es la 5.3.3 (22 de julio de 2010), que incluye todas las ventajas que provee el nuevo Zend Engine 2 como: Mejor soporte para la Programación Orientada a Objetos, que en versiones anteriores era extremadamente rudimentario. Mejoras de rendimiento. Mejor soporte para MySQL con extensión completamente reescrita. Mejor soporte a XML ( XPath, DOM, etc. ). Soporte nativo para SQLite. Soporte integrado para SOAP. Iteradores de datos. Manejo de excepciones. Mejoras con la implementación con Oracle. Aún se siguen publicando versiones de la rama 5.2.X, siendo publicada la versión 5.2.14 el 22 de Julio de 2010, aunque la mayoría son actualizaciones de seguridad PHP 6 Está previsto el lanzamiento en breve de la rama 6 de PHP. Cuando se lance esta nueva versión quedarán solo dos ramas activas en desarrollo (PHP 5 y 6), pues se abandonó el desarrollo y soporte de PHP 4 el 13 de julio de 2007.[4] Las diferencias que encontraremos frente a PHP 5.* son: Soportará Unicode; limpieza de funcionalidades obsoletas como register_globals, safe_mode, etc; PECL y eliminación de soporte ereg; mejoras en orientación a objetos; inclusión en el núcleo de xmlReader y xmlWriter así como Fileinfo; return por referencia devolverá un error; se retira el soporte de las bibliotecas FreeType1 y GD21; etc. Tabla Resumen Versión Fecha Cambios más importantes Oficialmente llamado "Herramientas PHP 1.0 8 de junio de 1995 personales de trabajo (PHP Tools)". Es el primer uso del nombre "PHP". Considerado por el creador como la PHP "más rápida y simple herramienta" para Version 2 16 de abril de 1996 la creación de páginas webs dinámicas (PHP/FI) . Desarrollo movido de una persona a muchos desarrolladores. Zeev Suraski PHP 3.0 6 de junio de 1998 y Andi Gutmans reescriben la base para esta versión. Se añade un sistema más avanzado de análisis de etiquetas en dos fases PHP 4.0 22 de mayo de 2000 análisis/ejecución llamado el motor Zend. Introducidas las variables superglobals PHP 4.1 10 de diciembre de 2001 ($_GET, $_SESSION, etc.). Se deshabilitan register_globals por PHP 4.2 22 de abril de 2002 defecto. PHP 4.3 27 de diciembre de 2002 Introducido la CLI, en adición a la CGI. PHP 4.4 11 de julio de 2005 Motor Zend II con un nuevo modelo de PHP 5.0 13 de julio de 2004 objetos. PHP 5.1 25 de noviembre de 2005 PHP 5.2 2 de noviembre de 2006 Habilitado el filtro de extensiones por defecto. PHP 5.2.4 30 de agosto de 2007 Versión centrada en mejorar la PHP 5.2.5 8 de noviembre de 2007 estabilidad (+60 errores solucionados). PHP 5.2.8 8 de diciembre de 2008 Diversas mejoras en el ámbito de la PHP 5.2.9 26 de febrero de 2009 seguridad (+50 errores solucionados). PHP Diversas mejoras en el ámbito de la 17 de diciembre de 2009 5.2.12 seguridad (+50 errores solucionados). namespaces, late static binding, closures, optional garbage collection PHP 5.3 30 de junio de 2009 for cyclic references, nuevas extensiones (+140 errores solucionados).
Recommended publications
  • Career Objective: 1. Bangladesh Agricultural University (BAU
    Kazi Sanchoy Ahmed E-mail: [email protected], [email protected] Cell : +8801920948842 Career Objective: Devote my sincere dedication and hard working along with my experience in various technologies to be an effective and efficient resource for any kind of challenge. Professional Experience (As Fulltime Employee ~8.7 yrs): 1. Bangladesh Agricultural University (BAU): January 01 2017 to till date. Role: Programmer (Ad-hoc) 2. Syntech Solution Ltd: January 01 2011 to November 2016. Role: Development Project Manager 3. Coder71: January 01 2009 to December 2010 Role: Web Application Developer Academic Profile: M.Sc in Computer Science & Engineering(Year 2014) Institution Name : Stamford University Bangladesh CGPA : 3.58 out of 4.00 B.Sc in Computer Science & Engineering (Year 2008) Institution Name : Stamford University Bangladesh CGPA : 3.82 out of 4.00 HSC in Science Group (Year 2002) Institution Name : Govt. Bangla College nd Result : 2 Division SSC in Science Group (Year 2000) Institution Name : Shahid Khabiruzzan High School Result : 1st Division Technical Skill Summary: Programming Language PHP, HTML, HTML5, CSS, Bootstrap, JavaScript, Jquery, Ajax, Jquery ui, AngularJs GUI Toolkits Deamweaver, Zend Studio, PhpED, PhpStorm, NetBeans IDE Web Framework & CMS CodeIgniter, Yii, Zend, Kohana, Laravel, Wordpress, Java, Joomla, F7N, opencart, PHPBB, PanBB, Prestashop, osCommerce, Pligg. Graphics & Animation Photoshop CS, Flash 8 RDBMS Mysql, SQL Server, Oracle 10g, PostgreSQL, MS Access Some successful products/ projects: Product #01 Product Name: Education ERP Client List: 1. Bangladesh Agricultural University 2. Sonargoan University 3. Sher-e-Bangla Agricultural University 4. Sylhet Agricultural University 5. Eastern University Completed Modules: 1. Pre-admission & admission 2. Academic 3.
    [Show full text]
  • Coursphp.Pdf
    PHP 5 POEC – PHP 2017 1 Qu'est-ce que PHP ? PHP (PHP Hypertext PreProcessor) est un langage de programmation. Il s’agit d’un langage interprété et indépendant de la plate-forme d'exécution. Il permet de générer des pages HTML dynamiques. Il s’avère utile pour utiliser de ressources serveurs comme des bases de données. Une large communauté d’utilisateurs PHP existe. De nombreuses documentations et ressources sont disponibles. 2 Licence de PHP ? PHP est distribué via une licence propre qui permet sa rediffusion, son utilisation, sa modification. PHP est distribué librement et gratuitement. 3 Que faire avec PHP ? Des sites Web La partie serveur de tout type d’application : Application Web Application mobile Applications utilisables en ligne de commande (scripting) 4 Quelques technologies concurrentes à PHP • JSP : Java-Server Pages • Technologie de Sun • Semblable à PHP mais la partie dynamique est écrite en Java • ASP.Net: Active Server Pages • Produit de Microsoft • Contenu dynamique pouvant être écrit dans tous les langages de la plateforme .Net (les plus utilisés étant le C# et le VB.Net) • Le choix entre PHP, JSP et ASP.Net est plus "politique" que technique. 5 Intérêts d’utiliser PHP • Très populaire et très utilisé – Utilisé par des sites internet à très fort trafic tels Yahoo ou Facebook • Amène un certain nombre de personnes à améliorer le langage – Simplifie l’accès à de la documentation • Syntaxe simple à prendre en main (héritée du C, du Shell et du Perl) • Très portable (fonctionne sous Windows, Linux, Mac…) •
    [Show full text]
  • Php: Variabile
    Service Oriented Architectures / busaco ~ / programare Web ____ _ _ ____ profs.info.uaic.ro ( _ \( )_( )( _ \ )___/ ) _ ( )___/ (__) (_) (_)(__) Dr. Sabin Sabin Buraga Dr. dezvoltarea aplicațiilor Web în PHP / busaco ~ „E mediocru ucenicul / care nu-și depășește maestrul.” profs.info.uaic.ro Leonardo da Vinci Dr. Sabin Sabin Buraga Dr. Personal Home Page Tools (1995) Rasmus Lerdorf / PHP 3 (1998) busaco ~ dezvoltat de Zend – Zeev Suraski & Andi Gutmans / PHP 4 (2000) suport pentru programare obiectuală profs.info.uaic.ro PHP 5 (2004) – varianta cea mai recentă: PHP 5.6 (2014) noi facilități inspirate de Java PHP 6 (actualmente abandonat) Dr. Sabin Sabin Buraga Dr. phpngPHP 7 (2015), PHP 7.1 (la final de 2016) strong typing, suport pentru Unicode, performanță,… php: caracterizare / busaco ~ Server de aplicații Web / oferă un limbaj de programare profs.info.uaic.ro de tip script, interpretat poate fi inclus direct și în cadrul documentelor HTML Dr. Sabin Sabin Buraga Dr. php: caracterizare / busaco ~ Limbajul PHP este procedural, oferind suport și / pentru alte paradigme de programare (obiectuală și, mai recent, funcțională) profs.info.uaic.ro Dr. Sabin Sabin Buraga Dr. php: caracterizare / busaco ~ Limbajul PHP este procedural, oferind suport și / pentru alte paradigme de programare (obiectuală și, mai recent, funcțională) profs.info.uaic.ro poate fi folosit și ca limbaj de uz general Dr. Sabin Sabin Buraga Dr. php: caracterizare / busaco ~ Sintaxă inspirată de C, Perl și Java – case sensitive / uzual, programele PHP au extensia .php profs.info.uaic.ro Dr. Sabin Sabin Buraga Dr. php: caracterizare / busaco ~ / Disponibil gratuit – open source – pentru diverse platforme (Linux, Windows, macOS, UNIX) profs.info.uaic.ro și servere Web: Apache, IIS, nginx,… www.php.net Sabin Buraga Dr.
    [Show full text]
  • PHP: Zend for I5/OS
    Front cover PHP: Zend for i5/OS Learn how to install and administer Discover valuable development tips and advice Security, globalization, Zend Platform for i5/OS, and more! Gary Mullen-Schultz Melissa Anderson Vlatko Kosturjak ibm.com/redbooks International Technical Support Organization PHP: Zend for i5/OS January 2007 SG24-7327-00 Note: Before using this information and the product it supports, read the information in “Notices” on page vii. First Edition (January 2007) This edition applies to Version 1.0, Release 5.0, Modification 0.0 of Zend Core for i5/OS, Version 2.0, Release 1.0, Modification 2.0 of Zend Platform for i5/OS, and Version 5.0, Release 2.0, Modification 0.0 of Zend Studio for i5/OS. © Copyright International Business Machines Corporation 2007. All rights reserved. Note to U.S. Government Users Restricted Rights -- Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contents Notices . vii Trademarks . viii Preface . ix The team that wrote this book . ix Become a published author . .x Comments welcome. .x Chapter 1. Welcome to PHP on i5/OS! . 1 1.1 Welcome! . 2 1.1.1 IBM and Zend Core. 2 1.1.2 Zend Core for IBM . 2 1.2 Previous support of PHP on i5/OS . 3 1.3 Current support of PHP on i5/OS . 3 1.3.1 Zend Core for i5/OS . 3 1.3.2 Zend Studio for i5/OS . 4 1.3.3 Zend Platform for i5/OS . 4 1.4 How i5 implementation differs from Zend Core.
    [Show full text]
  • PHP – a Review Ipsita Vashista Dronacharya College of Engineering
    © November 2015 | IJIRT | Volume 2 Issue 6 | ISSN: 2349-6002 PHP – A Review Ipsita Vashista Dronacharya College of Engineering Abstract—PHP is a server-side scripting language were chosen to improve the distribution of hash designed for web development but also used as values. a general-purpose programming language. II. PHP 3 and 4 Originally PHP stood for Personal Home Page, but Zeev Suraski and Andi Gutmans rewrote the parser in now it stands for PHP: Hypertext Preprocessor, 1997 and formed the base of PHP 3, changing the which is a recursive backronym. PHP code can be language's name to the recursive acronym PHP: simply mixed with HTML code, or it can be used in Hypertext Preprocessors. Afterwards, public testing of combination with various templating PHP 3 began, and the official launch came in June engines and web frameworks. PHP code can 1998. Suraski and Gutmans then started a generate a web page's HTML code, an image, or new rewrite of PHP's core, producing the Zend some other data. PHP has also evolved to include Engine in 1999. They also founded Zend a command-line interface (CLI) capability and can Technologies in Ramat Gan, Israel. be used in standalone graphical applications. On May 22, 2000, PHP 4, powered by the Zend Engine Index Terms—PHP 3, PHP 4, PHP5, WAMP, 1.0, was released.] As of August 2008 this branch XAMPP reached version 4.4.9. PHP 4 is no longer under development nor will any security updates be released. I. INTRODUCTION III. PHP 5 PHP development began in 1994 when Rasmus On July 13, 2004, PHP 5 was released, powered by the Lerdorf wrote a series of Interface Common Gateway new Zend Engine II PHP 5 included new features such (CGI) binaries in C which he used to maintain as improved support for object-oriented programming, his personal homepage.
    [Show full text]
  • Carrión González, Jorge Tulio, Tapia Guarnizo, Soraya Paola.Pdf
    UNIVERSIDAD NACIONAL DE LOJA “DISEÑAR E IMPLEMENTAR UN BUSCADOR ESPECIALIZADO UTILIZANDO MAPAS AUTO ORGANIZATIVOS PARA CATEGORIZAR Y ORDENAR EN FORMA AUTOMÁTICA LAS PAGINAS WEB RELACIONADAS CON LA CARRERA DE INGENIERÍA EN SISTEMAS DEL AREA DE LA ENERGIA, LAS INDUSTRIAS Y LOS RECURSOS NATURALES NO RENOVABLES DE LA UNIVERSIDAD NACIONAL DE LOJA” Tesis previa a optar el grado de Ingeniero en Sistemas Jorge Tulio Carrión González Soraya Paola Tapia Guarnizo Ing. German Patricio Villamarín Coronel, Mg. Sc. Ing. German Patricio Villamarín Coronel, Mg. Tc, Docente de la Carrera de Ingeniería en Sistemas del Área de la Energía, las Industrias y los Recursos Naturales no Renovables de la Universidad Nacional de Loja; y, Director de Tesis. CERTIFICA: Que el presente trabajo de investigación “DISEÑAR E IMPLEMENTAR UN BUSCADOR ESPECIALIZADO UTILIZANDO MAPAS AUTO ORGANIZATIVOS PARA CATEGORIZAR Y ORDENAR EN FORMA AUTOMÁTICA LAS PAGINAS WEB RELACIONADAS CON LA CARRERA DEINGENIERÍA EN SISTEMAS DEL AREA DE LA ENERGIA, LAS INDUSTRIAS Y LOSECURSOS NATURALES NO RENOVABLES DE LA UNIVERSIDAD NACIONAL DELOJA”, presentado por los señores: Jorge Tulio Carrión González y Soraya Paola Tapia Guarnizo previo a optar el grado de Ingeniero en Sistemas, ha sido dirigido, orientado y revisado, en todas sus partes, lo que cumple con los requisitos de forma y fondo, por lo cual autorizo su presentación ante el respectivo Tribunal de Grado. Loja, Julio de 2011 Ing. German Patricio Villamarín Coronel, Mg. Sc. DIRECTOR DE TESIS i AUTORÍA Las ideas, comentarios así como las conclusiones y recomendaciones en el presente trabajo de investigativo son de responsabilidad absoluta de los autores. Jorge Tulio Carrión González Soraya Paola Tapia Guarnizo ii AGRADECIMIENTO Nuestro reconocimiento de gratitud a la Universidad Nacional de Loja, en especial a la Carrera de Sistemas a todos sus directivos, docentes y administrativos.
    [Show full text]
  • Web Application Development with PHP 4.0 00 9971 FM 6/16/00 7:24 AM Page Ii
    00 9971 FM 6/16/00 7:24 AM Page i Web Application Development with PHP 4.0 00 9971 FM 6/16/00 7:24 AM Page ii Other Books by New Riders Publishing MySQL GTK+/Gnome Application Paul DuBois, 0-7357-0921-1 Development Havoc Pennington, 0-7357-0078-8 A UML Pattern Language Paul Evitts, 1-57870-118-X DCE/RPC over SMB: Samba and Windows NT Domain Internals Constructing Superior Software Luke Leighton, 1-57870-150-3 Paul Clements, 1-57870-147-3 Linux Firewalls Python Essential Reference Robert Ziegler, 0-7357-0900-9 David Beazley, 0-7357-0901-7 Linux Essential Reference KDE Application Development Ed Petron, 0-7357-0852-5 Uwe Thiem, 1-57870-201-1 Linux System Administration Developing Linux Applications with Jim Dennis, M. Carling, et al, GTK+ and GDK 1-556205-934-3 Eric Harlow, 0-7357-0021-4 00 9971 FM 6/16/00 7:24 AM Page iii Web Application Development with PHP 4.0 Tobias Ratschiller Till Gerken With contributions by Zend Technologies, LTD 201 West 103rd Street, Zeev Suraski Indianapolis, Indiana 46290 Andi Gutmans 00 9971 FM 6/16/00 7:24 AM Page iv Web Application Development with PHP 4.0 By:Tobias Ratschiller and Till Gerken Copyright © 2000 by New Riders Publishing Publisher FIRST EDITION: July, 2000 David Dwyer All rights reserved. No part of this book may be reproduced Executive Editor or transmitted in any form or by any means, electronic or Al Valvano mechanical, including photocopying, recording, or by any information storage and retrieval system, without written Managing Editor permission from the publisher, except for the inclusion of Gina Brown brief quotations in a review.
    [Show full text]
  • Management Strategies for the Cloud Revolution
    MANAGEMENT STRATEGIES FOR CLOUDTHE REVOLUTION MANAGEMENT STRATEGIES FOR CLOUDTHE REVOLUTION How Cloud Computing Is Transforming Business and Why You Can’t Afford to Be Left Behind CHARLES BABCOCK New York Chicago San Francisco Lisbon London Madrid Mexico City Milan New Delhi San Juan Seoul Singapore Sydney Toronto Copyright © 2010 by Charles Babcock. All rights reserved. Except as permitted under the United States Copyright Act of 1976, no part of this publication may be reproduced or distributed in any form or by any means, or stored in a database or retrieval system, without the prior written permission of the publisher. ISBN: 978-0-07-174227-6 MHID: 0-07-174227-1 The material in this eBook also appears in the print version of this title: ISBN: 978-0-07-174075-3, MHID: 0-07-174075-9. All trademarks are trademarks of their respective owners. Rather than put a trademark symbol after every occurrence of a trademarked name, we use names in an editorial fashion only, and to the benefi t of the trademark owner, with no intention of infringement of the trademark. Where such designations appear in this book, they have been printed with initial caps. McGraw-Hill eBooks are available at special quantity discounts to use as premiums and sales promotions, or for use in corporate training programs. To contact a representative please e-mail us at [email protected]. This publication is designed to provide accurate and authoritative information in regard to the subject matter covered. It is sold with the understanding that the publisher is not engaged in rendering legal, accounting, or other professional service.
    [Show full text]
  • 5250 to Web, a PHP Case Study on IBM I
    5250 to Web: PHP Case Study on IBM i Alan Seiden PHP on IBM i consultant/developer email: [email protected] blog: http://alanseiden.com Strategic Business Systems, Inc. • Developing Web apps on IBM i (and iSeries, i5...) since 1996 • Based in Ramsey, New Jersey • IBM Business Partner . Power Systems hardware, software development, consulting • Zend Business Partner . Working with Zend since they brought PHP to IBM i in 2006 . We offer Zend’s training and Zend Server software to complement our own consulting/development services Alan Seiden, Strategic Business Systems 5250 to Web: PHP Case Study on IBM i | | 2 Alan Seiden PHP on IBM i Developer / Consultant / Mentor • Contributor to IBM’s Redbook PHP: Zend Core for i5/OS • First IBM i developer certified in Zend Framework • Developer of IBM/COMMON’s “Best Web Solution” of 2009 Contact: [email protected] or 201-327-9400 Blog/articles: http://alanseiden.com Alan Seiden, Strategic Business Systems 5250 to Web: PHP Case Study on IBM i | | 3 What we’ll discuss today • Update on Zend Server (new PHP install for i) • PHP basics quick overview . Focus on two ways to call CL/RPG from PHP • Case study: re-imagine green screens as web • Tips and techniques • Questions Alan Seiden, Strategic Business Systems 5250 to Web: PHP Case Study on IBM i | | 4 PHP’s growth as web dev language (as of 2007) 34% of the internet runs on PHP ZF and PDT released, PHP 4 EOL 37% growth in PHP developers announced Zend Framework & Eclipse project (PDT) announced; i5/OS support 25M IBM, Oracle PHP 4 Endorse PHP Released
    [Show full text]
  • Rogue Wave Software Buys Israeli Co Zend Technologies
    Rogue Wave Software buys Israeli co Zend Technologies 07/10/2015, 12:18 Globes correspondent The sale was reportedly for considerably less than the $70 million that the Israeli PHP app company has raised. US company Rogue Wave Software has acquired Israeli company Zend Technologies , which offers end-to-end PHP web and mobile application development and deployment solutions. With 50 percent of the web workload running on PHP, including Magento, Drupal, and WordPress, Zend products drive PHP in the enterprise, from code creation through production deployment. Zend CEO Andi Gutmans and CTO Zeev Suraski founded the company in 1999, which is today headquartered in Cupertino, California and retains its development center in Ramat Gan. No financial details about the sale were disclosed but media reports suggest it was for considerably less than the $70 million that the company has raised to date. Rogue Wave CEO Brian Pierce said, “Today’s announcement expands Rogue Wave into PHP web and mobile application development, underscoring our goal to make developers heroes by accelerating their ability to create great code. With the addition of Zend, we now have products that speed C, C++, C#, Java, and PHP development, reflecting how software is created today across languages, platforms, and teams.” Gutmans said, “Our passion has always been about PHP users. When we founded Zend, we set out to make it easier for developers to use PHP to meet the demands of business development. We’re very happy to have a great match with Rogue Wave, from our shared commitment to customers and how we impact their software development lifecycle.
    [Show full text]
  • SED 1217 Transcript EPISODE 1217
    SED 1217 Transcript EPISODE 1217 [INTRODUCTION] [00:00:00] JM: WordPress is a free and open source content management system or CMS ​ written in PHP. Since its release in 2003, WordPress has become ubiquitous on the web and it's estimated that roughly 60 million websites use WordPress as a CMS. However, despite its popularity, WordPress has limitations in its design. WordPress sites are dynamic and the front and backend are tightly coupled. A dynamic full stack application can be used when handling complex functionality, but also slows down the site and opens up security vulnerabilities. Zeev Suraski is an expert in PHP. He's also the CTO of Strattic, which is a static site generator and hosting platform that specializes in converting WordPress sites into static architectures. Today's show focuses on PHP, but also has some discussion of WordPress architecture. Zeev joins the show to talk about the place of PHP and modern web development and how his company Strattic helps WordPress developers build modern, fast and secure websites. [INTERVIEW] [00:01:00] JM: Zeev, welcome to the show. ​ [00:01:02] ZS: Hi. Good being on board. ​ [00:01:05] JM: You were a very early PHP programmer, and I’d love for you to take me back to ​ the early days of PHP. What were the goals that the language set out to accomplish? [00:01:19] ZS: So, yeah, we're talking the late 90s, and basically then there were not too many ​ solutions for creating dynamic web applications. The goal back then was to create a language that is really simple and allows you to create dynamic web applications in a pretty straightforward way without too much complexity and to really take away not just the complexity in the language syntax, but also in setting up a backend solution.
    [Show full text]
  • What Can PHP on IBM I Do for You
    What can PHP on IBM i do for you Erwin Earley ([email protected]) Sr. Solutions Consultant @erwinephp @RougeWaveInc @Zend © 2018 Rogue Wave Software, Inc. All Rights Reserved. 1 Agenda Bonus Topics (Time Permitting): • Quick Overview of PHP • Why PHP v7 • Open Source on IBM i Update • PHP in the Marketplace • Why PHP on IBM I • Extending the Reach of DB2 • Leveraging existing ILE programs and resources • Taking advantage of the LAMP ecosystem © 2018 Rogue Wave Software, Inc. All Rights Reserved. 2 What is PHP • PHP is an easy to use, open source, platform independent scripting language – Designed for web application development – 4.5+ Million PHP Developers • PHP is the leading scripting language deployed on the Internet • Thousands of PHP applications are available – Web applications tied to databases <?php – Content management echo "Hello World!"; – Wikis and Blogs echo "PHP is so easy!"; ?> Check-Out: www.phpjunkyard.com/ www.phpfreaks.com/ © 2018 Rogue Wave Software, Inc. All Rights Reserved. 3 Web Development/Deployment Stacks L A M P i A D P i A M P i p y H B p B H B p y H a 2 P a S P n a S P M M u c Q c c Q x h L i h i h L e e e © 2018 Rogue Wave Software, Inc. All Rights Reserved. 4 Mobile and Web Development 75% 87% 1 second 40% …| attacks are on web developers experience delay reduces developers spend half applications delays in deployment conversion by 7% their time on problem resolution Enterprise PHP demands… Fast resolution time and reduced PHP maintenance 100% uptime and accelerated performance Seamless scaling to meet ongoing and peak demands Bulletproof, compliant web applications © 2018 Rogue Wave Software, Inc.
    [Show full text]