Lines Matching refs:php

58   must migrate. Run `./bin/migrateto32.php` for more info.
87 * Added Sharing, ICSExport and VCFExport plugins to `groupwareserver.php`
209 * Removed the `simplefsserver.php` example file. It's not simple enough.
282 * #740: Bugs in `migrate20.php` script.
331 * Fixed a whole bunch of incorrect php docblocks.
385 * `migrate22.php` is now called `migrate30.php`.
386 * Using php-cs-fixer for automated coding standards enforcement and fixing.
534 * #740: Bugs in `migrate20.php` script.
677 run `bin/migrate21.php` to upgrade your database schema.
810 * #467: Fixed a problem in `examples/calendarserver.php`.
871 * Removed: `lib/Sabre/autoload.php`. Use `vendor/autoload.php` instead.
1240 * Removed: Sabre.includes.php was deprecated, and is now removed.
1393 * Fixed: Added a workaround for the fact that php's DateInterval cannot parse
1463 * Added: An includes.php file in every sub-package (CalDAV, CardDAV, DAV,
1544 * Changed: Added 'GuessContentType' plugin to fileserver.php example.
1621 * Fixed: Issue 142: Bugs in groupwareserver.php example.
1635 * BC Break: lib/Sabre.autoload.php is now removed in favor of
1636 lib/Sabre/autoload.php.
1695 file ending in .php. This is a slight BC break.
1856 * Changed: Removed CalDAV items from includes.php, and added a few missing ones.
1887 * Changed: Autoloader moved to Sabre/autoload.php.
2010 * Added: Moved autoload from lib/ to lib/Sabre/autoload.php. This is also the
2088 with Sabre.autoload.php due to a incorrect filename.
2321 classes, or just including lib/Sabre.includes.php. This fix was made to allow
2326 * Updated: Removed ?> from the bottom of each php file.