Skip to content
php logo

PHP

PHP is a popular general-purpose scripting language that's particularly suited for server-side web development. PHP runtime is generally executed by webpage content, and can be added to HTML and HTML5 webpages. PHP was originally developed in 1994 by Rasmus Lerdorf.

Here are 55,278 public repositories matching this topic...

symfony
nicolas-grekas
nicolas-grekas commented Aug 23, 2019

PR #33015 introduces a profiler panel for the HttpClient component.
It was decided to merge it and improve it in nex iterations.

Here are the ideas that would be great to contribute, help wante:

  • the panel UI could be improved I suppose, e.g. a tooltip on hover in the toolbar
  • putting requests in the "Performance" tab would be great (all timings are already in the collected "info")
  • resp
TravisCarden
TravisCarden commented Sep 16, 2019

tl;dr: In order to simplify debugging, Composer should identify the offending package when ClassMapGenerator cannot scan for classes.

If a package specifies a non-existent path in its "classmap", Composer fails with output like the below that doesn't identify the offending package. I include it in its entirety to illustrate that the culprit cannot necessarily be inferred from it. In this case

wangch7
wangch7 commented May 22, 2019

Problem Description: No instruction of how to contribute in readme.rst. First time users will probably want to see information of how to contribute (which includes how to set up environment, communicate, and submit changes, etc.).

Solution Description: Add a contributing section in readme.rst with general contributing information, and include a link to file "contributing.md" (https://github.com

fredemmott
fredemmott commented Mar 18, 2019

at runtime, we currently have \HH\Traversable<T> and \Traversable. This is so that PHP code could could do, for example:

class Foo implements IteratorAggregate {
  public function getIterator() { 
    /* foo */
  }
}

PHP code also needed to be allowed to do getIterator(): Traversable

To be an \HH\Traversable, it would need to be getIterator(): Traversable<T> - or i

bologer
bologer commented Apr 3, 2019

I suggest to give brief intro to docs (somewhere here) about how to convert default ActiveController behaviour of "just models" into something like this:

{
  "items": [],
  "_links": {
    "self": {
      "href": "http://localhost/v1/test/index?page=1"
    }
  },
  "_meta": {
    "totalCount": 10,

Liberating Web Analytics. Star us on Github? +1. Matomo is the leading open alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites, apps & the IoT and visualise this data and extract insights. Privacy is built-in. We love Pull Requests!

  • Updated Sep 24, 2019
  • 26 commits
  • 233 contributors
  • PHP
ghost
ghost commented Jul 14, 2019

Intro

Currently October CMS has good mouse click support with the frontend and backend.

However, October CMS has intermediate functionality with touch support.

It gets worse, October CMS has almost no Keyboard Navigation support.

W3c one of the main internet standards organizations has very specific rules for everything when it comes to this area.

Example with Form Tabs

jancborchardt
jancborchardt commented Jun 25, 2019

As usual, we test the daily zip file to find details for polishing. 🎉

Everyone should go over the issues and see where they can help out! 😊 Add your handle if you work on it, or relevant issues or pull requests.

Bold issues are especially important and should be fixed for the release!

🏗 Pre-installation

  • Zip file is huge!
    • Because of .map files? – they are not t
You can’t perform that action at this time.