[PHP-CVS] com php-src: fix NEWS: NEWS

2013-06-06 Thread Anatol Belski
Commit:25980d4db5dd1f368cebf1c50c766db3318d0e4b
Author:Anatol Belski a...@php.net Thu, 6 Jun 2013 18:57:20 +0200
Parents:   f47e879235e5b475b75a8b7122eb8ad21fe438c4
Branches:  PHP-5.5 master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=25980d4db5dd1f368cebf1c50c766db3318d0e4b

Log:
fix NEWS

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index ae8ddc1..de1f6d0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHPNEWS
 |||
 ?? ??? 2013, PHP 5.5.0 Release Candidate 4
+- Core:
+  . Fixed bug #64934 (Apache2 TS crash with get_browser()). (Anatol)
 
 06 Jun 2013, PHP 5.5.0 Release Candidate 3
 
@@ -8,7 +10,6 @@ PHP
NEWS
   . Fixed bug #64960 (Segfault in gc_zval_possible_root). (Laruence)
   . Fixed bug #64879 (Heap based buffer overflow in quoted_printable_encode,
 CVE 2013-2110). (Stas)
-  . Fixed bug #64934 (Apache2 TS crash with get_browser()). (Anatol)
 
 - FPM:
   . Fixed Bug #64915 (error_log ignored when daemonize=0). (Remi)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: Fix NEWS: NEWS

2013-06-05 Thread Johannes Schlüter
Commit:882aa9c687806d44f7e70555d7dfa125b507561e
Author:Johannes Schlüter johan...@php.net Wed, 5 Jun 2013 
16:27:49 +0200
Parents:   eeb7f93294cd0a11af44905d84044e0b158d802c
Branches:  PHP-5.3.26

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=882aa9c687806d44f7e70555d7dfa125b507561e

Log:
Fix NEWS

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 3b12678..a4ea43f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 PHPNEWS
 |||
-23 May 2013, PHP 5.3.26RC1
+06 Jun 2013, PHP 5.3.26
+
+- Core:
+  . Fixed bug #64879 (Heap based buffer overflow in quoted_printable_encode,
+CVE 2013-2110). (Stas)
 
 - Calendar:
   . Fixed bug #64895 (Integer overflow in SndToJewish). (Remi)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: Fix NEWS: NEWS

2013-04-25 Thread Johannes Schlüter
Commit:671ef9fda7ec5876e5c1da2d98e296fb7e7620c9
Author:Johannes Schlüter johan...@php.net Thu, 25 Apr 2013 
17:58:02 +0200
Parents:   18fdab5a09b64252a9a61ad6d1b2eff4a257b8f2
Branches:  PHP-5.3 PHP-5.4 PHP-5.5 master PHP-5.3.25

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=671ef9fda7ec5876e5c1da2d98e296fb7e7620c9

Log:
Fix NEWS

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index af4957e..f7e6d5b 100644
--- a/NEWS
+++ b/NEWS
@@ -6,15 +6,15 @@ PHP   
 NEWS
   . Fixed bug #64578 (debug_backtrace in set_error_handler corrupts zend heap: 
 segfault). (Laruence)
   . Fixed bug #64458 (dns_get_record result with string of length -1). (Stas)
-  . Fixed bugs #47675 and #64577 (fd leak on Solaris)
+  . Fixed bugs #47675 and #64577 (fd leak on Solaris). (Rasmus)
+
+- Streams:
+  . Fixed Windows x64 version of stream_socket_pair() and improved error
+handling. (Anatol Belski)
 
 - Zip:
   . Fixed bug #64342 (ZipArchive::addFile() has to check for file existence).
-  (Anatol)
-
-- Streams:
-  . Fixed Windows x64 version of stream_socket_pair() and improved error 
handling
-  (Anatol Belski)
+(Anatol)
 
 11 Apr 2013, PHP 5.3.24


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: fix NEWS: NEWS

2013-03-27 Thread Stanislav Malyshev
Commit:210d43d7a2e611496dcfa0f1d794e24fbcc5ae5d
Author:Stanislav Malyshev s...@php.net Wed, 27 Mar 2013 13:57:53 
-0700
Parents:   85e5e60777209c13c71785da31af86a5e0a98d92
Branches:  PHP-5.4 PHP-5.5 master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=210d43d7a2e611496dcfa0f1d794e24fbcc5ae5d

Log:
fix NEWS

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index c085d8f..a55911d 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ PHP 
   NEWS
 ?? ??? 2013, PHP 5.4.14
 - Core
   . Fixed bug #64529 (Ran out of opcode space). (Dmitry)
-  . Fixed bug #64515 (Memoryleak when using the same variablename 2times in
+  . Fixed bug #64515 (Memoryleak when using the same variablename two times in
 function declaration). (Laruence)
   . Fixed bug #64432 (more empty delimiter warning in strX methods). (Laruence)
   . Fixed bug #64417 (ArrayAccess::offsetGet() in a trait causes fatal error).
@@ -67,7 +67,8 @@ PHP   
 NEWS
 - SOAP
   . Added check that soap.wsdl_cache_dir conforms to open_basedir
 (CVE-2013-1635). (Dmitry)
-  . Disabled external entities loading (CVE-2013-1643). (Dmitry)
+  . Disabled external entities loading (CVE-2013-1643, CVE-2013-1824). 
+(Dmitry)
 
 - Phar:
   . Fixed timestamp update on Phar contents modification. (Dmitry)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: fix NEWS: NEWS

2013-03-18 Thread Stanislav Malyshev
Commit:87c8ea15f29cd89e8a58d2f6dce4348453c6ac59
Author:Stanislav Malyshev s...@php.net Mon, 18 Mar 2013 00:52:15 
-0700
Parents:   62364e6e01092911fa11e6d28f9acc3ed9af07e8
Branches:  PHP-5.3 PHP-5.4 PHP-5.5 master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=87c8ea15f29cd89e8a58d2f6dce4348453c6ac59

Log:
fix NEWS

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 41f5eab..adf868f 100644
--- a/NEWS
+++ b/NEWS
@@ -14,7 +14,7 @@ PHP   
 NEWS
 for stmt-param_bind). (Andrey)
 
 
-28 Feb 2013, PHP 5.3.23RC1
+14 Mar 2013, PHP 5.3.23
 
 - Phar:
   . Fixed timestamp update on Phar contents modification. (Dmitry)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: fix NEWS: NEWS

2013-03-18 Thread Stanislav Malyshev
Commit:db4d473d53b7b89ac01b3337a94ece4a07a6444f
Author:Stanislav Malyshev s...@php.net Mon, 18 Mar 2013 00:51:16 
-0700
Parents:   85d9d85ce27cf46d26b2717a5cfc3b8f917116ef
Branches:  PHP-5.4 PHP-5.5 master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=db4d473d53b7b89ac01b3337a94ece4a07a6444f

Log:
fix NEWS

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index d697c5f..fd05e22 100644
--- a/NEWS
+++ b/NEWS
@@ -12,7 +12,7 @@ PHP   
 NEWS
   . Fixed bug #61981 (OO API, walk: $suffix_as_key is not working correctly).
(Boris Lytochkin)
 
-?? ??? 2013, PHP 5.4.13
+14 Mar 2013, PHP 5.4.13
 
 - Core:
   . Fixed bug #64354 (Unserialize array of objects whose class can't


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: fix NEWS: NEWS

2013-03-06 Thread Stanislav Malyshev
Commit:38847482c8192ea9914b826f54bf858df215abac
Author:Stanislav Malyshev s...@php.net Wed, 6 Mar 2013 00:44:43 
-0800
Parents:   4e46a873923b9a608cd2cdcef98ec7faad749d0e
Branches:  PHP-5.4 PHP-5.5 master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=38847482c8192ea9914b826f54bf858df215abac

Log:
fix NEWS

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 36f6f9a..17ecbe5 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,8 @@ PHP 
   NEWS
 - Core:
   . Fixed bug #64235 (Insteadof not work for class method in 5.4.11).
 (Laruence)
+  . Fixed bug #64197 (_Offsetof() macro used but not defined on ARM/Clang). 
+(Ard Biesheuvel)
   . Implemented FR #64175 (Added HTTP codes as of RFC 6585). (Jonh Wendell)
   . Fixed bug #64142 (dval to lval different behavior on ppc64). (Remi)
   . Fixed bug #64070 (Inheritance with Traits failed with error). (Dmitry)
@@ -20,6 +22,8 @@ PHP   
 NEWS
   . mb_split() can now handle empty matches like preg_split() does. (Moriyoshi)
 
 - OpenSSL:
+  . New SSL stream context option to prevent CRIME attack vector. (Daniel 
Lowrey,
+   Lars)
   . Fixed bug #61930 (openssl corrupts ssl key resource when using 
 openssl_get_publickey()). (Stas)
 
@@ -95,10 +99,6 @@ PHP  
  NEWS
   . Fixed bug #63916 (PDO::PARAM_INT casts to 32bit int internally even
 on 64bit builds in pdo_sqlite). (srgoogleguy, Lars)
 
-- OpenSSL:
-  . New SSL stream context option to prevent CRIME attack vector. (Daniel 
Lowrey,
-Lars)
-
 17 Jan 2012, PHP 5.4.11
 
 - Core:


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: Fix NEWS: NEWS

2013-01-22 Thread David Soria Parra
Commit:03ff2b301ceb28f74d2ed965e14a0cf716e14d27
Author:David Soria Parra d...@php.net Tue, 22 Jan 2013 09:35:24 
+0100
Parents:   92b5bdc231ede3879df048d9ba061d2369c3102e
Branches:  PHP-5.5

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=03ff2b301ceb28f74d2ed965e14a0cf716e14d27

Log:
Fix NEWS

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 89fcad3..656 100644
--- a/NEWS
+++ b/NEWS
@@ -1,32 +1,12 @@
 PHPNEWS
 |||
-?? ??? 201?, PHP 5.5.0 Alpha 3
+?? ??? 201?, PHP 5.5.0 Alpha 4
 
 - Core:
   . Fixed bug #63980 (object members get trimmed by zero bytes). (Laruence)
   . Implemented RFC for Class Name Resolution As Scalar Via class Keyword.
 (Ralph Schindler, Nikita Popov, Lars)
 
