Php.ini hacks Michael J. Radwin, Yahoo! Inc PHP Lightning Talks OSCON 2006.

Slides:



Advertisements
Similar presentations
Murach's PHP and MySQL, C2© 2010, Mike Murach & Associates, Inc.Slide 1.
Advertisements

Murach's PHP and MySQL, C2© 2010, Mike Murach & Associates, Inc.Slide 1.
Murach's PHP and MySQL, C4© 2010, Mike Murach & Associates, Inc.Slide 1.
Murach's PHP and MySQL, C4© 2010, Mike Murach & Associates, Inc.Slide 1.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
INTRODUCTION The Group WEB BROWSER FOR RELATION Goals.
Company Information Based in the DFW Metroplex Started in August 2008 by senior software engineers with decades of experience in the IT industry Created.
REMODECE MEETING January, the 29th ENERTECH REMODECE Web server Query analyzer Data base software WEB USER Browser Query Answer Database Design.
Production Database Solutions Senior Project Travis Harpenau.
PHP: HYPERTEXT PRE PROCESSOR BY: KAILA ULINE, HILARY PETROKUBI, HAIDAN HU, EMILY MARTIN.
How Clients and Servers Work Together. Objectives Learn about the interaction of clients and servers Explore the features and functions of Web servers.
Copyright © 2005, GemStone Systems Inc. All Rights Reserved. A Capstone with GemStone David Whitlock April 18, 2005.
TOPIC 1 – SERVER SIDE APPLICATIONS IFS 234 – SERVER SIDE APPLICATION DEVELOPMENT.
Doxygen: Source Code Documentation Generator John Tully.
Monitoring Scale-Out with the MySQL Enterprise Monitor Andy Bang Lead Software Engineer MySQL-Sun, Enterprise Tools Team Wednesday, April 16, :15.
Best Practices in Moodle Administration Best Practices in Moodle Administration A variety of topics from technical to practical Jonathan Moore Vice President.
Computers & Employment By Andrew Attard and Stephen Calleja.
CrystalWeb Crystals you can play with! Final Report December 7, 2004 Ed Barnard Stephanie Silberstein Frederick Wang Harris Wang
CrystalWeb Crystals you can play with! Final Report December 7, 2004 Ed Barnard Stephanie Silberstein Frederick Wang Harris Wang
DB Libraries: An Alternative to DBMS By Matt Stegman November 22, 2005.
TrueSight vs Nagios & Foglight
DSpace Global Outreach Committee Update Valorie Hollister DSpace User Group Meeting May 21, 2009.
WINS Data provides customized software solutions, web development, client-server applications using all major up-to-date technologies. We have experience.
IRMIS 2 Overview Andrew Johnson Computer Scientist, AES Controls.
A Web-Enabled Aircraft Scheduler Michael Wallette 20 Nov
Introduction to PHP and MySQL Kirkwood Center for Continuing Education By Fred McClurg, © Copyright 2015, Fred McClurg, All Rights.
Web Scripting [PHP] CIS166AE Wednesdays 6:00pm – 9:50pm Rob Loy.
The Sheffield approach to developing a curriculum map Dr. Patsy Stark Senior Lecturer in Medical Education Mr. Ash Self E-learning Developer.
Michael Still Google Inc. October, Managing Unix servers the slack way Tools and techniques for managing large numbers of Unix machines Michael.
CERN-PH-SFT-SPI August Ernesto Rivera Contents Context Automation Results To Do…
Penelope Cox Microsoft App. A Cox_Penelope_p03_Careers.
© 2011 Clinovo. All Rights Reserved. The contents of this document are confidential and proprietary to Clinovo 1 Clinovo 1208 E. Arques Avenue, Suite 114.
Foto MD view. share. experience COMP Software Engineering Lab. Tuesday, March FotoMD Project Presentation Samuel Brice. Zach Mullen. Meg.
X-MAGE (Content Management System) Progress Report Georgi Kindov Ilian Alexiev Tenyo Grozev Advisor: Prof. Ausif Mahmood Spring 2004 Senior Project.
Richard Seroter Director of Product Management Microsoft MVP for Integration Cloud Editor for InfoQ.com Technical Trainer at Pluralsight 3-time Book.
DVIN Data Visualization Interactive Network. CRD Network.
Activity Monitoring Tool MIS 2008/2009 Software Project - Group 1 1/4 Architecture Technical Manager.
An Investigation into using a Document Management System Presented by: Bijal RanaSupervisor: John Ebden.
CyberPatriot Workshop New Coach Training. Intros - name, school, job title + why interested in CP. Also, any other contests? CyberPatriot Overview - who,
Tier3 monitoring. Initial issues. Danila Oleynik. Artem Petrosyan. JINR.
How Web Database Architectures Work CPS181s April 8, 2003.
Cisco Software Engineer 1.Five plus years experience with server/X86 and Familiar with C, C++ and assembly programming. 2.General operating systems software.
Anonymous | Secure | User friendly
The Blizzard Business By: Felix Andino. Kinds of Workers Blizzard Entertainment employs a variety of workers, each with different skills for the many.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 13 A & B Programming Languages and the.
XAMPP.
PHP Training With Live SSDN Technologies SSDN Technologies To request free demo session please mail us at or call us at
1 The Collaborative Dynamic Art Project Cy Khormaee, Andy Olson, Alex Zheng CSE 403 Product Pitch The Collaborative Dynamic Art Project A proof of concept.
What are Background Checking Applications? By: Intelifi Screening Technology.
CONTROL-M Training At Global Online Trainings IND: Skype: Global.onlinetrainings USA:
PaaS solutions evaluation CERN openlab Summer Students Lightning Talks Sessions Sofia Danko › 19/08/2014.
Moodle Install Guide Team 5 안정현 김현수 주채진 조수아. Moodle Install Enter moodle.org web site -> Go to Standard Moodle Packages in Downloads.
PHP Training With Live Project Sigma SEO Solutions To request free demo session please mail us at or call us at
© 2010, Mike Murach & Associates, Inc.
Deploying Web Application
Setup a PHP + MySQL Development Environment
© 2010, Mike Murach & Associates, Inc.
PHP at Yahoo! Michael J. Radwin
Yahoo Technical Support Number
© 2010, Mike Murach & Associates, Inc.
ArcGIS Workflow Manager Getting Started with Out-of-the-Box Templates
ما الذي يريد صاحب العمل أن يعرفه؟
© 2010, Mike Murach & Associates, Inc.
The Sheffield approach to developing a curriculum map
Module 01 ETICS Overview ETICS Online Tutorials
© 2010, Mike Murach & Associates, Inc.
Developments on IRMIS at APS
EAST MDSplus Log Data Management System
Presentation transcript:

