|
Getting info from SVN commit with php Hi, I would be very grateful if someone could point out some ways how to do the following: I have an SVN server but I need to add some extra to commit message which PHP will get and use(for example use the parameters from commit message to change data on mysql database... (if commit messages first line h... 23 Jul 2008 12:17
Reference or copy? On Wed, 2008-07-23 at 10:07 +0200, Yeti wrote: Hello everyone, Many of you may be familiar with references in PHP. Now i read somewhere in the PHP manual that creating references can take longer than copies. PHP5+ also seems to reference a bit different thant PHP4 did. Here is some working example... 23 Jul 2008 17:26
[PHP] Reference or copy? Hello everyone, Many of you may be familiar with references in PHP. Now i read somewhere in the PHP manual that creating references can take longer than copies. PHP5+ also seems to reference a bit different thant PHP4 did. Here is some working example code: <?php class useless { var $huge_array; function... 23 Jul 2008 05:06
Executing a python script from within perl Forwarded to the appropriate list (PHP General). Anuj: If you're not already subscribed, please visit http://php.net/mailinglists and subscribe to the PHP General list, or send a blank email to php-general-subscribe(a)lists.php.net. On Tue, Jul 22, 2008 at 11:09 PM, Anuj Bhatt <anuj.bhatt(a)gmail.com> wrote: ... 23 Jul 2008 02:02
Quick Word of Warning for Freelancers RE: E-Gold It's a bit off-topic for the list, but I wanted to give a heads-up to any of you who may use E-Gold for any reason (including freelance PHP programming). I don't want to see anyone lose any of the money for which I'm sure they've worked very hard. If you don't use E-Gold, you can skip over this thread. ... 22 Jul 2008 11:40
After INSERT form submit - Data doesn't refresh! I'm pretty sure this is a cache issue .. To disable caching:* header('Cache-Control: no-cache, no-store, max-age=0, must-revalidate'); header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); // Date in the past header('Pragma: no-cache'); * But if you have the modification date then use *$time = filemtime($ffile);... 23 Jul 2008 17:26
[PHP] After INSERT form submit - Data doesn't refresh! Ave, I'm wondering if there's a PHP solution to this, I could be in the wrong place. I have an INSERT form which submits to the same php page, which also displays the records from the mySQL database the INSERT form submits to. When the form submits and the page returns, the added record does not show up... 22 Jul 2008 07:32
PHP 4.4.9RC1 Hello! I packed PHP 4.4.1RC9 today, which you can find here: http://downloads.php.net/derick/ Please test it carefully, and report any bugs in the bug system, but only if you have a short reproducable test case. If everything goes well, we will release it on August 7th. This will be the last PHP 4.4 relea... 25 Jul 2008 03:17
PHP Warning: imagettftext() Hello, I'm trying to move a site over to the V5 of CentOS and I having problems with php/gd/freetype. It looks like my older systems which is running php-4.3.8-1.1, gd-2.0.15-1, freetype-2.1.4-5 can execute the code successfully. Now when I try to execute the same code on CentOS V5 with ph... 25 Jul 2008 11:28 |