search for: zend

Displaying 20 results from an estimated 148 matches for "zend".

Did you mean: end
2009 Sep 25
1
help about Zend Optimizer and nfs
Hi pls help 1/ I run application but it said "Attention: Zend Optimizer not Installed" but I type php -v Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies Why? 2/ ls nfs working except tcp? I don't know how to debug Thank you __________________________________________________________________ Yahoo! Canada Toolbar: Search fro...
2012 Jul 20
0
CentOS 6.2 x86_64 + PHP 5.3.3 + Zend Guard Loader v3.3 == Segfault
Hello everyone, I've got issues getting Zend Guard Loader v3.3 running. Tried several installations, doesn't work for any. Once I install Zend Guard Loader my PHP CLI binary starts to segfault *at exit*. Same is true for apache processes with mod_php enabled: Works until you SIGHUP your apache processes. Doing that your webserver quit...
2014 Apr 08
1
[CentALT] php-redis depedency error.
...t sunshare ~]$ sudo yum install php-redis [sudo] password for sunshare: Loaded plugins: refresh-packagekit, security Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package php-redis.x86_64 77:2.2.1-5.el6 will be installed --> Processing Dependency: php(zend-abi) = 20090626-x86-64 for package: 77:php-redis-2.2.1-5.el6.x86_64 --> Finished Dependency Resolution Error: Package: 77:php-redis-2.2.1-5.el6.x86_64 (CentALT) Requires: php(zend-abi) = 20090626-x86-64 Installed: php-common-5.3.28-4.el6.x86_64 (@CentALT) php...
2016 Aug 25
3
Centos 7 and php 5.5
...Available: php-common-5.4.45-10.el7.remi.x86_64 (remi) php(api) = 20100412-64 Available: php-common-5.5.37-1.el6.remi.x86_64 (remi-php55) php(api) = 20121113-64 Error: Package: php-pecl-jsonc-1.3.10-1.el7.remi.5.4.x86_64 (remi) Requires: php(zend-abi) = 20100525-64 Removing: php-common-5.4.45-11.el7.remi.x86_64 (@remi) php(zend-abi) = 20100525-64 Updated By: php-common-5.5.38-1.el6.remi.x86_64 (remi-php55) php(zend-abi) = 20121212-64 Available: php-common-5.4.16-36.el7_1.x8...
2006 May 23
4
Protecting the source code.
...b project. Will be a project that my boss wants to sell, and he don''t think show the source code is a good idea and me neither, I love free software but on this case will be a software made for a company who wants to try to make some money with it. My question is: PHP have things like Zend Guard (http://www.zend.com/products/zend_guard), who encode and obfuscate the source code running on the web server. I didn''t see yet some solution like this for Rails. Maybe we''ll have something like that on a near future (1 or 2 years)? Is there some plan to make some tool...
2003 Sep 17
3
OpenSSH 3.7.1 compatibility problems on Linux
...ce where to look for solution or what can be changed to make these clients work again? Is there any logging options that could help to see why the server fails to authenticate? Syslog shows just "Failed password for <username>" which is not very helpful. -- Stanislav Malyshev, Zend Products Engineer stas at zend.com http://www.zend.com/ +972-3-6139665 ext.109
2012 Jul 18
3
pecl install json on CentOS 5.8
...pear.php.net" has updated its protocols, use "channel-update pear.php.net" to update downloading json-1.2.1.tgz ... Starting to download json-1.2.1.tgz (17,780 bytes) ......done: 17,780 bytes 11 source files, building running: phpize Configuring for: PHP Api Version: 20041225 Zend Module Api No: 20050922 Zend Extension Api No: 220051025 /usr/bin/phpize: /tmp/tmpJaaJaV/json-1.2.1/build/shtool: /bin/sh: bad interpreter: Permission denied Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment variable is set correctly and then rer...
2008 Apr 24
0
[LLVMdev] PHP Zend LLVM extension (SoC)
...type inference for you. > > I'd put it another way: an existing llvm pass won't do type inference > for you. The right way to tackle this is to write an language- > specific pass on LLVM IR that knows your runtime and can propagate > types around. > Or just do it at the Zend bytecode level. The meta-point is that performing that kind of optimization requires higher level knowledge than what is explicitly represented in the LLVM IR. To obtain it, you either need to optimize at a higher level or write an LLVM optimization that encodes language-specific high-level...
2016 Aug 25
0
Centos 7 and php 5.5
...on-5.4.45-10.el7.remi.x86_64 (remi) > php(api) = 20100412-64 > Available: php-common-5.5.37-1.el6.remi.x86_64 (remi-php55) > php(api) = 20121113-64 > Error: Package: php-pecl-jsonc-1.3.10-1.el7.remi.5.4.x86_64 (remi) > Requires: php(zend-abi) = 20100525-64 > Removing: php-common-5.4.45-11.el7.remi.x86_64 (@remi) > php(zend-abi) = 20100525-64 > Updated By: php-common-5.5.38-1.el6.remi.x86_64 (remi-php55) > php(zend-abi) = 20121212-64 > Available: php-commo...
2009 Dec 17
3
PHP-5.3 in Centos 5.4
Hi, I'm looking for a repository of PHP-5.3 compatible with the requirements of Zend http://framework.zend.com/manual/en/requirements.html requirements.extensions, repos are being upgraded, that repo is exist or any way is a compilation of php from source? For at ll
2006 Mar 21
5
Encrypting source / application licensing
Hey folks- If I wanted to distribute my code to users that would run the code on their own machine, how could I go about encrypting the source to run on a user''s machine? PHP has the Zend Encoder among others, I believe. Is there anything similar for Ruby? Jake -- Posted via http://www.ruby-forum.com/.
2008 Apr 24
1
[LLVMdev] PHP Zend LLVM extension (SoC)
...mething that is able to be redefined later) 2) IR construction: no type check, no type-oriented instructions (eg no CreateFDiv) 3) Add some meta-information on each instruction (is that the Annotation thing?) 4) Perform the type inference. 5) Perform type checking. > > Or just do it at the Zend bytecode level. I think that's currently the only solution. However: A) Suppose you don't have a bytecode for your language or you would like to directly transform your language to LLVM IR. You don't want to end up creating an instruction set which would be very similar to LLVM IR....
2008 Apr 24
2
[LLVMdev] PHP Zend LLVM extension (SoC)
On Apr 23, 2008, at 10:49 PM, Owen Anderson wrote: > > On Apr 23, 2008, at 1:44 PM, Nuno Lopes wrote: > >> Thank you both for your answers! >> That part of type inference was my second question. PHP uses a >> structure >> with a union to represent a variable (because a variable can have >> different >> types, like a long, a double, a stream,
2008 Apr 22
0
[LLVMdev] PHP Zend LLVM extension (SoC)
Hi Nuno, On Apr 22, 2008, at 18:44, Nuno Lopes wrote: > PHP has a Google Summer of Code project approved to create an LLVM > extension for the PHP's VM (Zend). (http://code.google.com/soc/2008/php/appinfo.html?csaid=73D5F5E282F9163F > ). I'll be mentoring that project (and the student is CC'ed). > Although I've already contributed a few patches to clang, I haven't > hacked LLVM much, so I would like to gather some advise be...
2023 May 26
2
IUS not pulling latest PHP packages
...- ius-release-2-1.el7.ius.noarch - epel-release-7-14.noarch IUS not pulling the latest PHP packages. I have ran yum clean metadata and yum clean all commands but no luck. The latest version is *7.4.33* # php -v PHP 7.4.30 (cli) (built: Jun 10 2022 16:22:42) ( NTS ) Copyright (c) The PHP Group Zend Engine v3.4.0, Copyright (c) Zend Technologies with Zend OPcache v7.4.30, Copyright (c), by Zend Technologies EPEL repository #########################cat /etc/yum.repos.d/epel.repo################################################################ [epel] name=Extra Packages for Enterprise Linux...
2023 May 26
1
IUS not pulling latest PHP packages
...-7-14.noarch > > IUS not pulling the latest PHP packages. I have ran yum clean metadata > and yum clean all commands but no luck. > > The latest version is *7.4.33* > > # php -v > PHP 7.4.30 (cli) (built: Jun 10 2022 16:22:42) ( NTS ) > Copyright (c) The PHP Group > Zend Engine v3.4.0, Copyright (c) Zend Technologies > with Zend OPcache v7.4.30, Copyright (c), by Zend Technologies > > EPEL repository > #########################cat > /etc/yum.repos.d/epel.repo################################################################ > [epel] > name=E...
2008 Apr 24
0
[LLVMdev] PHP Zend LLVM extension (SoC)
On Apr 23, 2008, at 1:44 PM, Nuno Lopes wrote: > Thank you both for your answers! > That part of type inference was my second question. PHP uses a > structure > with a union to represent a variable (because a variable can have > different > types, like a long, a double, a stream, etc..), but often a single > variable > will only have one type throughout the program
2008 Apr 24
0
[LLVMdev] PHP Zend LLVM extension (SoC)
...he ones based on .class or .NET cli formats. This of course can be done if the .bc format is mature and stable, else it can only be used as a cache. Good luck, Razvan > Hi, > > PHP has a Google Summer of Code project approved to create an LLVM > extension > for the PHP's VM (Zend). > (http://code.google.com/soc/2008/php/appinfo.html?csaid=73D5F5E282F9163F). > I'll be mentoring that project (and the student is CC'ed). > Although I've already contributed a few patches to clang, I haven't hacked > LLVM much, so I would like to gather some advise bef...
2008 Apr 23
2
[LLVMdev] PHP Zend LLVM extension (SoC)
...nly need to fix clang to compile PHP :P Thanks, Nuno ----- Original Message ----- From: "Gordon Henriksen" <gordonhenriksen at mac.com> To: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> Sent: Wednesday, April 23, 2008 12:17 AM Subject: Re: [LLVMdev] PHP Zend LLVM extension (SoC) Hi Nuno, On Apr 22, 2008, at 18:44, Nuno Lopes wrote: > PHP has a Google Summer of Code project approved to create an LLVM > extension for the PHP's VM (Zend). > (http://code.google.com/soc/2008/php/appinfo.html?csaid=73D5F5E282F9163F > ). I'll be mento...
2008 Apr 22
5
[LLVMdev] PHP Zend LLVM extension (SoC)
Hi, PHP has a Google Summer of Code project approved to create an LLVM extension for the PHP's VM (Zend). (http://code.google.com/soc/2008/php/appinfo.html?csaid=73D5F5E282F9163F). I'll be mentoring that project (and the student is CC'ed). Although I've already contributed a few patches to clang, I haven't hacked LLVM much, so I would like to gather some advise before misleading the s...