473,378 Members | 1,393 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

What is php coded in?

My googling skills are not good enough to find an answer. What is php
itself written in?

---- Unix rules! --------
Jul 17 '05 #1
13 1807
On 9 Jan 2004 12:50:43 -0800, ge****@change-it.com (reluctantwinadmin) wrote:
My googling skills are not good enough to find an answer. What is php
itself written in?


C.

--
Andy Hassall <an**@andyh.co.uk> / Space: disk usage analysis tool
<http://www.andyh.co.uk> / <http://www.andyhsoftware.co.uk/space>
Jul 17 '05 #2
reluctantwinadmin wrote:
My googling skills are not good enough to find an answer. What is php
itself written in?


PHP is written in C.

Get the source @ http://www.php.net/downloads.php
--
--= my mail box only accepts =--
--= Content-Type: text/plain =--
--= Size below 10001 bytes =--
Jul 17 '05 #3
Pedro Graca wrote:
reluctantwinadmin wrote:
My googling skills are not good enough to find an answer. What is php
itself written in?

PHP is written in C.

Get the source @ http://www.php.net/downloads.php


and what is C itself written in?
Jul 17 '05 #4
dr. zoidberg wrote:
and what is C itself written in?


Originally It was probably written in assembler code, but I think
current versions of the various C compilers are mostly written in C.

Jochen

Jul 17 '05 #5
Jochen Buennagel wrote:
dr. zoidberg wrote:
and what is C itself written in?

Originally It was probably written in assembler code, but I think
current versions of the various C compilers are mostly written in C.


Unless you're talking about Microsoft's Visual C++ which is likely
written in Visual Basic. :P

--
Justin Koivisto - sp**@koivi.com
PHP POSTERS: Please use comp.lang.php for PHP related questions,
alt.php* groups are not recommended.

Jul 17 '05 #6
dr. zoidberg wrote:
Pedro Graca wrote:
reluctantwinadmin wrote:
My googling skills are not good enough to find an answer. What is php
itself written in?
PHP is written in C.

Get the source @ http://www.php.net/downloads.php
and what is C itself written in?


Ah! also in C :)

Get the source @ http://gcc.gnu.org/
--
--= my mail box only accepts =--
--= Content-Type: text/plain =--
--= Size below 10001 bytes =--
Jul 17 '05 #7
On Sat, 10 Jan 2004 00:23:18 +0100, "dr. zoidberg" <ci*@14.u7.da.ru> wrote:
and what is C itself written in?


C.

--
Andy Hassall <an**@andyh.co.uk> / Space: disk usage analysis tool
<http://www.andyh.co.uk> / <http://www.andyhsoftware.co.uk/space>
Jul 17 '05 #8

Uzytkownik "dr. zoidberg" <ci*@14.u7.da.ru> napisal w wiadomosci
news:bt************@ID-93631.news.uni-berlin.de...
Pedro Graca wrote:
reluctantwinadmin wrote:
My googling skills are not good enough to find an answer. What is php
itself written in?

PHP is written in C.

Get the source @ http://www.php.net/downloads.php


and what is C itself written in?


B?
Jul 17 '05 #9
http://www.gzentools.com -- free online php tools
"Jochen Buennagel" <za*********@buennagel.com> wrote in message
news:bt*************@news.t-online.com...
dr. zoidberg wrote:
and what is C itself written in?


Originally It was probably written in assembler code, but I think
current versions of the various C compilers are mostly written in C.

Jochen


What is assembler written in?

:)

Just kidding, most Assemblers are written in C

Except, I have a 6502 Assember I wrote years ago, it was in VB DOS

--
Mike Bradley

Jul 17 '05 #10


"Chung Leong" <ch***********@hotmail.com> wrote in message
news:-a********************@comcast.com...

Uzytkownik "dr. zoidberg" <ci*@14.u7.da.ru> napisal w wiadomosci
news:bt************@ID-93631.news.uni-berlin.de...
Pedro Graca wrote:
reluctantwinadmin wrote:

>My googling skills are not good enough to find an answer. What is php
>itself written in?
PHP is written in C.

Get the source @ http://www.php.net/downloads.php


and what is C itself written in?


B?


0101 0001 1110 ?

Al

Jul 17 '05 #11
68K ASM would be my best guess

0101 0001 1110 ?

Al



-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Jul 17 '05 #12
"Beef Erikson" <in*****@zoominternet.net> wrote in message
news:40**********@corp.newsgroups.com...
68K ASM would be my best guess

0101 0001 1110 ?

Al


....and you would be (mostly) wrong... :-)

The bare minimum core of every C implementation is written
in assembly for the specific HW & OS its supposed to run on,

The rest is written in C.

--
Dag.
Jul 17 '05 #13
"Dag Sunde" <da******@orion.no.way> wrote in message
news:16*********************@juliett.dax.net...
"Beef Erikson" <in*****@zoominternet.net> wrote in message
news:40**********@corp.newsgroups.com...
68K ASM would be my best guess

0101 0001 1110 ?

Al


...and you would be (mostly) wrong... :-)

The bare minimum core of every C implementation is written
in assembly for the specific HW & OS its supposed to run on,

The rest is written in C.

--
Dag.


Hmm, now doesnt that make it a Cross Assembler/ Cross Compiler

:)

--
Mike Bradley
http://www.gzentools.com -- free online php tools
Jul 17 '05 #14

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

Similar topics

12
by: Steven T. Hatton | last post by:
This is something I've been looking at because it is central to a currently broken part of the KDevelop new application wizard. I'm not complaining about it being broken, It's a CVS images. ...
19
by: Jerry | last post by:
Hi,all I write a function to copy one memory buffer to anther with dynamic allocationg when the destination is not large enough. The code is below: void DSM_CC::fillBuf(unsigned char**...
1
by: Luis Esteban Valencia | last post by:
have a website that uses both http and https. I am able to change any hard coded http links to relative paths. No problem. But, I have several aspx and ascx pages that contain hard coded links...
39
by: VidTheKid | last post by:
THE PROBLEM The % symbol is too vague when defining dimensions in CSS and HTML. It can relate to an inherited value, a measure of the containing element (which can differ between box models) or...
0
by: sharadbags | last post by:
hello can anyone tell me or mention some sites which would describe merits and demerits of binary coded GA over real coded GA.
5
by: Karyn Williams | last post by:
I am new to Pyton. I am trying to modify and understand a script someone else wrote. I am trying to make sense of the following code snippet. I know line 7 would be best coded with regex. I first...
20
by: veebhudhi.chandramouli | last post by:
Instead of using same name i can use different name, is there any specific purpous is there to define the polymorphic overloaded functions in c#
2
by: parag_paul | last post by:
I was looking into the following page http://gcc.gnu.org/onlinedocs/gcc/Long-Long.html Here there is a term open-coded , why to ? And I saw the following definition for long long 5.8...
4
Lokean
by: Lokean | last post by:
The problem: Company was bought out and we are bringing everything into complience. Passwords are not secure and do not need to be.(required by software we are using) Old passwords *may or may...
10
by: ikarus | last post by:
Hello C++ Gurus! I'm comparing sorting algorithm for study goals. I've compared STL std::sort and hand-coded introsort on millions (tens of millions) of integers array sorting. It was tested...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.