Skip to content

Instantly share code, notes, and snippets.

@auroraeosrose
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save auroraeosrose/8927888 to your computer and use it in GitHub Desktop.
Save auroraeosrose/8927888 to your computer and use it in GitHub Desktop.
Stuff I want to fix in PHP
My bugs:
https://bugs.php.net/bug.php?id=54169 - I have a big patch for pdo_odbc in general
streams related issues: -
https://bugs.php.net/bug.php?id=54156
https://bugs.php.net/bug.php?id=52811 - there are a ton more notification callback related issues - need MAJOR testing for that
https://bugs.php.net/bug.php?id=42387 - yes, this is also on my todo, could use most of the plumbing already in place for the notification callbacks
the old curl stream wrappers need to be revived and fixed and registered as curl:// wrappers
Intl - port functionality only in mbstring and/or iconv to intl (zend.multibyte, http on the fly encoding, and output buffer and stream wrappers for encoding)
https://bugs.php.net/bug.php?id=47615
https://bugs.php.net/bug.php?id=48053
https://bugs.php.net/bug.php?id=52384 - this one should be disgustingly simple and the value easily available - it's in the struct!
patch for pcntl to work on windows ( no fork but adds spawn for both)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment