Hello my name is Shobhit pant, I am currently pursuing Btech CSE from allahabad(SHIATS).
I am very good in PHP and i have done a lot of work in php as an intern in various company. But this time i want to join GSOC as i am an open source enthusiast and love to work directly with exceptionally talented people like you guys.
On 6 March 2015 at 01:08, phpmyadmin-devel-request@lists.sourceforge.net wrote:
Send Phpmyadmin-devel mailing list submissions to phpmyadmin-devel@lists.sourceforge.net
To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel or, via email, send a message with subject or body 'help' to phpmyadmin-devel-request@lists.sourceforge.net
You can reach the person managing the list at phpmyadmin-devel-owner@lists.sourceforge.net
When replying, please edit your Subject line so it is more specific than "Re: Contents of Phpmyadmin-devel digest..."
Today's Topics:
- Re: Error reporting server GSoc 2015 (Marc Delisle)
- Re: GSoC 2015 (Marc Delisle)
- Issue with closing tags at the end of the file (Rahul Kadyan)
- Re: Contribution to Phpmyadmin community (Marc Delisle)
- Re: Issue with closing tags at the end of the file (Marc Delisle)
- Re: Issue with closing tags at the end of the file (Hugues Peccatte)
- Introduction to myself as GSOC aspirant and some details about parser rewrite project (Nisarg Jhaveri)
Message: 1 Date: Wed, 04 Mar 2015 16:06:22 -0500 From: Marc Delisle marc@infomarc.info Subject: Re: [Phpmyadmin-devel] Error reporting server GSoc 2015 To: phpmyadmin-devel@lists.sourceforge.net Message-ID: 54F773CE.3000409@infomarc.info Content-Type: text/plain; charset=UTF-8; format=flowed
Supun Athukorala a ?crit :
I am interested in the idea of the Error reporting server project idea in GSOC 2015 ideas page. I haven't contributed to the PhpMyAdmin yet. But I
am
interested in the this idea and like to get any advice's and recommendations.
regards Supun Athukorala
Hi, be familiar with https://wiki.phpmyadmin.net/pma/GSoC_2015_Applicant_Guide
-- Marc Delisle (phpMyAdmin)
Message: 2 Date: Wed, 04 Mar 2015 16:04:17 -0500 From: Marc Delisle marc@infomarc.info Subject: Re: [Phpmyadmin-devel] GSoC 2015 To: phpmyadmin-devel@lists.sourceforge.net Message-ID: 54F77351.5020507@infomarc.info Content-Type: text/plain; charset=UTF-8; format=flowed
Kartik Gupta a ?crit :
Hello,
I am a student from IIIT-Delhi, New Delhi, India. I had a look at your organisation and there are some things that interest me. I am good at Web Development including HTML, CSS and little bit of Javascript (still in progress). Also, I know Django little bit. I really want to get started
and
looking forward to work under your organisation. I would be really
grateful
if someone could help me get started.
Hi, as phpMyAdmin is mostly written in PHP, you'll need a knowledge of this language.
-- Marc Delisle (phpMyAdmin)
Message: 3 Date: Thu, 05 Mar 2015 07:48:08 +0000 From: Rahul Kadyan hi@znck.me Subject: [Phpmyadmin-devel] Issue with closing tags at the end of the file To: phpmyadmin-devel@lists.sourceforge.net Message-ID: < CACZiu-O+17VNZqgbUVCcZkLMg16j-_iVAckFczNijNHsMkUVXQ@mail.gmail.com> Content-Type: text/plain; charset="utf-8"
Hi everyone,
In all files of phpMyAdmin source code, closing tag (?>) is included at the end of file. Most frameworks like zend or symfony or laravel suggest to omit closing tag to prevent accidental output of whites paces. In some situations output may send headers which makes the application incapable to control response headers.
My question is: Is there any specific reason for doing so? secondly: Can we omit closing tags at the end of file?
-- Regards, Rahul Kadyan (github.com/znck), Junior Year, B. Tech. IIT Guwahati