Develop_Sake Posted April 26, 2006 Share Posted April 26, 2006 HiHow can i view the php or php library like GD source code ? Link to comment https://forums.phpfreaks.com/topic/8424-how-can-i-view-the-php-source-code/ Share on other sites More sharing options...
Volte Posted April 27, 2006 Share Posted April 27, 2006 YOu need to be more specific. Do you mean the PHP source from a website? Because if that's what you mean, you can't. PHP is a server-side language, meaning its processed on the server end (the actual website) and the results are sent back to your browser. Otherwise, if the PHP file is on your computer, just double click it, or open it with a text editor. :) Link to comment https://forums.phpfreaks.com/topic/8424-how-can-i-view-the-php-source-code/#findComment-31262 Share on other sites More sharing options...
trq Posted April 27, 2006 Share Posted April 27, 2006 Download the source from php.net. GD is in the ext directory. Link to comment https://forums.phpfreaks.com/topic/8424-how-can-i-view-the-php-source-code/#findComment-31322 Share on other sites More sharing options...
Develop_Sake Posted April 29, 2006 Author Share Posted April 29, 2006 i mean the php compiler.i tried to open the GD lib via text editor put it dosent work.how can i view the compiler source? Link to comment https://forums.phpfreaks.com/topic/8424-how-can-i-view-the-php-source-code/#findComment-31954 Share on other sites More sharing options...
Develop_Sake Posted April 30, 2006 Author Share Posted April 30, 2006 i was working with Zend version.all files was encripted.i download the original version from php.net all thing cool now.thanks for your help. Link to comment https://forums.phpfreaks.com/topic/8424-how-can-i-view-the-php-source-code/#findComment-32173 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.