-- General improvements:
-  . Fixed bug #63874 (Segfault if php_strip_whitespace has heredoc). (Pierrick)
-  . Fixed bug #63822 (Crash when using closures with ArrayAccess).
-(Nikita Popov)
-  . Add Generator::throw() method. (Nikita Popov)
-  . Bug #23955: allow specifying Max-Age attribute in setcookie() (narfbg, 
Lars)
-  . Bug #52126: timestamp for mail.log (Martin Jansen, Lars)
-
-- mysqlnd
-  . Fixed return value of mysqli_stmt_affected_rows() in the time after
-prepare() and before execute(). (Andrey)
-
-- cURL:
-  . Added new functions curl_escape, curl_multi_setopt, curl_multi_strerror
-curl_pause, curl_reset, curl_share_close, curl_share_init,
-   curl_share_setopt curl_strerror and curl_unescape. (Pierrick)
-  . Addes new curl options CURLOPT_TELNETOPTIONS, CURLOPT_GSSAPI_DELEGATION,
-CURLOPT_ACCEPTTIMEOUT_MS, CURLOPT_SSL_OPTIONS, CURLOPT_TCP_KEEPALIVE,
-   CURLOPT_TCP_KEEPIDLE and CURLOPT_TCP_KEEPINTVL. (Pierrick)
-
 - DateTime
   . Added DateTimeImmutable - a variant of DateTime that only returns the
 modified state instead of changing itself. (Derick)
@@ -46,6 +26,28 @@ PHP  
  NEWS
   . Fixed bug #64007 (There is an ability to create instance of Generator by 
hand).
 (Laruence)
 
+10 Jan 2013, PHP 5.5.0 Alpha 3
+
+- General improvements:
+  . Fixed bug #63874 (Segfault if php_strip_whitespace has heredoc). (Pierrick)
+  . Fixed bug #63822 (Crash when using closures with ArrayAccess).
+(Nikita Popov)
+  . Add Generator::throw() method. (Nikita Popov)
+  . Bug #23955: allow specifying Max-Age attribute in setcookie() (narfbg, 
Lars)
+  . Bug #52126: timestamp for mail.log (Martin Jansen, Lars)
+
+- mysqlnd
+  . Fixed return value of mysqli_stmt_affected_rows() in the time after
+prepare() and before execute(). (Andrey)
+
+- cURL:
+  . Added new functions curl_escape, curl_multi_setopt, curl_multi_strerror
+curl_pause, curl_reset, curl_share_close, curl_share_init, 
+curl_share_setopt curl_strerror and curl_unescape. (Pierrick)
+  . Addes new curl options CURLOPT_TELNETOPTIONS, CURLOPT_GSSAPI_DELEGATION,
+CURLOPT_ACCEPTTIMEOUT_MS, CURLOPT_SSL_OPTIONS, CURLOPT_TCP_KEEPALIVE,
+CURLOPT_TCP_KEEPIDLE and CURLOPT_TCP_KEEPINTVL. (Pierrick)
+
 18 Dec 2012, PHP 5.5.0 Alpha 2
 
 - General improvements:


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: fix NEWS: NEWS

2013-01-15 Thread Stanislav Malyshev
Commit:643e7a54ec8e06a0fc9996eea9d0125f4fa531a5
Author:Stanislav Malyshev s...@php.net Tue, 15 Jan 2013 00:06:35 
-0800
Parents:   3bc74903706ab08e916905a0bd634e77aa804def
Branches:  PHP-5.5 master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=643e7a54ec8e06a0fc9996eea9d0125f4fa531a5

Log:
fix NEWS

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 79d5d9a..5f45667 100644
--- a/NEWS
+++ b/NEWS
@@ -7,9 +7,18 @@ PHP
NEWS
 protected property). (Stas)
   . Fixed bug #63943 (Bad warning text from strpos() on empty needle).
 (Laruence)
+  . Fixed bug #63899 (Use after scope error in zend_compile). (Laruence)
   . Fixed bug #63882 (zend_std_compare_objects crash on recursion). (Dmitry)
+  . Fixed bug #43225 (fputcsv incorrectly handles cells ending in \ followed
+by ). (Adam)
   . Support BITMAPV5HEADER in getimagesize(). (AsamK, Lars)
 
+- Date:
+  . Fixed bug #63699 (Performance improvements for various ext/date functions).
+(Lars, original patch by njaguar at gmail dot com)
+  . Fixed bug #55397: Comparsion of incomplete DateTime causes SIGSEGV. 
+(Derick)
+
 - Litespeed:
   . Fixed bug #63228 (-Werror=format-security error in lsapi code). (George)
 
@@ -27,7 +36,6 @@ PHP   
 NEWS
 ?? ??? 2012, PHP 5.4.11
 
 - Core:
-  . Fixed bug #63899 (Use after scope error in zend_compile). (Laruence)
   . Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user).
 (Johannes)
   . Fixed bug #43177 (Errors in eval()'ed code produce status code 500).
@@ -56,10 +64,6 @@ PHP  
  NEWS
   . Fixed bug #55438 (Curlwapper is not sending http header randomly).
 (php...@lostreality.org, Pierrick)
 
-- Date:
-  . Fixed bug #63699 (Performance improvements for various ext/date functions).
-(Lars, original patch by njaguar at gmail dot com)
-
 20 Dec 2012, PHP 5.4.10
 
 - Core:


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: fix NEWS: NEWS

