php7
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 7,948 public repositories matching this topic...
When creating a page 'changelog' as follows:
pages
├── 01.home
│ └── default.md
└── 02.changelog
└── default.md
with the following route alias in the header to add the '.md' extension:
routes:
aliases:
- '/changelog.md'
And when accessing the page using the url localhost/changelog.md, a 'Forbidden' error will be thrown.
When the file 'CHANGELOG.md' in
Hi,
I'm currently having problems to store the optimized byte sequence to my postgres database. I keep getting the error SQLSTATE[22021]: Character not in repertoire: 7 ERROR: invalid byte sequence for encoding "UTF8": 0xe7 0x87 0xf3
I've followed the guide and used the OrderedTimeCodec in my uuid factory.
My database tabl
Feature request
PHPStan on higher levels enforce typehint usage. A very good thing !
As typehint support depends of PHP version, how phpstan hande this. PHP version cannot be defined in the config files, so it use the PHP version used to run phpstan ? Or the one if indicated in composer.json ?
It would be nice to have just a small detail on this on the documentation.
Use case: i ran al
-
Updated
Mar 25, 2020 - PHP
I‘v noticed that there is no Etag returned in static files response , any plans to add support for it?
Or, add a config item for it.
About configuring VSCode to interpret php
Hello my friend
Can you help me how to configure VSCode to interpret php
I need to point docker php to VSCode
It is possible ? Can you help me
It'd be great if Admin Tables in the CP could have their column headings clicked on to toggle sorting items alphabetically. Of course, we'd need to consider this behaviour on admin table's that can have a specific, manual order.
In all instances, this would be visual, as opposed to a saved order. Should be a little more manageable with Vue at least.
-
Updated
Mar 25, 2020 - PHP
I'd like to contribute when I can, but it's hard knowing your intentions for parts of the application that haven't been completed yet.
Could you provide a document that gives the design of the application? A good and simple format to begin with is:
Class
This is a description of a school's class. It does this and that ... Its properties are:
- Property 1
- Property 2
Section
From my understanding of Docker - I'm not a guru - each time you use a RUN command, it creates a temporary cached image. In this case, I think there are way to many RUNs
# install xdebug
RUN pecl install xdebug
RUN docker-php-ext-enable xdebug
RUN echo "error_reporting = E_ALL" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
RUN echo "display_startup_errors = On" >> /usr/local/
-
Updated
Oct 17, 2019 - PHP
I like yoda for 3 === $foo (instead of $foo === 3), but I don't like yoda for 3 === \my_method().
The main reasons for yoda is to avoid accidental assignments which can not happen on method calls.
Is it possible to either only suggest yodo for variable comparisons or to make it configurable in which cases it is suggested?
Which naming convention should be used for template names? Should it be snake_case, camelCase, PascalCase or something else?
This should be specified in documentation of syntax.
V4 Documentation
V4 Alpha
-
Updated
Mar 21, 2020 - C
-
Updated
Feb 2, 2020 - PHP
-
Updated
Mar 25, 2020 - PHP
-
Updated
Mar 23, 2020 - PHP
Webhooks integration
Is your feature request related to a problem? Please describe.
I'd like to have way of getting notification from kimai in other apps when user starts/stops activity
Describe the solution you'd like
Possibly a configurable webhook
Describe alternatives you've considered
Writing dedicated app / writing app that handles REST api to provide webhooks
Additional context
n/a
-
Updated
Feb 14, 2020 - PHP
This perhaps isn't an issue with the package more than a user experience issue, but if you modify your composer.json file and accidentally leave invalid markup ( say an extra comma at the end of an array ), then all of the cghooks commands either fail silently or say there's nothing to do.
Perhaps simply executing a composer validate --no-check-lock before each cghooks command would be suff
The SMTP / IMAP Server-Password is returned in Clear-Text when visiting the Settings-Page of a Mailbox. A dummy entry should be returned instead.
Created by Rasmus Lerdorf
Released June 8, 1995
- Organization
- php
- Website
- secure.php.net
- Wikipedia
- Wikipedia
NOT AN ISSUE
Just want to know if the list contains free content with project based learning resources for self-learning students.