Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f70883a

Browse filesBrowse files
committed
Merge branch '2.7' into 2.8
* 2.7: Use the proper path of version 2.x Added some minor explanation about 308 code Use 308 to ensure http method is preserved Fixed a minor error in form collections example fix(Extractor): ExtractorInterface called Update finder.rst Use HTTPS instead of HTTP outside XML
2 parents 62db181 + c76cb15 commit f70883a
Copy full SHA for f70883a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

55 files changed

+127
-130
lines changed

‎best_practices/business-logic.rst

Copy file name to clipboardExpand all lines: best_practices/business-logic.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,6 @@ Next: :doc:`/best_practices/controllers`
340340
.. _`full definition`: https://en.wikipedia.org/wiki/Business_logic
341341
.. _`Doctrine project`: http://www.doctrine-project.org/
342342
.. _`fixture class`: https://symfony.com/doc/current/bundles/DoctrineFixturesBundle/index.html#writing-simple-fixtures
343-
.. _`PSR-1`: http://www.php-fig.org/psr/psr-1/
344-
.. _`PSR-2`: http://www.php-fig.org/psr/psr-2/
343+
.. _`PSR-1`: https://www.php-fig.org/psr/psr-1/
344+
.. _`PSR-2`: https://www.php-fig.org/psr/psr-2/
345345
.. _`PHP-CS-Fixer`: https://github.com/FriendsOfPHP/PHP-CS-Fixer

‎best_practices/creating-the-project.rst

Copy file name to clipboardExpand all lines: best_practices/creating-the-project.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,6 @@ the Symfony directory structure.
182182
Next: :doc:`/best_practices/configuration`
183183

184184
.. _`Composer`: https://getcomposer.org/
185-
.. _`Phar extension`: http://php.net/manual/en/intro.phar.php
185+
.. _`Phar extension`: https://php.net/manual/en/intro.phar.php
186186
.. _`public checksums repository`: https://github.com/sensiolabs/checksums
187187
.. _`these steps`: http://fabien.potencier.org/signing-project-releases.html

‎bundles/best_practices.rst

Copy file name to clipboardExpand all lines: bundles/best_practices.rst
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -492,9 +492,9 @@ Learn more
492492
* :doc:`/bundles/extension`
493493
* :doc:`/bundles/configuration`
494494

495-
.. _`PSR-0`: http://www.php-fig.org/psr/psr-0/
496-
.. _`PSR-4`: http://www.php-fig.org/psr/psr-4/
497-
.. _`Semantic Versioning Standard`: http://semver.org/
495+
.. _`PSR-0`: https://www.php-fig.org/psr/psr-0/
496+
.. _`PSR-4`: https://www.php-fig.org/psr/psr-4/
497+
.. _`Semantic Versioning Standard`: https://semver.org/
498498
.. _`Packagist`: https://packagist.org/
499-
.. _`choose any license`: http://choosealicense.com/
499+
.. _`choose any license`: https://choosealicense.com/
500500
.. _`valid license identifier`: https://spdx.org/licenses/

‎components/class_loader.rst