2013-01-15 Thread Stanislav Malyshev
Commit:374ebc87416d9e31efd961a3176510e3a901355b
Author:Stanislav Malyshev s...@php.net Tue, 15 Jan 2013 00:06:35 
-0800
Parents:   0510701474e8d99b5b30139b5599e44f9b555a5a
Branches:  PHP-5.4 PHP-5.5 master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=374ebc87416d9e31efd961a3176510e3a901355b

Log:
fix NEWS

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 79d5d9a..5f45667 100644
--- a/NEWS
+++ b/NEWS
@@ -7,9 +7,18 @@ PHP
NEWS
 protected property). (Stas)
   . Fixed bug #63943 (Bad warning text from strpos() on empty needle).
 (Laruence)
+  . Fixed bug #63899 (Use after scope error in zend_compile). (Laruence)
   . Fixed bug #63882 (zend_std_compare_objects crash on recursion). (Dmitry)
+  . Fixed bug #43225 (fputcsv incorrectly handles cells ending in \ followed
+by ). (Adam)
   . Support BITMAPV5HEADER in getimagesize(). (AsamK, Lars)
 
+- Date:
+  . Fixed bug #63699 (Performance improvements for various ext/date functions).
+(Lars, original patch by njaguar at gmail dot com)
+  . Fixed bug #55397: Comparsion of incomplete DateTime causes SIGSEGV. 
+(Derick)
+
 - Litespeed:
   . Fixed bug #63228 (-Werror=format-security error in lsapi code). (George)
 
@@ -27,7 +36,6 @@ PHP   
 NEWS
 ?? ??? 2012, PHP 5.4.11
 
 - Core:
-  . Fixed bug #63899 (Use after scope error in zend_compile). (Laruence)
   . Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user).
 (Johannes)
   . Fixed bug #43177 (Errors in eval()'ed code produce status code 500).
@@ -56,10 +64,6 @@ PHP  
  NEWS
   . Fixed bug #55438 (Curlwapper is not sending http header randomly).
 (php...@lostreality.org, Pierrick)
 
-- Date:
-  . Fixed bug #63699 (Performance improvements for various ext/date functions).
-(Lars, original patch by njaguar at gmail dot com)
-
 20 Dec 2012, PHP 5.4.10
 
 - Core:


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: Fix News: NEWS

2013-01-15 Thread Christopher Jones
Commit:94a4e0f8235b165b0b72f91656db1f4059e8c176
Author:Christopher Jones s...@php.net Tue, 15 Jan 2013 20:38:24 
-0800
Parents:   142c40f32c075a8eb706f2e630b934f39e711b70
Branches:  PHP-5.4

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=94a4e0f8235b165b0b72f91656db1f4059e8c176

Log:
Fix News

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 8fc3d6c..a10ef4e 100644
--- a/NEWS
+++ b/NEWS
@@ -29,13 +29,15 @@ PHP 
   NEWS
   . Fixed bug #63921 (sqlite3::bindvalue and relative PHP functions aren't
 using sqlite3_*_int64 API). (srgoogleguy, Lars)
 
-- PDO_sqlite:
-  . Fixed bug #63916 (PDO::PARAM_INT casts to 32bit int internally even
-on 64bit builds in pdo_sqlite). (srgoogleguy, Lars)
+- PDO_OCI
   . Fixed bug #57702 (Multi-row BLOB fetches). (hswong3i, Laruence)
   . Fixed bug #52958 (Segfault in PDO_OCI on cleanup after running a long
 testsuite). (hswong3i, Lars)
 
+- PDO_sqlite:
+  . Fixed bug #63916 (PDO::PARAM_INT casts to 32bit int internally even
+on 64bit builds in pdo_sqlite). (srgoogleguy, Lars)
+
 ?? ??? 2012, PHP 5.4.11
 
 - Core:


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: fix NEWS: NEWS

2013-01-01 Thread Stanislav Malyshev
Commit:dd288f93e1faa0aff5a22c51be034dfa4edaa0c0
Author:Stanislav Malyshev s...@php.net Sun, 30 Dec 2012 17:58:40 
-0800
Parents:   0a7395e009b2df94c2a3f05aef69fb1779edf8f8
Branches:  PHP-5.4 PHP-5.5 master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=dd288f93e1faa0aff5a22c51be034dfa4edaa0c0

Log:
fix NEWS

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 6165ff9..c83e24a 100644
--- a/NEWS
+++ b/NEWS
@@ -25,7 +25,7 @@ PHP   
 NEWS
   . Fixed bug #55438 (Curlwapper is not sending http header randomly).
 (php...@lostreality.org, Pierrick)
 
-?? ??? 2012, PHP 5.4.10
+20 Dec 2012, PHP 5.4.10
 
 - Core:
   . Fixed bug #63726 (Memleak with static properties and internal/user
@@ -43,7 +43,7 @@ PHP   
 NEWS
 (Mike, casper at langemeijer dot eu)
 
 - Date:
-  . Fixed bug #63666 (Poor date() performance). (Paul Talborg).
+  . Fixed bug #63666 (Poor date() performance). (Paul Taulborg).
   . Fixed bug #63435 (Datetime::format('u') sometimes wrong by 1 microsecond).
 (Remi)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: fix NEWS: NEWS