php.ini hacks Michael J. Radwin, Yahoo! Inc PHP Lightning Talks OSCON 2006

php.ini and Friends /usr/local/etc/php.ini /usr/local/etc/php/gd.ini /usr/local/etc/php/mcrypt.ini /usr/local/etc/php/yahoo-sports.ini./configure --with-config-file-scan-dir= /usr/local/etc/php

Self-contained extensions and ini variable expansion ;; /usr/local/etc/php.ini open_basedir = /usr/local/www/htdocs:/usr/local/lib/php ;; /usr/local/etc/php/mcrypt.ini extension = mcrypt.so ;; /usr/local/etc/php/yahoo-sports.ini open_basedir = ${open_basedir}:/tmp

What versions of PHP? --with-config-file-scan-dir PHP (Dec 2002) ${foobar} expansion PHP (Nov 2005)

Yahoo! is Hiring All positions Full Time – Sunnyvale, CA Send resumes to or stop by the Yahoo! booth in the exhibit hall to see detailed job descriptions. Senior Perl Hackers MySQL Guru Senior Developer Tools – Perl Senior Software Engineer – FlexForce – C/C++, Unix Storage Platform Engineer – C++ Global User Database Engineer – Unix, bash, Perl Technical Trainer Technical Publications and Training Manager Monitoring Tools – C/C++, Perl, Nagios Yes, that’s right, no PHP jobs. Weird, huh?