xampp

win7下CodeIgniter安装

依然范特西╮ 提交于 2020-02-14 02:59:33
一、CodeIgniter是什么 CodeIgniter 是一套给 PHP 网站开发者使用的应用程序开发框架和工具包。 它的目标是让你能够更快速的开发,它提供了日常任务中所需的大量类库, 以及简单的接口和逻辑结构。 简单来说就是一套开源的、轻量级的php框架 二、CodeIgniter下载 http://codeigniter.org.cn/ ,下载后解压。 三、CodeIgniter安装 上一篇已经写过xampp环境搭建,https://www.cnblogs.com/qingqing-919/p/11132244.html,将解压后的CodeIgniter 复制,粘贴到xampp安装目录\xampp\htdocs文件夹下。 四、测试CodeIgniter 是否安装成功 启动xampp中apache服务,自动方法在搭建中已经说过。找到xampp安装目录,双击目录下的:xampp-control.exe ,启动xampp的控制台,在这个控制台中对Apache启动。 浏览器中访问 http://localhost/CodeIgniter/index.php/Welcome(这里是我本机路径,如果存放路径不同需要改成跟自己本机一致) 这样就安装成功了。 来源: https://www.cnblogs.com/qingqing-919/p/11132402.html

install crypt blowfish on xampp on windows

为君一笑 提交于 2020-02-08 02:30:53
问题 I have a module for a zencart which requires Blowfish Encryption on my server. At the moment I'm just testing on my localhost which is xampp on a windows machine. Ive googled and looked on stackoverflow but can't find any instructions (at least that I understand) on how to do it. Is it even possible? thanks :) 回答1: Actually, if you use the latest XAMPP, mcrypt is installed by default. According to the PHP website: PHP 5.3 Windows binaries uses the static version of the MCrypt library, no DLL

Error: MySQL shutdown unexpectedly. While Trying to start Mysql on Xampp

老子叫甜甜 提交于 2020-02-05 11:55:06
问题 My xampp can't running mysql. Thousand solution on the internet I already do, but still don't give me the solution. This is the error log : 2018-05-30 02:14:31 1408 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator. 2018-05-30 2:14:31 5128 [Note] InnoDB: innodb_empty_free_list_algorithm has been changed to legacy because of small

mac下xampp的使用

喜欢而已 提交于 2020-02-04 18:29:31
安装 brew cask install xampp 默认账号root,无密码 升级xampp后,需要更新数据表 /Applications/XAMPP/xamppfiles/bin/mariadb-upgrade 旧的mysql_upgrade vs 新的mariadb-upgrade https://mariadb.com/kb/en/mysql_upgrade/ 来源: https://www.cnblogs.com/shengulong/p/12260277.html

XAMPP 3.2.1 and typo3 6.2 OpenSSL not working

☆樱花仙子☆ 提交于 2020-02-04 05:21:05
问题 I do have the following problem. Trying to install typo3 6.2 on my local machine under xampp 3.2.1 Installer tells me "PHP OpenSSL extension not working" What I've done so far: checked extension=php_openssl.dll in my php/bin "sysext", "rsaauth" and "saltedpasswords" are in my typo3 folder apache ssl_module is running put ssl in the system variables I've also tried a downgrade to OpenSSL 0.9.8, but still getting the error. Btw, I've restarted xampp after every edit. I'm running xampp on

why is mysql database deactivated on xampp status but green on the xampp control panel applocation?

久未见 提交于 2020-02-04 04:51:26
问题 I have an issue with XAMPP 1.7.4. So far it has been doing great on windows 7 and 8, but when I tried installing it on windows xp service pack 3, it gave me a MySQL error #2002. The BIG issue was that in the status page the MYSQL Database was noted as DEACTIVATED as seen in the screenshot below: Meanwhile, in the XAMPP control panel application, MySQL is actually running well, even in the services tab, so what could be the problem with this set up??? 回答1: My problem : MySql Status appears as

Disable xDebug on phpMyAdmin

做~自己de王妃 提交于 2020-02-03 05:16:06
问题 I am using xDebug for a first time. Everything works well, but when I want to go on localhost/phpmyadmin it want to start debug (I don't have breakpoints here). How can I disable it only for phpmyadmin? My config: [XDebug] zend_extension = "C:\xampp\php\ext\php_xdebug.dll" xdebug.profiler_append = 0 xdebug.profiler_enable = 1 xdebug.profiler_enable_trigger = 0 xdebug.profiler_output_dir = "C:\xampp\tmp" xdebug.profiler_output_name = "cachegrind.out.%t-%s" xdebug.remote_enable = on xdebug

新建一个TP5.1项目

不羁的心 提交于 2020-02-02 00:23:29
新建一个TP5.1项目 PHP运行的环境 在windows和linux上推荐使用xampp,这是一个集成的PHP环境,基本上有需要开发的全部组件 在mac上推荐使用mamp,这个工具好像是专属于mac的,不过它的强大之处在于很快的就可进行虚拟域名的配置,便于项目的快速开发 开始下载我们的tp5.1项目(准备) 文档地址 首先这里贴出看云上的tp5.1文档地址https://www.kancloud.cn/manual/thinkphp5_1/353946 composer 这里使用composer安装TP5.1项目,说一下,composer是一个十分强大的php的依赖安装器,如果没有安装的,我这里有一篇介绍composer和安装的博客https://blog.csdn.net/qq_45163122/article/details/104136528 安装tp5.1 打开我们的工作目录,以windows下xampp的项目目录为 每个人可能不同,要看安装的xampp在什么位置下,打开相应的文件夹就可以了 打开命令行,打开xampp的项目根目录 cd c:\xampp\htdocs 使用以下命令下载并安装tp5.1,后面可以自己命名 composer create-project topthink/think=5.1.* tp5 当我们命令行提示成功之后

XAMPP/MySQL: could not open single-table tablespace file .\mysql\innodb_index_stats.ibd after restart of MySQL

南楼画角 提交于 2020-01-31 03:16:12
问题 I've installed Drupal on my local XAMPP Server. It worked all fine, no problems with including and working with the database/site till i restarted XAMPP. Since then I get the following at my logfile: 2013-09-02 16:18:46 2544 [Note] Plugin 'FEDERATED' is disabled. 2013-09-02 16:18:46 3e8 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory