473,549 Members | 3,048 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Is there a difference between Zend Extension and PHP Extensions

Hi All,

Is there a difference between Zend Extension and PHP
Extensions

In php.ini
For Mysql we have
extension=mysql .so

But for XDEBUG we have
zend_extension = /usr/lib/php4/20020429/xdebug.so

So what is the difference between these ?

Thanks in Advance
Moses
Mar 31 '08 #1
1 3688

After surfing a while here I got the answer.

Zend Engine extensions are extensions that are implemented right into
the engine itself. For those of you who do not know, the Zend engine
is what PHP is built on. It is the engine that parses, interprets and
executes your PHP scripts. Changing the engine itself will change the
way PHP works. Anything that will affect the language itself or its
features is added to the Zend engine; this includes if statement
evaluation, object orientation, mathematical expressions evaluation,
etc.

For more info
http://www.devnewz.com/2002/0909.html

Regards
Moses

On Mar 31, 8:49 pm, "mosesdinaka... @gmail.com"
<mosesdinaka... @gmail.comwrote :
Hi All,

Is there a difference between Zend Extension and PHP
Extensions

In php.ini
For Mysql we have
extension=mysql .so

But for XDEBUG we have
zend_extension = /usr/lib/php4/20020429/xdebug.so

So what is the difference between these ?

Thanks in Advance
Moses
Mar 31 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1648
by: Gabriele Farina | last post by:
Hi guys, how can I access built in PHP fuction (such as array_* functions) when developing a C extension?? Does the names of the functions change or it remains the same alse in C source code?? Any good tutorial on the net about writing PHP extensions? Someone read "Writing custom PHp Extensions"??
1
2390
by: Nick Mudge | last post by:
Hi, Does anybody know the performance difference between having your PHP code cached and just running your code with the zend optimizer? Is there much difference? Nick
3
2218
by: webguynow | last post by:
I'm a little confused, I have test apps, using Pear DB.php but in my application, and debugging through Zend studio, I have some Database updates obviously working and then I get a Fatal Error. Apparently, it cannot find DB.php and shows include_path as: ".;C:\PHP5" On my Windows XP system, I've got php installed at C:\php and any ...
11
1755
by: Pradyut | last post by:
what's the difference between a .h and a .hpp file Also please tell me something about .rh files -- Pradyut http://pradyut.tk http://groups.yahoo.com/group/d_dom/ http://groups-beta.google.com/group/oop_programming India
2
1437
by: howachen | last post by:
Hi, Where can I find a newsgroup/forum to ask questions related to the PHP/Zend extension development? thanks.
1
2071
by: Petr Prikryl | last post by:
Do you think that the following could became PEP (pre PEP). Please, read it, comment it, reformulate it,... Abstract Introduction of the mechanism for language extensions via modules written using other languages. Extensions of Python could be done via special interpreter extensions. From Python sources, the special modules would look...
4
2567
by: Blueparty | last post by:
I am going to use Ioncube or Zend compiler/encoder to deploy PHP5 applications on servers at customers premisses. The factors that affect choice are: - reliability - easy of deployment at Apache/UNIX, Apache Windows and IIS/Windows - price Performace is not important
0
1321
by: corretge | last post by:
Zend outsourced the news service to businesses. NET http://66.102.9.104/translate_c?hl=ca&sl=ca&tl=en&u=http://bloc.corretge.cat/2008/10/zend-subcontracta-newsletter-empreses.html&usg=ALkJrhjkf9b8JtrGNpx994AAqE7mztkn7Q It seems that Zend, the creator of the PHP core current and known as The PHP Company, not too well coordinated marketing...
7
3523
by: Service4PC | last post by:
Hi all, I've a problem... I'm writing an extension for php, and i need to execute a file php... but only the content of the file and not the file... Now I better explain: - the extension get the file content of a php file (php code and html code mixed..) - execute the content with some zend api function I've already tried with...
0
7520
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7718
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7956
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7470
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
1
5368
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3480
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1936
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1058
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
763
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.