The Wayback Machine - https://web.archive.org/web/20200831102505/https://github.com/nikic
Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Organizations

@php

Pinned

  1. The PHP Interpreter

    C 28.1k 6.3k

  2. A PHP parser written in PHP

    PHP 13.5k 742

  3. Fast request router for PHP

    PHP 4.1k 373

  4. Extension that adds support for method calls on primitive types in PHP

    PHP 967 40

  5. Iteration primitives using generators

    PHP 952 59

  6. Extension exposing PHP 7 abstract syntax tree

    PHP 763 65

4,039 contributions in the last year

Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Mon Wed Fri

Contribution activity

August 2020

Created a pull request in php/php-src that received 5 comments

Make MAX_IFD_NESTING_LEVEL an actual nesting level

Currently we only ever increment ifd_nesting_level, so this ends up being a limit on the total number of IFD tags and we regularly get bug reports …

+50 −16 5 comments

Created an issue in derickr/timelib that received 2 comments

Signed integer overflow in parse_date.re

<?php strtotime("20888888888888888Ms"); ubsan complains: parse_date.re:647:57: runtime error: signed integer overflow: 20888888888888888 * 1000 ca…

2 comments
You can’t perform that action at this time.