Copy file name to clipboardExpand all lines: components/class_loader.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Learn More
5959
class_loader/class_loader
6060
class_loader/*
6161

62-
.. _PSR-0: http://www.php-fig.org/psr/psr-0/
63-
.. _PSR-4: http://www.php-fig.org/psr/psr-4/
64-
.. _`autoloading mechanism`: http://php.net/manual/en/language.oop5.autoload.php
62+
.. _PSR-0: https://www.php-fig.org/psr/psr-0/
63+
.. _PSR-4: https://www.php-fig.org/psr/psr-4/
64+
.. _`autoloading mechanism`: https://php.net/manual/en/language.oop5.autoload.php
6565
.. _Packagist: https://packagist.org/packages/symfony/class-loader

‎components/class_loader/cache_class_loader.rst

Copy file name to clipboardExpand all lines: components/class_loader/cache_class_loader.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ it is straightforward::
6060
// deactivates the original, non-cached loader if it was registered previously
6161
$loader->unregister();
6262

63-
.. _APC: http://php.net/manual/en/book.apc.php
63+
.. _APC: https://php.net/manual/en/book.apc.php
6464
.. _autoloader: https://getcomposer.org/doc/01-basic-usage.md#autoloading
65-
.. _XCache: http://xcache.lighttpd.net
65+
.. _XCache: https://xcache.lighttpd.net

‎components/class_loader/class_loader.rst

Copy file name to clipboardExpand all lines: components/class_loader/class_loader.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ the ``doctrine-common`` directory. If not found, it will then fallback to
7171
the default ``Doctrine`` directory (the last one configured) before giving
7272
up. The order of the prefix registrations is significant in this case.
7373

74-
.. _PEAR: http://pear.php.net/manual/en/standards.naming.php
75-
.. _PSR-0: http://www.php-fig.org/psr/psr-0/
74+
.. _PEAR: https://pear.php.net/manual/en/standards.naming.php
75+
.. _PSR-0: https://www.php-fig.org/psr/psr-0/

‎components/class_loader/class_map_generator.rst

Copy file name to clipboardExpand all lines: components/class_loader/class_map_generator.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,6 @@ is the same as in the example above)::
123123
__DIR__.'/class_map.php'
124124
);
125125

126-
.. _`PSR-0`: http://www.php-fig.org/psr/psr-0
127-
.. _`PSR-4`: http://www.php-fig.org/psr/psr-4
126+
.. _`PSR-0`: https://www.php-fig.org/psr/psr-0
127+
.. _`PSR-4`: https://www.php-fig.org/psr/psr-4
128128
.. _`Composer`: https://getcomposer.org

‎components/class_loader/map_class_loader.rst

Copy file name to clipboardExpand all lines: components/class_loader/map_class_loader.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ an instance of the ``MapClassLoader`` class::
3838

3939
$loader->register();
4040

41-
.. _PSR-0: http://www.php-fig.org/psr/psr-0/
41+
.. _PSR-0: https://www.php-fig.org/psr/psr-0/

‎components/class_loader/psr4_class_loader.rst

Copy file name to clipboardExpand all lines: components/class_loader/psr4_class_loader.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ tell the class loader where to look for classes with the
5858
``Symfony\Component\Yaml\`` namespace prefix. After registering the autoloader,
5959
the Yaml component is ready to be used.
6060

61-
.. _PSR-4: http://www.php-fig.org/psr/psr-4/
61+
.. _PSR-4: https://www.php-fig.org/psr/psr-4/

‎components/console/logger.rst

Copy file name to clipboardExpand all lines: components/console/logger.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ constructor::
103103
);
104104
$logger = new ConsoleLogger($output, array(), $formatLevelMap);
105105

106-
.. _PSR-3: http://www.php-fig.org/psr/psr-3/
106+
.. _PSR-3: https://www.php-fig.org/psr/psr-3/

‎components/event_dispatcher.rst

Copy file name to clipboardExpand all lines: components/event_dispatcher.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,6 @@ Learn More
517517
* :ref:`The kernel.event_subscriber tag <dic-tags-kernel-event-subscriber>`
518518

519519
.. _Mediator: https://en.wikipedia.org/wiki/Mediator_pattern
520-
.. _Closures: http://php.net/manual/en/functions.anonymous.php
521-
.. _PHP callable: http://www.php.net/manual/en/language.pseudo-types.php#language.types.callback
520+
.. _Closures: https://php.net/manual/en/functions.anonymous.php
521+
.. _PHP callable: https://php.net/manual/en/language.pseudo-types.php#language.types.callback
522522
.. _Packagist: https://packagist.org/packages/symfony/event-dispatcher

‎components/finder.rst

Copy file name to clipboardExpand all lines: components/finder.rst
+8-4Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ It's also possible to ignore directories that you don't have permission to read:
117117
As the Finder uses PHP iterators, you can pass any URL with a supported
118118
`protocol`_::
119119

120+
// always add a trailing slash when looking for in the FTP root dir
121+
$finder->in('ftp://example.com/');
122+
123+
// you can also look for in a FTP directory
120124
$finder->in('ftp://example.com/pub/');
121125

122126
And it also works with user-defined streams::
@@ -320,8 +324,8 @@ The contents of returned files can be read with
320324
// ...
321325
}
322326

323-
.. _strtotime: http://www.php.net/manual/en/datetime.formats.php
324-
.. _protocol: http://www.php.net/manual/en/wrappers.php
325-
.. _Streams: http://www.php.net/streams
326-
.. _IEC standard: http://physics.nist.gov/cuu/Units/binary.html
327+
.. _strtotime: https://php.net/manual/en/datetime.formats.php
328+
.. _protocol: https://php.net/manual/en/wrappers.php
329+
.. _Streams: https://php.net/streams
330+
.. _IEC standard: https://physics.nist.gov/cuu/Units/binary.html
327331
.. _Packagist: https://packagist.org/packages/symfony/finder

‎components/http_foundation/session_configuration.rst

Copy file name to clipboardExpand all lines: components/http_foundation/session_configuration.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,6 @@ without knowledge of the specific save handler.
314314
Before PHP 5.4, you can only proxy user-land save handlers but not
315315
native PHP save handlers.
316316

317-
.. _`php.net/session.customhandler`: http://php.net/session.customhandler
318-
.. _`php.net/session.configuration`: http://php.net/session.configuration
319-
.. _`php.net/memcached.setoption`: http://php.net/memcached.setoption
317+
.. _`php.net/session.customhandler`: https://php.net/session.customhandler
318+
.. _`php.net/session.configuration`: https://php.net/session.configuration
319+
.. _`php.net/memcached.setoption`: https://php.net/memcached.setoption

‎components/http_kernel.rst

Copy file name to clipboardExpand all lines: components/http_kernel.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -722,10 +722,10 @@ Learn more
722722
/reference/events
723723

724724
.. _Packagist: https://packagist.org/packages/symfony/http-kernel
725-
.. _reflection: http://php.net/manual/en/book.reflection.php
725+
.. _reflection: https://php.net/manual/en/book.reflection.php
726726
.. _FOSRestBundle: https://github.com/friendsofsymfony/FOSRestBundle
727727
.. _`Create your own framework... on top of the Symfony2 Components`: http://fabien.potencier.org/article/50/create-your-own-framework-on-top-of-the-symfony2-components-part-1
728-
.. _`PHP FPM`: http://php.net/manual/en/install.fpm.php
728+
.. _`PHP FPM`: https://php.net/manual/en/install.fpm.php
729729
.. _`SensioFrameworkExtraBundle`: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html
730730
.. _`@ParamConverter`: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/converters.html
731731
.. _`@Template`: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/view.html

‎components/intl.rst

Copy file name to clipboardExpand all lines: components/intl.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,6 @@ Learn more
351351

352352
.. _Packagist: https://packagist.org/packages/symfony/intl
353353
.. _Icu component: https://packagist.org/packages/symfony/icu
354-
.. _intl extension: http://www.php.net/manual/en/book.intl.php
355-
.. _install the intl extension: http://www.php.net/manual/en/intl.setup.php
354+
.. _intl extension: https://php.net/manual/en/book.intl.php
355+
.. _install the intl extension: https://php.net/manual/en/intl.setup.php
356356
.. _ICU library: http://site.icu-project.org/

‎components/phpunit_bridge.rst

Copy file name to clipboardExpand all lines: components/phpunit_bridge.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,9 +285,9 @@ the mocked namespaces in the ``phpunit.xml`` file, as done for example in the
285285
286286
.. _PHPUnit: https://phpunit.de
287287
.. _`PHPUnit event listener`: https://phpunit.de/manual/current/en/extending-phpunit.html#extending-phpunit.PHPUnit_Framework_TestListener
288-
.. _`PHP error handler`: http://php.net/manual/en/book.errorfunc.php
288+
.. _`PHP error handler`: https://php.net/manual/en/book.errorfunc.php
289289
.. _`environment variable`: https://phpunit.de/manual/current/en/appendixes.configuration.html#appendixes.configuration.php-ini-constants-variables
290290
.. _Packagist: https://packagist.org/packages/symfony/phpunit-bridge
291-
.. _`@-silencing operator`: http://php.net/manual/en/language.operators.errorcontrol.php
292-
.. _`@-silenced`: http://php.net/manual/en/language.operators.errorcontrol.php
291+
.. _`@-silencing operator`: https://php.net/manual/en/language.operators.errorcontrol.php
292+
.. _`@-silenced`: https://php.net/manual/en/language.operators.errorcontrol.php
293293
.. _`Travis CI`: https://travis-ci.org/

‎components/process.rst

Copy file name to clipboardExpand all lines: components/process.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,5 +367,5 @@ absolute path of the executable PHP binary available on your server::
367367
.. _`PHP Bug#39992`: https://bugs.php.net/bug.php?id=39992
368368
.. _`exec`: https://en.wikipedia.org/wiki/Exec_(operating_system)
369369
.. _`pid`: https://en.wikipedia.org/wiki/Process_identifier
370-
.. _`PHP Documentation`: http://php.net/manual/en/pcntl.constants.php
370+
.. _`PHP Documentation`: https://php.net/manual/en/pcntl.constants.php
371371
.. _Packagist: https://packagist.org/packages/symfony/process

‎components/psr7.rst

Copy file name to clipboardExpand all lines: components/psr7.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ to a :class:`Symfony\\Component\\HttpFoundation\\Response` instance::
8585
$httpFoundationFactory = new HttpFoundationFactory();
8686
$symfonyResponse = $httpFoundationFactory->createResponse($psrResponse);
8787

88-
.. _`PSR-7`: http://www.php-fig.org/psr/psr-7/
88+
.. _`PSR-7`: https://www.php-fig.org/psr/psr-7/
8989
.. _`Zend Diactoros`: https://github.com/zendframework/zend-diactoros
9090
.. _`symfony/psr-http-message-bridge on Packagist`: https://packagist.org/packages/symfony/psr-http-message-bridge

‎components/serializer.rst

Copy file name to clipboardExpand all lines: components/serializer.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,6 @@ Learn more
695695
A popular alternative to the Symfony Serializer Component is the third-party
696696
library, `JMS serializer`_ (released under the Apache license, so incompatible with GPLv2 projects).
697697

698-
.. _`PSR-1 standard`: http://www.php-fig.org/psr/psr-1/
698+
.. _`PSR-1 standard`: https://www.php-fig.org/psr/psr-1/
699699
.. _`JMS serializer`: https://github.com/schmittjoh/serializer
700700
.. _Packagist: https://packagist.org/packages/symfony/serializer

‎contributing/code/bc.rst

Copy file name to clipboardExpand all lines: contributing/code/bc.rst
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,9 @@ Change value of a constant Yes [1]_ [5]_
291291
Changing an argument type is only possible with a parent type.
292292
Changing a return type is only possible with a child type.
293293
294-
.. _Semantic Versioning: http://semver.org/
295-
.. _scalar type: http://php.net/manual/en/function.is-scalar.php
296-
.. _boolean values: http://php.net/manual/en/function.boolval.php
297-
.. _string values: http://www.php.net/manual/en/function.strval.php
298-
.. _integer values: http://www.php.net/manual/en/function.intval.php
299-
.. _float values: http://www.php.net/manual/en/function.floatval.php
294+
.. _Semantic Versioning: https://semver.org/
295+
.. _scalar type: https://php.net/manual/en/function.is-scalar.php
296+
.. _boolean values: https://php.net/manual/en/function.boolval.php
297+
.. _string values: https://php.net/manual/en/function.strval.php
298+
.. _integer values: https://php.net/manual/en/function.intval.php
299+
.. _float values: https://php.net/manual/en/function.floatval.php

‎contributing/code/bugs.rst

Copy file name to clipboardExpand all lines: contributing/code/bugs.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If your problem definitely looks like a bug, report it using the official bug
4444

4545
* *(optional)* Attach a :doc:`patch <patches>`.
4646

47-
.. _`Stack Overflow`: http://stackoverflow.com/questions/tagged/symfony2
47+
.. _`Stack Overflow`: https://stackoverflow.com/questions/tagged/symfony2
4848
.. _IRC channel: https://symfony.com/irc
4949
.. _the Symfony Slack: https://symfony.com/slack-invite
5050
.. _tracker: https://github.com/symfony/symfony/issues

‎contributing/code/patches.rst

Copy file name to clipboardExpand all lines: contributing/code/patches.rst
+7-7Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -368,15 +368,15 @@ convert many commits to one commit. This is no longer necessary today, because
368368
Symfony project uses a proprietary tool which automatically squashes all commits
369369
before merging.
370370

371-
.. _ProGit: http://git-scm.com/book
371+
.. _ProGit: https://git-scm.com/book
372372
.. _GitHub: https://github.com/join
373373
.. _`GitHub's Documentation`: https://help.github.com/articles/ignoring-files
374374
.. _Symfony repository: https://github.com/symfony/symfony
375-
.. _dev mailing-list: http://groups.google.com/group/symfony-devs
375+
.. _dev mailing-list: https://groups.google.com/group/symfony-devs
376376
.. _travis-ci.org: https://travis-ci.org/
377-
.. _`travis-ci.org status icon`: http://about.travis-ci.org/docs/user/status-images/
378-
.. _`travis-ci.org Getting Started Guide`: http://about.travis-ci.org/docs/user/getting-started/
377+
.. _`travis-ci.org status icon`: https://about.travis-ci.com/docs/user/status-images/
378+
.. _`travis-ci.org Getting Started Guide`: https://about.travis-ci.com/docs/user/getting-started/
379379
.. _`documentation repository`: https://github.com/symfony/symfony-docs
380-
.. _`fabbot`: http://fabbot.io
381-
.. _`PSR-1`: http://www.php-fig.org/psr/psr-1/
382-
.. _`PSR-2`: http://www.php-fig.org/psr/psr-2/
380+
.. _`fabbot`: https://fabbot.io
381+
.. _`PSR-1`: https://www.php-fig.org/psr/psr-1/
382+
.. _`PSR-2`: https://www.php-fig.org/psr/psr-2/

‎contributing/code/standards.rst

Copy file name to clipboardExpand all lines: contributing/code/standards.rst
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,9 @@ License
261261
present at the top of every PHP file, before the namespace.
262262

263263
.. _`PHP CS Fixer tool`: http://cs.sensiolabs.org/
264-
.. _`PSR-0`: http://www.php-fig.org/psr/psr-0/
265-
.. _`PSR-1`: http://www.php-fig.org/psr/psr-1/
266-
.. _`PSR-2`: http://www.php-fig.org/psr/psr-2/
267-
.. _`PSR-4`: http://www.php-fig.org/psr/psr-4/
268-
.. _`identical comparison`: http://php.net/manual/en/language.operators.comparison.php
264+
.. _`PSR-0`: https://www.php-fig.org/psr/psr-0/
265+
.. _`PSR-1`: https://www.php-fig.org/psr/psr-1/
266+
.. _`PSR-2`: https://www.php-fig.org/psr/psr-2/
267+
.. _`PSR-4`: https://www.php-fig.org/psr/psr-4/
268+
.. _`identical comparison`: https://php.net/manual/en/language.operators.comparison.php
269269
.. _`Yoda conditions`: https://en.wikipedia.org/wiki/Yoda_conditions

‎contributing/community/releases.rst

Copy file name to clipboardExpand all lines: contributing/community/releases.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ version: a new version is published every six months, and there is a two months
187187
period to upgrade. Companies wanting more stability use the LTS versions: a new
188188
version is published every two years and there is a year to upgrade.
189189

190-
.. _Semantic Versioning: http://semver.org/
190+
.. _Semantic Versioning: https://semver.org/
191191
.. _Git repository: https://github.com/symfony/symfony
192192
.. _SensioLabs: http://sensiolabs.com/
193193
.. _roadmap notification: https://symfony.com/roadmap

‎controller/soap_web_service.rst

Copy file name to clipboardExpand all lines: controller/soap_web_service.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ An example WSDL is below.
199199
</service>
200200
</definitions>
201201
202-
.. _`PHP SOAP`: http://php.net/manual/en/book.soap.php
202+
.. _`PHP SOAP`: https://php.net/manual/en/book.soap.php
203203
.. _`NuSOAP`: http://sourceforge.net/projects/nusoap
204-
.. _`output buffering`: http://php.net/manual/en/book.outcontrol.php
204+
.. _`output buffering`: https://php.net/manual/en/book.outcontrol.php
205205
.. _`Zend SOAP`: http://framework.zend.com/manual/current/en/modules/zend.soap.server.html

‎create_framework/http_foundation.rst

Copy file name to clipboardExpand all lines: create_framework/http_foundation.rst
+7-7Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -289,16 +289,16 @@ applications using it (like `Symfony`_, `Drupal 8`_, `phpBB 3`_, `ezPublish
289289
5`_, `Laravel`_, `Silex`_ and `more`_).
290290

291291
.. _`Twig`: http://twig.sensiolabs.org/
292-
.. _`HTTP specification`: http://tools.ietf.org/wg/httpbis/
292+
.. _`HTTP specification`: https://tools.ietf.org/wg/httpbis/
293293
.. _`audited`: https://symfony.com/blog/symfony2-security-audit
294294
.. _`Symfony`: https://symfony.com/
295295
.. _`Drupal 8`: https://drupal.org/
296296
.. _`phpBB 3`: https://www.phpbb.com/
297-
.. _`ezPublish 5`: http://ez.no/
298-
.. _`Laravel`: http://laravel.com/
299-
.. _`Silex`: http://silex.sensiolabs.org/
297+
.. _`ezPublish 5`: https://ez.no/
298+
.. _`Laravel`: https://laravel.com/
299+
.. _`Silex`: https://silex.sensiolabs.org/
300300
.. _`Midgard CMS`: http://www.midgard-project.org/
301-
.. _`Zikula`: http://zikula.org/
302-
.. _`autoloaded`: http://php.net/autoload
303-
.. _`PSR-4`: http://www.php-fig.org/psr/psr-4/
301+
.. _`Zikula`: https://zikula.org/
302+
.. _`autoloaded`: https://php.net/autoload
303+
.. _`PSR-4`: https://www.php-fig.org/psr/psr-4/
304304
.. _`more`: https://symfony.com/components/HttpFoundation

‎create_framework/http_kernel_controller_resolver.rst

Copy file name to clipboardExpand all lines: create_framework/http_kernel_controller_resolver.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,5 +194,5 @@ Let's conclude with the new version of our framework::
194194
Think about it once more: our framework is more robust and more flexible than
195195
ever and it still has less than 40 lines of code.
196196

197-
.. _`reflection`: http://php.net/reflection
197+
.. _`reflection`: https://php.net/reflection
198198
.. _`FrameworkExtraBundle`: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/converters.html

‎create_framework/templating.rst

Copy file name to clipboardExpand all lines: create_framework/templating.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,5 +177,5 @@ As always, you can decide to stop here and use the framework as is; it's
177177
probably all you need to create simple websites like those fancy one-page
178178
`websites`_ and hopefully a few others.
179179

180-
.. _`callbacks`: http://php.net/callback#language.types.callback
181-
.. _`websites`: http://kottke.org/08/02/single-serving-sites
180+
.. _`callbacks`: https://php.net/callback#language.types.callback
181+
.. _`websites`: https://kottke.org/08/02/single-serving-sites

‎create_framework/unit_testing.rst

Copy file name to clipboardExpand all lines: create_framework/unit_testing.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,4 +212,4 @@ safely think about the next batch of features we want to add to our framework.
212212

213213
.. _`PHPUnit`: https://phpunit.de/manual/current/en/index.html
214214
.. _`test doubles`: https://phpunit.de/manual/current/en/test-doubles.html
215-
.. _`XDebug`: http://xdebug.org/
215+
.. _`XDebug`: https://xdebug.org/

‎deployment/azure-website.rst

Copy file name to clipboardExpand all lines: deployment/azure-website.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,6 @@ of steps needed so that deployment becomes even easier.
453453

454454
.. _`sign up with Azure`: https://azure.microsoft.com/free/
455455
.. _`Azure Portal`: https://portal.azure.com
456-
.. _`PHP MSDN documentation`: http://blogs.msdn.com/b/silverlining/archive/2012/07/10/configuring-php-in-windows-azure-websites-with-user-ini-files.aspx
457-
.. _`git-scm.com`: http://git-scm.com/download
456+
.. _`PHP MSDN documentation`: https://blogs.msdn.com/b/silverlining/archive/2012/07/10/configuring-php-in-windows-azure-websites-with-user-ini-files.aspx
457+
.. _`git-scm.com`: https://git-scm.com/download
458458
.. _`SymfonyAzureEdition`: https://github.com/beberlei/symfony-azure-edition/

‎doctrine/dbal.rst

Copy file name to clipboardExpand all lines: doctrine/dbal.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ mapping type:
195195
),
196196
));
197197
198-
.. _`PDO`: http://www.php.net/pdo
198+
.. _`PDO`: https://php.net/pdo
199199
.. _`Doctrine`: http://www.doctrine-project.org
200200
.. _`DBAL Documentation`: http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/index.html
201201
.. _`Custom Mapping Types`: http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/types.html#custom-mapping-types

‎forms.rst

Copy file name to clipboardExpand all lines: forms.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,5 +738,5 @@ Learn more
738738
* :doc:`/http_cache/form_csrf_caching`
739739

740740
.. _`Symfony Form component`: https://github.com/symfony/form
741-
.. _`DateTime`: http://php.net/manual/en/class.datetime.php
741+
.. _`DateTime`: https://php.net/manual/en/class.datetime.php
742742
.. _`2.8 UPGRADE Log`: https://github.com/symfony/symfony/blob/2.8/UPGRADE-2.8.md#form

‎performance.rst

Copy file name to clipboardExpand all lines: performance.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,10 @@ Learn more
212212
* :doc:`/http_cache/form_csrf_caching`
213213

214214
.. _`byte code caches`: https://en.wikipedia.org/wiki/List_of_PHP_accelerators
215-
.. _`OPcache`: http://php.net/manual/en/book.opcache.php
215+
.. _`OPcache`: https://php.net/manual/en/book.opcache.php
216216
.. _`bootstrap file`: https://github.com/sensiolabs/SensioDistributionBundle/blob/master/Composer/ScriptHandler.php
217217
.. _`Composer's autoloader optimization`: https://getcomposer.org/doc/articles/autoloader-optimization.md
218-
.. _`APC`: http://php.net/manual/en/book.apc.php
218+
.. _`APC`: https://php.net/manual/en/book.apc.php
219219
.. _`APCu Polyfill component`: https://github.com/symfony/polyfill-apcu
220-
.. _`APCu PHP functions`: http://php.net/manual/en/ref.apcu.php
220+
.. _`APCu PHP functions`: https://php.net/manual/en/ref.apcu.php
221221
.. _`cachetool`: https://github.com/gordalina/cachetool

‎reference/configuration/framework.rst

Copy file name to clipboardExpand all lines: reference/configuration/framework.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ configured under the ``framework`` key in your application configuration.
1111
.. code-block:: terminal
1212
1313
# displays the default config values defined by Symfony
14-
$ php bin/console config:dump framework
14+
$ php app/console config:dump framework
1515
1616
# displays the actual config values used by your application
17-
$ php bin/console debug:config framework
17+
$ php app/console debug:config framework
1818
1919
.. note::
2020

‎reference/constraints/GreaterThan.rst

Copy file name to clipboardExpand all lines: reference/constraints/GreaterThan.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,4 +304,4 @@ comparison value.
304304

305305
.. include:: /reference/constraints/_payload-option.rst.inc
306306

307-
.. _`accepted by the DateTime constructor`: http://www.php.net/manual/en/datetime.formats.php
307+
.. _`accepted by the DateTime constructor`: https://php.net/manual/en/datetime.formats.php

‎reference/constraints/GreaterThanOrEqual.rst

Copy file name to clipboardExpand all lines: reference/constraints/GreaterThanOrEqual.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,4 +302,4 @@ to the comparison value.
302302

303303
.. include:: /reference/constraints/_payload-option.rst.inc
304304

305-
.. _`accepted by the DateTime constructor`: http://www.php.net/manual/en/datetime.formats.php
305+
.. _`accepted by the DateTime constructor`: https://php.net/manual/en/datetime.formats.php

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.