2012-11-24 Thread Stanislav Malyshev
Commit:c08e2c8c171ef844ef8d8e0d66ecbc79d6a9782a
Author:Stanislav Malyshev s...@php.net Sat, 24 Nov 2012 16:28:56 
-0800
Parents:   7262bf67a250194453006c559a6a51afc85399c3
Branches:  PHP-5.4 PHP-5.5 master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=c08e2c8c171ef844ef8d8e0d66ecbc79d6a9782a

Log:
fix NEWS

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index aa217e6..8b2dbca 100644
--- a/NEWS
+++ b/NEWS
@@ -2,11 +2,16 @@ PHP   
 NEWS
 |||
 ?? ??? 2012, PHP 5.4.10
 
-?? ??? 2012, PHP 5.4.9
-
 - Core:
   . Fixed bug #63468 (wrong called method as callback with inheritance).
 (Laruence)
+
+- Apache2 Handler SAPI:
+  . Enabled Apache 2.4 configure option for Windows (Pierre, Anatoliy)
+
+22 Nov 2012, PHP 5.4.9
+
+- Core:
   . Fixed bug #63305 (zend_mm_heap corrupted with traits). (Dmitry, Laruence)
   . Fixed bug #63369 ((un)serialize() leaves dangling pointers, causes 
crashes).
 (Tony, Andrew Sitnikov)
@@ -41,17 +46,26 @@ PHP 
   NEWS
 (Dmitry, Laruence)
   . Fixed bug #63284 (Upgrade PCRE to 8.31). (Anatoliy)
 
+- PDO:
+  . Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec).
+(Martin Osvald, Remi)
+
+- PDO_pgsql:
+  . Fixed bug #62593 (Emulate prepares behave strangely with PARAM_BOOL).
+(Will Fitch)
+
 - Phar:
   . Fixed bug #63297 (Phar fails to write an openssl based signature).
 (Anatoliy)
 
+- Streams:
+  . Fixed bug #63240 (stream_get_line() return contains delimiter string).
+(Tjerk, Gustavo)
+
 - Reflection:
   . Fixed bug #63399 (ReflectionClass::getTraitAliases() incorrectly resolves
 traitnames). (Laruence)
 
-- Apache2 Handler SAPI:
-  . Enabled Apache 2.4 configure option for Windows (Pierre, Anatoliy)
-
 18 Oct 2012, PHP 5.4.8
 
 - CLI server:


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: fix NEWS: NEWS

2012-11-20 Thread Stanislav Malyshev
Commit:bab156de79969108024c9715bbb98e3d1568e501
Author:Stanislav Malyshev s...@php.net Tue, 20 Nov 2012 21:12:20 
-0800
Parents:   1b2b624e5a12565590b39a98be88ec8498c5bc1e
Branches:  PHP-5.4.9

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=bab156de79969108024c9715bbb98e3d1568e501

Log:
fix NEWS

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index b2da3ee..7a7b1aa 100644
--- a/NEWS
+++ b/NEWS
@@ -37,10 +37,22 @@ PHP 
   NEWS
 (Dmitry, Laruence)
   . Fixed bug #63284 (Upgrade PCRE to 8.31). (Anatoliy)
 
+- PDO:
+  . Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec).
+(Martin Osvald, Remi)
+
+- PDO_pgsql:
+  . Fixed bug #62593 (Emulate prepares behave strangely with PARAM_BOOL).
+(Will Fitch)
+
 - Phar:
   . Fixed bug #63297 (Phar fails to write an openssl based signature).
 (Anatoliy)
 
+- Streams:
+  . Fixed bug #63240 (stream_get_line() return contains delimiter string).
+(Tjerk, Gustavo)
+
 - Reflection:
   . Fixed bug #63399 (ReflectionClass::getTraitAliases() incorrectly resolves
 traitnames). (Laruence)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: fix NEWS: NEWS

2012-11-07 Thread Stanislav Malyshev
Commit:3e7fcd9cab1dace82b28a80097cbb3eb7b851c18
Author:Stanislav Malyshev s...@php.net Wed, 7 Nov 2012 01:18:34 
-0800
Parents:   e222837f6eefa757619533266ed149ab5dd91940
Branches:  PHP-5.4 master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=3e7fcd9cab1dace82b28a80097cbb3eb7b851c18

Log:
fix NEWS

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index d476cec..ee9a884 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,10 @@ PHP  
  NEWS
   . Fixed bug #63389 (Missing context check on libxml_set_streams_context()
 causes memleak). (Laruence)
 
+- Mbstring:
+  . Fixed bug #63447 (max_input_vars doesn't filter variables when
+mbstring.encoding_translation = On). (Laruence)
+
 - OCI8:
   . Fixed bug #63265 (Add ORA-00028 to the PHP_OCI_HANDLE_ERROR macro)
 (Chris Jones)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: fix NEWS: NEWS

2012-10-17 Thread Andrey Hristov
Commit:505836e958c9779b1de180197047d9b334d1
Author:Andrey Hristov and...@php.net Wed, 17 Oct 2012 17:56:17 
+0200
Parents:   7314ed535f93841ff2d2bca5e65afcb0f2b003bb
Branches:  PHP-5.3

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=505836e958c9779b1de180197047d9b334d1

