Hi Sebastian,

On Sun, Jun 7, 2009 at 6:56 AM, Sebastian
Bergmann<s...@sebastian-bergmann.de> wrote:
> Paul Biggar schrieb:
>> They have a paper on PHP memory usage.
>
>  Link? I am collecting papers that deal with PHP at
>  http://delicious.com/sebastian_bergmann/academic_paper+php

This is great. Below is a list of all the papers I can think of. I
wonder if its a good idea to move your page to the wiki?

Some of these papers are less "academic" than others - I don't know
where you'd like to draw the line :)

Paul



Papers:

I see you have the Pixy and Minamide papers

This is the PLDI 2009 one. The paper is not yet published, so I can't
find a link.
A Study of Memory Management for Web-based Applications on Multicore Processors
by Hiroshi Inoue, Hideaki Komatsu, and Toshio Nakatani, IBM Tokyo
Research Laboratory


Sound and Precise Analysis of Web Applications for Injection Vulnerabilities
Gary Wassermann, Zhendong Su, PLDI'07.
http://wwwcsif.cs.ucdavis.edu/~wassermg/research/pldi07.pdf

Static Detection of Security Vulnerabilities in Scripting Languages
Yichen Xie and Alex Aiken
http://theory.stanford.edu/~yxie/sec.pdf

@conference{benda06,
   author = {Jan Benda and Tomas Matousek and Ladislav Prosek},
   year = {2006},
   title = {Phalanger: Compiling and Running {PHP} Applications on the
{Microsoft} {.NET} Platform},
   booktitle = {.NET Technologies 2006},
   month = {May},
   location = {Plzen, Czech Republic},
}

@article{johnson06,
   author =     {Graeme Johnson and {Zo\"{e}} Slattery},
   title =      "{PHP}: A Language Implementer's Perspective",
   journal =    "International PHP Magazine",
   year =       "2006",
   pages =      "24--29",
   month =      "Dec",
}

@techreport{deVries07,
  title = {Design and Implementation of a {PHP} Compiler Front-end},
  author = {Edsko de {Vries} and John Gilbert},
  institution = {Trinity College Dublin},
  type = {Dept. of Computer Science Technical Report},
  number = {TR-2007-47},
  year = {2007}
}

@inproceedings{1480908,
 author = {Tozawa, Akihiko and Tatsubori, Michiaki and Onodera, Tamiya
and Minamide, Yasuhiko},
 title = {Copy-on-write in the PHP language},
 booktitle = {POPL '09: Proceedings of the 36th annual ACM
SIGPLAN-SIGACT symposium on Principles of programming languages},
 year = {2009},
 isbn = {978-1-60558-379-2},
 pages = {200--212},
 location = {Savannah, GA, USA},
 doi = {http://doi.acm.org/10.1145/1480881.1480908},
 publisher = {ACM},
 address = {New York, NY, USA},
 }
http://www.trl.ibm.com/people/mich/pub/200901_popl2009phpsem.pdf

@inproceedings{biggar09,
        author = {Paul Biggar and Edsko de Vries and David Gregg},
        title = {A Practical Solution for Scripting Language Compilers},
        booktitle = {SAC '09: Proceedings of the 2009 ACM symposium on
Applied computing},
        year = {2009},
        isbn = {978-1-60558-166-8},
        pages = {1916--1923},
        location = {Honolulu, Hawaii, U.S.A},

        publisher = {ACM},
        address = {New York, NY, USA},
}
https://www.cs.tcd.ie/~pbiggar/sac-2009.pdf



-- 
Paul Biggar
paul.big...@gmail.com

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to