search for: extension_dir

Displaying 15 results from an estimated 15 matches for "extension_dir".

2015 Oct 28
1
phpMyAdmin mbstring extension is missing
Yeah, something changed my php.ini as follows: ; Directory in which the loadable extensions (modules) reside. ; http://php.net/extension-dir extension_dir = "./" ; On windows: ; extension_dir = "ext" extension_dir = "/etc/php.d" This directory has a bunch of .ini files, so I changed it to the location of the .so files: ; Directory in which the loadable extensions (modules) reside. ; http://php.net/extension-dir extensi...
2015 Oct 28
2
phpMyAdmin mbstring extension is missing
Yes, it does in /usr/lib64/php/modules/ Frank M. Ramaekers Jr. -----Original Message----- From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of Frank Cox Sent: Tuesday, October 27, 2015 5:30 PM To: centos at centos.org Subject: Re: [CentOS] phpMyAdmin mbstring extension is missing On Tue, 27 Oct 2015 17:23:15 -0500 Frank M. Ramaekers wrote: > It has already
2015 Oct 27
4
phpMyAdmin mbstring extension is missing
...rying to install phpMyAdmin (http). When I access http://server/phpMyAdmin it throws: The mbstring extension is missing. Please check your PHP configuration. There is a mbstring.ini in /etc/php.d with: ; Enable mbstring extension module Extension=mbstring.so /etc/php.ini has: : extension_dir = "/etc/php.d" : Not sure where to go now. Frank M. Ramaekers Jr. | Systems Programmer | Information Technology | American Income Life Insurance | 254-761-6649
2015 Mar 24
2
error building php spec file
...{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Obsoletes: php %description PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. %prep %setup -q -n %{name}-%{version} %build EXTENSION_DIR=%{_libdir}/php/modules; export EXTENSION_DIR %configure --with-layout=GNU --with-libdir=lib64 --with-enchant \ --enable-fpm --with-gd --enable-intl --enable-mbstring --enable-pcntl \ --enable-soap --enable-sockets --enable-sqlite-utf8 --enable-zip --with-zlib \ --with-curl --with-jpeg-dir --with-pn...
2015 Mar 24
2
error building php spec file
...tes: php > > > > %description > > PHP is a widely-used general-purpose scripting language that is > especially > > suited for Web development and can be embedded into HTML. > > > > %prep > > %setup -q -n %{name}-%{version} > > %build > > EXTENSION_DIR=%{_libdir}/php/modules; export EXTENSION_DIR > > %configure --with-layout=GNU --with-libdir=lib64 --with-enchant \ > > --enable-fpm --with-gd --enable-intl --enable-mbstring --enable-pcntl \ > > --enable-soap --enable-sockets --enable-sqlite-utf8 --enable-zip > > --with-zlib...
2016 Mar 26
2
PHP bindings fail on Ubuntu for xapian-bindings-1.2.21
...the sources are still at xapian-bindings-1.2.12 and I get the following: " make check-TESTS make[4]: Entering directory `/home/ywarnier/xapian-bindings-1.2.12/debian/build/php5/php' /bin/bash: line 5: 313 Segmentation fault /usr/bin/php5 -n -d safe_mode=off -d enable_dl=on -d extension_dir='/home/ywarnier/xapian-bindings-1.2.12/debian/build/php5/php/.libs' -d include_path='php5:../../../../php/php5' ${dir}$tst FAIL: smoketest.php ======================================= 1 of 1 test failed " I'm really not that useful at debugging packaging commands, so I wan...
2015 Mar 24
0
error building php spec file
...}-%{version}-%{release}-buildroot > > Obsoletes: php > > %description > PHP is a widely-used general-purpose scripting language that is especially > suited for Web development and can be embedded into HTML. > > %prep > %setup -q -n %{name}-%{version} > %build > EXTENSION_DIR=%{_libdir}/php/modules; export EXTENSION_DIR > %configure --with-layout=GNU --with-libdir=lib64 --with-enchant \ > --enable-fpm --with-gd --enable-intl --enable-mbstring --enable-pcntl \ > --enable-soap --enable-sockets --enable-sqlite-utf8 --enable-zip > --with-zlib \ > --with-curl...
2016 Mar 26
3
PHP bindings fail on Ubuntu for xapian-bindings-1.2.21
...the following: >> >> " >> make check-TESTS >> make[4]: Entering directory >> `/home/ywarnier/xapian-bindings-1.2.12/debian/build/php5/php' >> /bin/bash: line 5: 313 Segmentation fault /usr/bin/php5 -n -d >> safe_mode=off -d enable_dl=on -d extension_dir='/home/ywarnier/xapian-bindings-1.2.12/debian/build/php5/php/.libs' >> -d include_path='php5:../../../../php/php5' ${dir}$tst >> FAIL: smoketest.php >> ======================================= >> 1 of 1 test failed > > That's probably this bug: >...
2015 Oct 27
0
phpMyAdmin mbstring extension is missing
...s: > > > > The mbstring extension is missing. Please check your PHP configuration. > > > > There is a mbstring.ini in /etc/php.d with: > > ; Enable mbstring extension module > > Extension=mbstring.so > > > > /etc/php.ini has: > > : > > extension_dir = "/etc/php.d" > > : > > > > Not sure where to go now. > > > > Frank M. Ramaekers Jr. | Systems Programmer | Information Technology | > American Income Life Insurance | 254-761-6649 > > > > _______________________________________________ >...
2015 Oct 27
2
phpMyAdmin mbstring extension is missing
...s: > > > > The mbstring extension is missing. Please check your PHP configuration. > > > > There is a mbstring.ini in /etc/php.d with: > > ; Enable mbstring extension module > > Extension=mbstring.so > > > > /etc/php.ini has: > > : > > extension_dir = "/etc/php.d" > > : > > > > Not sure where to go now. > > > > Frank M. Ramaekers Jr. | Systems Programmer | Information Technology | > American Income Life Insurance | 254-761-6649 > > > > _______________________________________________ &gt...
2015 Oct 27
0
phpMyAdmin mbstring extension is missing
On 10/27/2015 2:57 PM, Frank M. Ramaekers wrote: > /etc/php.ini has: > > : > > extension_dir = "/etc/php.d" that seems wrong, mine has no such field. (the commented out default value is ./ ) the extension .so files should be in /usr/lib64/php/modules -- john r pierce, recycling bits in santa cruz
2016 Mar 26
0
PHP bindings fail on Ubuntu for xapian-bindings-1.2.21
...dings-1.2.12 > and I get the following: > > " > make check-TESTS > make[4]: Entering directory > `/home/ywarnier/xapian-bindings-1.2.12/debian/build/php5/php' > /bin/bash: line 5: 313 Segmentation fault /usr/bin/php5 -n -d > safe_mode=off -d enable_dl=on -d extension_dir='/home/ywarnier/xapian-bindings-1.2.12/debian/build/php5/php/.libs' > -d include_path='php5:../../../../php/php5' ${dir}$tst > FAIL: smoketest.php > ======================================= > 1 of 1 test failed That's probably this bug: https://trac.xapian.org/ticke...
2016 Mar 26
0
PHP bindings fail on Ubuntu for xapian-bindings-1.2.21
..." >>> make check-TESTS >>> make[4]: Entering directory >>> `/home/ywarnier/xapian-bindings-1.2.12/debian/build/php5/php' >>> /bin/bash: line 5: 313 Segmentation fault /usr/bin/php5 -n -d >>> safe_mode=off -d enable_dl=on -d >>> extension_dir='/home/ywarnier/xapian-bindings-1.2.12/debian/build/php5/php/.libs' >>> >>> -d include_path='php5:../../../../php/php5' ${dir}$tst >>> FAIL: smoketest.php >>> ======================================= >>> 1 of 1 test failed >> >&gt...
2004 Aug 06
1
Re: [icecast-dev] Hot Topic: Icecast in MacromediaFlash
...on=php_shmop.dll extension=php_sockets.dll ;extension=php_sybase_ct.dll ;extension=php_tokenizer.dll make sure sockets is uncommented you will also need to set the path you where your extension directory resides, which you can do here ; Directory in which the loadable extensions (modules) reside. extension_dir = C:\apache\php\extensions\ (this is where i had mine set to) Keep in mind also that i have not tested any of that under windows, so it may vary, i tested that under linux. Hope that sheds some light for ya. Dave St John Mediacast1 Administration ----- Original Message ----- From: "Macsym&...
2004 Aug 06
2
Re: [icecast-dev] Hot Topic: Icecast in MacromediaFlash
Here is some code i wrote to send a mp3 file to a shoutcast server, with a little modification im sure you could change it and use it to connect to icecast2 and write various things etc... not sure but here it is ------------------------------------------------------ <?php $port = '8000'; $ip = '127.0.0.1'; $fileplay = './whatever.mp3'; $password = 'changme'