xampp

make script execution to unlimited

馋奶兔 提交于 2019-11-28 06:09:58
I need to run a script into localhost (xampp) which will generate 14400 records and adds them into database, I have set the max_execution_time = 50000000000 , I dont know if I can make it unlimited by setting it to 0 or -1. But I tried this script before with this max_execution_time to 50000000000 and yet it stoped at certain point, I dont know what else could limit the execution time, I have been running this a lot of times and I am tired of waiting and failing again, what should I change before I run this script again and this time to finish the job? You'll have to set it to zero. Zero means

Wordpress and Xampp not open child pages

倾然丶 夕夏残阳落幕 提交于 2019-11-28 06:08:10
问题 I'm working with wordpress + xampp but I can not see the child pages. Appears: Object not found! The requested URL was not found on this server. The link on that page seems to be in an error or out of date. Please inform the author of that page about the error. If you think this is a server problem, please contact the webmaster. error 404 localhost Apache / 2.4.12 (Win32) OpenSSL / 1.0.1l PHP / 5.6.8 回答1: By default, Xampp has FollowSymlinks disabled. See point 4 on how to enable mod rewrite

Mac OSX PHP and XAMPP path issue

喜欢而已 提交于 2019-11-28 06:01:01
I have installed XAMPP on Mac OSX running Yosemite I have created the .bash_profile file like this: export XAMPP_HOME=/Applications/XAMPP/xamppfiles export PATH=${XAMPP_HOME}/bin/php:${PATH} export PATH When I type echo $PATH in terminal, I get correct XAMPP path But when I type "which php" it shows /usr/bin/php How can I make my XAMPP use the correct php instead of default php that came with mac? To use the XAMPP PHP and other binaries found in /Applications/XAMPP/bin/ by default this is the correct entry for ~/.bash_profile export XAMPP_HOME=/Applications/XAMPP export PATH=${XAMPP_HOME}/bin:

Using a DLL With PHP for Dummies

血红的双手。 提交于 2019-11-28 05:59:59
I have a project that needs to access a DLL with PHP. The server is a Windows machine and the Apache server is provided by XAMPP. I read multiple answers on the web like Use DLL in PHP? php communication with dll? calling dll through php http://ca.php.net/manual/en/class.com.php http://ca2.php.net/manual/en/book.w32api.php http://www.talkphp.com/absolute-beginners/3340-php-how-load-com-dll-file.html Here is how I call the DLL in HTA / Javascript : <object style="display:none" id="SOME_ID" classid="clsid:SOME_CLASS_ID" codebase="./somePath.dll"></object> Does someone have a working example?

xampp mac 版安装

烂漫一生 提交于 2019-11-28 05:38:48
欢迎光临 XAMPP 的 Mac OS X 版 适用于 Mac OS X 的 XAMPP 是 Mac OS X 上最简单,最实用,也最完整的网络服务器解决方案。该发行版包括整合了最新的 MySQL、PHP,和 Perl 的 Apache 2 服务器。它以 Mac OS X 安装包的方式发布,包含所有必须的文件,无需下载其它东西。 如果您是一位有经验的网络开发人员,或者是需要运行服务器、创建的动态网页或使用数据库的 Mac 爱好者,这就是您要找的东西! 该版本需要 Mac OS X 10.4 (Intel&PPC) 或更高。 安装过程仅 4 个步骤 步骤 1:下载 BitNami Add-ons : WordPress, Drupal, Joomla! and more 步骤 2:安装 步骤 3:开始运行 步骤 4:测试 使用说明 安全问题(必读!) 高级的启动与停止参数 什么东西放在哪里? 停止 XAMPP 卸载 致谢 安装过程仅 4 个步骤 步骤 1:下载 只需点击下面的链接。下载最新版总是好主意。:) 完整的下载列表(老版本)可在 SourceForge 找到。 目前还没有版本更新记录。 XAMPP 的 Mac OS X 版 1.8.2, 2013年 7月 18日 版本 大小 相关信息 XAMPP Mac OS X 1.8.3 PHP 5.4 Universal Binary

Oracle instantclient DYLD_LIBRARY_PATH error

那年仲夏 提交于 2019-11-28 05:20:40
问题 I am using Xamppp for macos on OSX 10.9 with Php 5.4.19 I've installed oracle instantclient and i can see oci8 is enabled in phpinfo (below): OCI8 Support enabled Version 1.4.9 Revision $Id: 44bfa713983a99b3e59477f6532e5fb51b6dee94 $ Active Persistent Connections 0 Active Connections 0 I can see DYLD_LIBRARY_PATH is set in my phpinfo also. DYLD_LIBRARY_PATH /usr/local/instantclient/11.2.0.3 But when i try to connect with php i got the same error for two days now :( Warning: oci_connect():

mysql said: Cannot connect: invalid settings. xampp

浪子不回头ぞ 提交于 2019-11-28 04:29:05
I changed the root password to test and now I cannot login in phpMyAdmin page in XAMPP. I looked for help here and here which basically says changed config.inc.php file in XAMPP\PHPMYADMIN folder. /* Authentication type and info */ $cfg['Servers'][$i]['auth_type'] = 'config'; $cfg['Servers'][$i]['host'] = 'localhost'; $cfg['Servers'][$i]['connect_type'] = 'tcp'; $cfg['Servers'][$i]['compress'] = false; $cfg['Servers'][$i]['user'] = 'root'; $cfg['Servers'][$i]['password'] = 'test'; <---- changed this $cfg['Servers'][$i]['extension'] = 'mysql'; $cfg['Servers'][$i]['AllowNoPassword'] = true; /*

eclipse xdebug session never completes

雨燕双飞 提交于 2019-11-28 04:04:46
I am trying to get xdebug working with eclipse (3.5) / php (on xampp windows 7). I have verified xdebug is enabled in php - I have the fancy output and my phpinfo shows all the xdebug stuff. I have remote debug on, and typed in the lan ip address on my eclipse machine. When I tell eclipse to debug, it launches the browser and passes the debug URL parameters. That looks OK. However, in eclipse debug perspective it shows 'launching myproject' 57% 'waiting for xdebug session'. It sits there forever. I have turned off windows firewall on both machines. I tried turning implicit flush on. Any ideas?

What may cause an ERR_CONNECTION_RESET error, on xampp while using session

有些话、适合烂在心里 提交于 2019-11-28 04:00:04
问题 I have problem with xampp (Windows) where I have session_start(); in my file but it like drops that request... When I try to access page with localhost/folder/index.php it works but when i try external ip/folder/index.php or 127.0.0.1/folder/index.php or [::1]/folder/index.php it just drops connection (tried multiple browsers and chrome gives ERR_CONNECTION_RESET ... I am clueless and I desperately need help... It worked when I removed session_start(); from my file... When I make new file

Apache won't run in xampp

好久不见. 提交于 2019-11-28 03:42:37
I have just installed XAMPP and everything works fine except that I can't get apache to run. It seems that port 80 is the problem, I have disabled Skype to use port 80 but it doesn't seem to fix it. I read somewhere that the SSL port can be the problem and should be changed. But I cant figure out were the port is or how to change it. "Check the "/xampp/apache/logs/error.log" file" I have tried to check this file but inside "logs" there isn't anything. From apache I can go to error but there is not any recently changed documents. The error: 20:34:24 [Apache] Problem detected! 20:34:24 [Apache]