Log:
fix NEWS

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 9c8c9c2..efb0c2a 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ PHP 
   NEWS
 |||
 ?? ??? 2012, PHP 5.3.19
 
+- mysql:
+  . Fixed compilation failure on mixed 32/64 bit systems. (Andrey)
+
 - PDO:
   . Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec).
 (Martin Osvald, Remi)
@@ -66,12 +69,13 @@ be added after merge by RM)
 
 - CURL:
   . Fixed bug #62839 (curl_copy_handle segfault with CURLOPT_FILE). (Pierrick)
-
-- Intl:
-  . Fix null pointer dereferences in some classes of ext/intl. (Gustavo)
-
-- mysql:
-  . Fixed compilation failure on mixed 32/64 bit systems. (Andrey)
+   . Fixed bug #62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, ) returns false).
+ (r.hampartsum...@gmail.com, Laruence)
+  
+ - DateTime:
+   . Fixed bug #62852 (Unserialize invalid DateTime causes crash).
+ (reeze@gmail.com)
+   . Fixed bug #62500 (Segfault in DateInterval class when extended). 
(Laruence)
 
 - MySQLnd:
   . Fixed bug #62885 (mysqli_poll - Segmentation fault). (Laruence)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: fix news: NEWS

2012-09-30 Thread Stanislav Malyshev
Commit:f879e1162fe5b0c017983e9690aa70a5f17251c4
Author:Stanislav Malyshev s...@php.net Sun, 30 Sep 2012 19:08:24 
-0700
Parents:   175a9de47fcbb3807671415ae58429b20915daaf
Branches:  PHP-5.4 master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=f879e1162fe5b0c017983e9690aa70a5f17251c4

Log:
fix news

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index e8ad173..fd3f618 100644
--- a/NEWS
+++ b/NEWS
@@ -25,7 +25,7 @@ PHP   
 NEWS
   . Fixed bug #60909 (custom error handler throwing Exception + fatal error
 = no shutdown function). (Dmitry)
   . Fixed bug #60723 (error_log error time has changed to UTC ignoring default
-timezo). (Laruence)
+timezone). (Laruence)
 
 - cURL:
   . Fixed bug #62085 (file_get_contents a remote file by Curl wrapper will
@@ -66,7 +66,7 @@ PHP   
 NEWS
   . Fixed bug #63000 (MCAST_JOIN_GROUP on OSX is broken, merge of PR 185 by
 Igor Wiedler). (Lars)
 
-?? ??? 2012, PHP 5.4.7
+13 Sep 2012, PHP 5.4.7
 
 - Core:
   . Fixed bug (segfault while build with zts and GOTO vm-kind). (Laruence)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: Fix NEWS: NEWS

2012-09-12 Thread Johannes Schlüter
Commit:8d987032b3f6dfb882af83e4fe2c6d2be4341cce
Author:Johannes Schlüter johan...@php.net Wed, 12 Sep 2012 
23:20:28 +0200
Parents:   d92a89fe52e89eef9527d1e27b5bb051ae24bc54
Branches:  PHP-5.3.17

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=8d987032b3f6dfb882af83e4fe2c6d2be4341cce

Log:
Fix NEWS

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 69cbb2a..59db3b8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? ??? 2012, PHP 5.3.16
+13 Sep 2012, PHP 5.3.17
 
 - Core:
   . Fixed bug (segfault while build with zts and GOTO vm-kind). (Laruence)
@@ -10,18 +10,13 @@ PHP 
   NEWS
   . Fixed bug #62716 (munmap() is called with the incorrect length). 
 (slang...@google.com)
   . Fixed bug ##62460 (php binaries installed as binary.dSYM). (Reeze Xia)
-  . Fixed bug #60194 (--with-zend-multibyte and --enable-debug reports LEAK
-with run-test.php). (Laruence)
 
 - CURL:
   . Fixed bug #62839 (curl_copy_handle segfault with CURLOPT_FILE). (Pierrick)
-  . Fixed bug #62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, ) returns false).
-(r.hampartsum...@gmail.com, Laruence)
 
 - DateTime:
   . Fixed bug #62852 (Unserialize invalid DateTime causes crash).
 (reeze@gmail.com)
-  . Fixed bug #62500 (Segfault in DateInterval class when extended). (Laruence)
 
 - Intl:
   . Fix null pointer dereferences in some classes of ext/intl. (Gustavo)
@@ -32,23 +27,38 @@ PHP 
   NEWS
 - PDO:
   . Fixed bug #62685 (Wrong return datatype in PDO::inTransaction()). 
(Laruence)
 
-- Reflection:
-  . Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong
-result). (Laruence)
-
 - Session:
   . Fixed bug (segfault due to retval is not initialized). (Laruence)
 
 - SPL:
   . Fixed bug #62904 (Crash when cloning an object which inherits 
SplFixedArray)
 (Laruence)
-  . Fixed bug #62616 (ArrayIterator::count() from IteratorIterator instance
-gives Segmentation fault). (Laruence, Gustavo)
 
 - Enchant:
   . Fixed bug #62838 (enchant_dict_quick_check() destroys zval, but fails to 
   initialize it). (Tony, Mateusz Goik).
 
