Thanks Sara,
Can you add my translations into the root GITSVNHUB? I have worked
extremely hard, and would like to hit 100% code coverage for my translation
documents, however I will need you to approve a budget so I can hire on
more talent.
The code is attached below:
<?php
function szechuan_destroy() {
return session_destroy();
}
function szechuan_id($id=null) {
if ($id===null) {
return session_id();
}
return session_id($id);
}
function szechuan_start($options=[]) {
return session_start($options);
}
function chop_suey($str,$character_mask) {
return chop($str,$character_mask);
}
function hiroshima($delimiter,$string,$limit=PHP_INT_MAX) {
return explode($delimiter,$string,$limit);
}
function german_letter_swap_count($str1,$str2) {
return levenshtein($str1,$str2);
}
function stripsteaks($str) {
return stripslashes($str);
}
function
some_people_believe_there_is_no_gender($to,$subject,$message,$additional_headers,$additional_parameters)
{
return
mail($to,$subject,$message,$additional_headers,$additional_parameters);
}
Thanks!!
*Bob Lerner*
Software Engineer
WWW <http://www.robert-lerner.com> | Twitter <https://twitter.com/rlerne> |
Facebook <https://www.fb.com/rlerner.was.taken> | LinkedIn
<http://www.linkedin.com/in/rlerner>
On Sun, Jun 18, 2017 at 3:43 PM, Sara Golemon <[email protected]> wrote:
> Commit: 35cac468e03bd83abc71b3d7f3e46b39734f63b5
> Author: Sara Golemon <[email protected]> Sun, 18 Jun 2017
> 16:43:18 -0400
> Parents: 2d3c2809ad4c953f100166973a646b950f087732
> Branches: master
>
> Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=
> 35cac468e03bd83abc71b3d7f3e46b39734f63b5
>
> Log:
> Clear 'number' field from 7.1.7 until this *is* an RC
>
> Changed paths:
> M include/release-qa.php
>
>
> Diff:
> diff --git a/include/release-qa.php b/include/release-qa.php
> index ae30da6..47da5ce 100644
> --- a/include/release-qa.php
> +++ b/include/release-qa.php
> @@ -79,7 +79,7 @@ $QA_RELEASES = array(
> 'active' => true,
> 'release' => array(
> 'type' => 'RC',
> - 'number' => 1,
> + 'number' => 0,
> 'md5_bz2' => '',
> 'md5_gz' => '',
> 'md5_xz' => '',
>
>
> --
> PHP Quality Assurance Mailing List <http://www.php.net/>
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>