php-groups.com | Post Question | Search | About | Groups | Contact | Register | Login


New in This Group

svn: /pear/packages/Spreadsheet_Excel_Writer/trunk/Spreadsheet/Excel/Writer/ Worksheet.php
11/28/2009 12:27:36 AM

svn: /pear/packages/Spreadsheet_Excel_Writer/trunk/ package.xml
11/27/2009 11:45:33 PM

svn: /pear/packages/Spreadsheet_Excel_Writer/trunk/ package.xml
11/27/2009 11:43:24 PM

svn: /pear/packages/Validate/trunk/ Validate.php
11/24/2009 2:42:17 AM

svn: /pear/packages/HTML_QuickForm2/trunk/ QuickForm2/Element/InputCheckbox.php QuickForm2/Node.php tests/QuickForm2/Element/InputCheckboxTest.php
11/22/2009 8:10:52 PM

svn: /pear/packages/HTTP_Request2/trunk/ Request2/Adapter/Curl.php Request2/Adapter.php package.xml
11/21/2009 5:58:23 PM

svn: /pear/packages/HTTP_Request2/tags/
11/18/2009 10:01:29 PM

svn: /pear/packages/HTTP_Request2/trunk/ package.xml
11/18/2009 5:35:00 PM

svn: /pear/packages/HTTP_Request2/trunk/ Request2/Adapter/Socket.php Request2.php package.xml tests/Request2Test.php
11/18/2009 5:31:58 PM

svn: /pear/packages/Spreadsheet_Excel_Writer/trunk/Spreadsheet/Excel/Writer/ Parser.php
11/13/2009 7:15:54 PM

svn: /pear/packages/Validate/trunk/ Validate.php Reply

Group: php.pear.cvs Subscribe Posted:11/24/2009 2:42:17 AM Replies:0 Views:38 Items(0)
--20191a5c9e5408e8763244f9fbe83154d7f8bbcf
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

amir Tue, 24 Nov 2009 02:42:17 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=291251

Log:
If include path file exists, include it

Changed paths:
U pear/packages/Validate/trunk/Validate.php

Modified: pear/packages/Validate/trunk/Validate.php
===================================================================
--- pear/packages/Validate/trunk/Validate.php 2009-11-24 00:18:16 UTC (rev 291250)
+++ pear/packages/Validate/trunk/Validate.php 2009-11-24 02:42:17 UTC (rev 291251)
@@ -529,6 +529,7 @@
$hasIDNA = false;

if (Validate::_includePathFileExists('Net/IDNA.php')) {
+ include_once('Net/IDNA.php');
$hasIDNA = true;
}


--20191a5c9e5408e8763244f9fbe83154d7f8bbcf--
a...@php.net (=?utf-8?q?Amir_Mohammad_Saied?=)
11/24/2009 2:42:17 AM





Reply:
| or Email(not shown): Name: | Register | Login

Alert me when someone responds to this posting.











Newest Articles

note 97095 added to soapclient.soapclient
4/1/2010 5:58:19 AM

note 97094 added to function.sqlite-changes
4/1/2010 5:06:46 AM

note 97093 added to function.sqlite-changes
4/1/2010 5:06:21 AM

note 97092 added to ref.xmlrpc
4/1/2010 4:52:18 AM

note 97091 added to function.var-export
4/1/2010 3:32:03 AM