+16 Aug 2012, PHP 5.3.16
+
+- Core:
+  . Fixed bug #60194 (--with-zend-multibyte and --enable-debug reports LEAK
+with run-test.php). (Laruence)
+
+- CURL:
+  . Fixed bug #62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, ) returns false).
+(r.hampartsum...@gmail.com, Laruence)
+
+- DateTime:
+  . Fixed Bug #62500 (Segfault in DateInterval class when extended). (Laruence)
+
+- Reflection:
+  . Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong
+result). (Laruence)
+
+- SPL:
+  . Fixed bug #62616 (ArrayIterator::count() from IteratorIterator instance
+gives Segmentation fault). (Laruence, Gustavo)
+
 19 Jul 2012, PHP 5.3.15
 
 - Zend Engine:


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: fix NEWS: NEWS

2012-09-01 Thread Stanislav Malyshev
Commit:f7d51df5c65e47a5ef8a6d81f2e13044dd926492
Author:Stanislav Malyshev s...@php.net Sat, 1 Sep 2012 16:55:51 
-0700
Parents:   f3108b5f818b2757d2e518f37d3927e83858ae4f
Branches:  PHP-5.4 master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=f7d51df5c65e47a5ef8a6d81f2e13044dd926492

Log:
fix NEWS

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 62e2038..60bb235 100644
--- a/NEWS
+++ b/NEWS
@@ -2,11 +2,21 @@ PHP   
 NEWS
 |||
 ?? ??? 2012, PHP 5.4.8
 
-?? ??? 2012, PHP 5.4.7
-
 - Core:
+  . Added optional second argument for assert() to specify custom message. 
Patch
+by Lonny Kapelushnik (lo...@lonnylot.com). (Lars)
   . Fixed bug #62976 (Notice: could not be converted to int when comparing
 some builtin classes). (Laruence)
+  . Fixed bug #62955 (Only one directive is loaded from Per Directory Values 
+Windows registry). (aserbulov at parallels dot com)
+
+- SPL:
+  . Bug #62987 (Assigning to ArrayObject[null][something] overrides all 
+undefined variables). (Laruence)
+
+?? ??? 2012, PHP 5.4.7
+
+- Core:
   . Fixed bug (segfault while build with zts and GOTO vm-kind). (Laruence)
   . Fixed bug #62844 (parse_url() does not recognize //). (Andrew Faulds).
   . Fixed bug #62829 (stdint.h included on platform where HAVE_STDINT_H is not 
@@ -25,8 +35,6 @@ PHP   
 NEWS
 handler). (Lonny Kapelushnik)
   . Fixed bug #40459 (Stat and Dir stream wrapper methods do not call 
 constructor). (Stas)
-  . Added optional second argument for assert() to specify custom message. 
Patch
-by Lonny Kapelushnik (lo...@lonnylot.com). (Lars)
 
 - CURL:
   . Fixed bug #62912 (CURLINFO_PRIMARY_* AND CURLINFO_LOCAL_* not exposed).
@@ -64,8 +72,6 @@ PHP   
 NEWS
 when close handler call exit). (Laruence)
 
 - SPL:
-  . Bug #62987 (Assigning to ArrayObject[null][something] overrides all 
-undefined variables). (Laruence)
   . Fixed bug #62904 (Crash when cloning an object which inherits 
SplFixedArray)
 (Laruence)
   . Implemented FR #62840 (Add sort flag to ArrayObject::ksort). (Laruence)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: - Fix NEWS: NEWS

2012-08-22 Thread Felipe Pena
Commit:fbacf9c237f4fb60af453ff77c08e7513ec93024
Author:Felipe Pena felipe...@gmail.com Wed, 22 Aug 2012 11:19:42 
-0300
Parents:   b721ed57eb767dd14630aef375cec5a729245d62
Branches:  PHP-5.4

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=fbacf9c237f4fb60af453ff77c08e7513ec93024

Log:
- Fix NEWS

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index ad50c26..de19a20 100644
--- a/NEWS
+++ b/NEWS
@@ -3,8 +3,6 @@ PHP 
   NEWS
 ?? ??? 2012, PHP 5.4.7
 
 - Core:
-  . Fixed bug #62892 (ReflectionClass::getTraitAliases crashes on importing 
-trait methods as private). (Felipe)
   . Fixed bug #62844 (parse_url() does not recognize //). (Andrew Faulds).
   . Fixed bug #62829 (stdint.h included on platform where HAVE_STDINT_H is not 
 set). (Felipe)
@@ -34,6 +32,8 @@ PHP   
 NEWS
   . Fixed bug #62685 (Wrong return datatype in PDO::inTransaction()). 
(Laruence)
 
 - Reflection:
+  . Fixed bug #62892 (ReflectionClass::getTraitAliases crashes on importing 
+trait methods as private). (Felipe)
   . Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong
 result). (Laruence)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: fix NEWS: NEWS

2012-08-01 Thread Stanislav Malyshev
Commit:ce92857131e24bf1c06b798b424367c6ce9dabcd
Author:Stanislav Malyshev s...@php.net Wed, 1 Aug 2012 12:21:35 
-0700
Parents:   36100060b31ba85d5c70669168cfd418522884ce
Branches:  PHP-5.4 master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=ce92857131e24bf1c06b798b424367c6ce9dabcd

Log:
fix NEWS

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index a84e756..084f3cd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
 PHPNEWS
 |||
+?? ??? 2012, PHP 5.4.7
+
+- Reflection:
+  . Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong
+result). (Laruence)
+
 ?? ??? 2012, PHP 5.4.6
 
 - CLI Server:
@@ -39,8 +45,6 @@ PHP   
 NEWS
 sapi/cli/cli.h: No such file). (Johannes)
 
 - Reflection:
-  . Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong
-result). (Laruence)
   . Implemented FR #61602 (Allow access to name of constant used as default 
 value). (reeze@gmail.com)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] com php-src: Fix NEWS: NEWS

2012-03-24 Thread Michael Wallner
Looks like the commit/mail script still does some superfluous html
entitiy encoding:

On 22 March 2012 16:40, Johannes Schluuml;ter johan...@php.net wrote:
 Commit:    1a0b0ead145deb150f9efb6004534018b5af3a35
 Author:    Johannes Schlüter johan...@schlueters.de         Thu, 22 Mar 
 2012 16:40:13 +0100
 Parents:   b4aea52682a6e7a8f0e2a7638ba37145cb6bf16d
 Branches:  PHP-5.3

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] com php-src: Fix NEWS: NEWS

2012-03-24 Thread Johannes Schlüter
On Sat, 2012-03-24 at 07:59 +0100, Michael Wallner wrote:
 Looks like the commit/mail script still does some superfluous html
 entitiy encoding:

No it's not the mail script ;-)

master.php.net has filter.default=full_special_chars so when storing my
name it is automatically escaped and the escaped form is stored in the
DB. The mail script simply takes it from there.

I see three ways to fix it:

  * Use special_chars, not full_special_chars a filter, should be
safe enough
  * Use html_entity_decode() in the mail script, this feels like a
hack
  * Store unescaped data in the DB and escape (everywhere) where it
is used (I don't think we can successfully do that)

In my opinion the first option is the best. Could anybody with the
needed powers look into that?

Thanks,
johannes



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] com php-src: Fix NEWS: NEWS

2012-03-24 Thread Alexander Moskaliov
Hi!
Some names (like your) already stored in DB in esacaped variant.
But some other names not escaped in this DB file, but still escaped
after my mail script.
May be by mailing list.

With regards, Alexander Moskaliov
ir...@irker.net



2012/3/24 Johannes Schlüter johan...@php.net:
 On Sat, 2012-03-24 at 07:59 +0100, Michael Wallner wrote:
 Looks like the commit/mail script still does some superfluous html
 entitiy encoding:

 No it's not the mail script ;-)

 master.php.net has filter.default=full_special_chars so when storing my
 name it is automatically escaped and the escaped form is stored in the
 DB. The mail script simply takes it from there.

 I see three ways to fix it:

      * Use special_chars, not full_special_chars a filter, should be
        safe enough
      * Use html_entity_decode() in the mail script, this feels like a
        hack
      * Store unescaped data in the DB and escape (everywhere) where it
        is used (I don't think we can successfully do that)

 In my opinion the first option is the best. Could anybody with the
 needed powers look into that?

 Thanks,
 johannes



 --
 PHP CVS Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: Fix NEWS: NEWS

2012-03-22 Thread Johannes Schluuml;ter
Commit:1a0b0ead145deb150f9efb6004534018b5af3a35
Author:Johannes Schlüter johan...@schlueters.de Thu, 22 Mar 2012 
16:40:13 +0100
Parents:   b4aea52682a6e7a8f0e2a7638ba37145cb6bf16d
Branches:  PHP-5.3

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=1a0b0ead145deb150f9efb6004534018b5af3a35

Log:
Fix NEWS

Changed paths:
  M  NEWS


Diff:
1a0b0ead145deb150f9efb6004534018b5af3a35
diff --git a/NEWS b/NEWS
index 59d2aad..ce48ba0 100644
--- a/NEWS
+++ b/NEWS
@@ -13,12 +13,12 @@ PHP 
   NEWS
   . Fixed bug #61072 (Memory leak when restoring an exception handler).
 (Nikic, Laruence)
   . Fixed bug #61058 (array_fill leaks if start index is PHP_INT_MAX).
-   (Laruence)
+(Laruence)
   . Fixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831).
 (Ondřej Surý)
   . Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical
-   vars). (Laruence)
-  . Fix bug #60895 (Possible invalid handler usage in windows random
+vars). (Laruence)
+  . Fixed bug #60895 (Possible invalid handler usage in windows random
 functions). (Pierre)
   . Fixed bug #60825 (Segfault when running symfony 2 tests).
 (Dmitry, Laruence)
@@ -134,7 +134,8 @@ PHP 
   NEWS
   . Fixed bug #54682 (tidy null pointer dereference). (Tony, David Soria Parra)
 
 - XMLRPC:
-  . Fixed bug #61264 (xmlrpc_parse_method_descriptions leaks temporary 
variable). (Nikita Popov)
+  . Fixed bug #61264 (xmlrpc_parse_method_descriptions leaks temporary
+variable). (Nikita Popov)
   . Fixed bug #61097 (Memory leak in xmlrpc functions copying zvals). (Nikic)
 
 - Zlib:


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php